From: andriy <l.andriy@gmail.com>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] make_local_branch
Date: Thu, 21 Aug 2008 22:00:24 +0300
Message-ID: <48ADBB48.3010804@gmail.com> (raw)
In-Reply-To: <200808191706.07359.ashen@nsrz.ru>
Алексей Шенцев wrote:
> В сообщении от Tuesday 19 August 2008 17:08:36 andriy написал(а):
>
>> Здравствуйте, community!
>>
> Привет!
>
>
>> Требуется установка ПО которое есть в branch 4.1 на машине где inet
>> отсутствует (или медленный).
>> Что посоветуете сделать: локальную копию репозитария? (около 14ГБ)
>> Когда он обновляется? Какое время суток? (ftp.linux.kiev.ua)
>> Если можно бросьте линком как сделать локальный репозитарий, помню
>> где-то было.
>>
> http://freesource.info/wiki/DmitriyKruglikov/Repository?v=f2g&search=repo
>
> И для того, что бы докачать отсутствующие в кэше файлы использую такой скрипт:
>
> #!/bin/sh
> #Очищаем кэш от устаревших файлов пакетов
> apt-get autoclean
>
> #обновляем БД по пакетам
> apt-get update
>
> #получаем список установленных в систему пакетов
> rm -f /tmp/installrpm
> rpm -qa --qf='%{NAME}\n' | sort > /tmp/installrpm
>
> #получаем список имеющих в кэше файлов пакетов в виде "только имена пакетов"
> rm -f /tmp/presentfiles
> cd /var/cache/apt/archives
> ls *.rpm | sort > /tmp/presentfiles
> rm -f /tmp/presentrpm
> cat /tmp/presentfiles | while read FILEPKG; do
> rpm -qp $FILEPKG --queryformat "%{NAME}\n" >> /tmp/presentrpm
> done
> comm -23 /tmp/installrpm /tmp/presentrpm > /tmp/dwrpm
>
> #докачиваем отсутствующие в кэше файлы установленных пакетов
> #apt-get reinstall -duy `cat /tmp/dwrpm`
> cat /tmp/dwrpm | while read PKG; do
> apt-get reinstall -d -y $PKG
> done
>
> #EOF
>
>
>
Спасибо. Помогло.
Только такой вопрос: после обновления бранча каждый раз перезапускать
genbasedir?
next prev parent reply other threads:[~2008-08-21 19:00 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-19 13:08 andriy
2008-08-19 13:06 ` Алексей Шенцев
2008-08-21 19:00 ` andriy [this message]
2008-08-21 19:51 ` Michael Shigorin
2008-08-19 13:12 ` Michael Shigorin
2008-08-19 14:37 ` andriy
2008-08-19 15:05 ` Michael Shigorin
2008-08-19 16:18 ` Motsyo Gennadi aka Drool
2008-08-19 16:24 ` Michael Shigorin
2008-08-19 16:34 ` Konstantin Pavlov
2008-08-19 17:05 ` Alexey I. Froloff
2008-08-19 19:03 ` Michael Shigorin
2008-08-19 17:00 ` Motsyo Gennadi aka Drool
2008-08-19 19:01 ` Michael Shigorin
2008-08-19 16:23 ` Vladimir V. Kamarzin
2008-08-19 17:11 ` Denis Nazarov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48ADBB48.3010804@gmail.com \
--to=l.andriy@gmail.com \
--cc=community@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git