* Re: [Comm] Локальный репозиторий
@ 2008-12-28 19:45 ` Denis Kirienko
2008-12-28 19:47 ` Andrey Rahmatullin
` (4 subsequent siblings)
5 siblings, 0 replies; 6+ messages in thread
From: Denis Kirienko @ 2008-12-28 19:45 UTC (permalink / raw)
To: community
HD rip пишет:
> Здравствуйте! Необходимо создать локальное зеркало репозитория.
> Подскажите что для этого нужно.
rsync
--
Денис
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Локальный репозиторий
2008-12-28 19:45 ` [Comm] Локальный репозиторий Denis Kirienko
@ 2008-12-28 19:47 ` Andrey Rahmatullin
2008-12-28 20:19 ` Motsyo Gennadi aka Drool
` (3 subsequent siblings)
5 siblings, 0 replies; 6+ messages in thread
From: Andrey Rahmatullin @ 2008-12-28 19:47 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 371 bytes --]
On Sun, Dec 28, 2008 at 10:43:47PM +0300, HD rip wrote:
> Здравствуйте! Необходимо создать локальное зеркало репозитория. Подскажите
> что для этого нужно.
sisyphus-mirror
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
А есть желающие бежать в переди поезда? Так могу помочь -- патчи
очень легко лягут в sim.
-- icesik in smoke-room@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Локальный репозиторий
2008-12-28 19:45 ` [Comm] Локальный репозиторий Denis Kirienko
2008-12-28 19:47 ` Andrey Rahmatullin
@ 2008-12-28 20:19 ` Motsyo Gennadi aka Drool
2008-12-28 22:29 ` Jurij Bogaevs'kyj
` (2 subsequent siblings)
5 siblings, 0 replies; 6+ messages in thread
From: Motsyo Gennadi aka Drool @ 2008-12-28 20:19 UTC (permalink / raw)
To: ALT Linux Community general discussions
HD rip пишет:
> Здравствуйте! Необходимо создать локальное зеркало репозитория. Подскажите
> что для этого нужно.
Я делаю так:
http://fly.osdn.org.ua/~drool/rsync
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Локальный репозиторий
` (2 preceding siblings ...)
2008-12-28 20:19 ` Motsyo Gennadi aka Drool
@ 2008-12-28 22:29 ` Jurij Bogaevs'kyj
2008-12-29 5:08 ` Бойко Владимир
2008-12-29 5:09 ` Бойко Владимир
5 siblings, 0 replies; 6+ messages in thread
From: Jurij Bogaevs'kyj @ 2008-12-28 22:29 UTC (permalink / raw)
To: community
HD rip написав(ла):
> Здравствуйте! Необходимо создать локальное зеркало репозитория.
> Подскажите что для этого нужно.
>
Прочтите это:
http://freesource.info/wiki/DmitriyKruglikov/Repository?v=f2g&search=%EB%EE%EA%E0%EB%FC%ED%FB%E9%20%F0%E5%EF%EE%E7%E8%F2%EE%F0%E8%E9
--
Jurij Bogaevs'kiy aka samuray
ICQ:248954815
Jabber:Jurij.Bogaevskyj_at_jabber.kiev.ua
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Локальный репозиторий
` (3 preceding siblings ...)
2008-12-28 22:29 ` Jurij Bogaevs'kyj
@ 2008-12-29 5:08 ` Бойко Владимир
2008-12-29 5:09 ` Бойко Владимир
5 siblings, 0 replies; 6+ messages in thread
From: Бойко Владимир @ 2008-12-29 5:08 UTC (permalink / raw)
To: community
В сообщении от Sunday 28 December 2008 21:43:47 HD rip
написал(а):
> Здравствуйте! Необходимо создать локальное зеркало
> репозитория. Подскажите что для этого нужно.
--
Бойко Владимир
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Локальный репозиторий
` (4 preceding siblings ...)
2008-12-29 5:08 ` Бойко Владимир
@ 2008-12-29 5:09 ` Бойко Владимир
5 siblings, 0 replies; 6+ messages in thread
From: Бойко Владимир @ 2008-12-29 5:09 UTC (permalink / raw)
To: community
В сообщении от Sunday 28 December 2008 21:43:47 HD rip
написал(а):
> Здравствуйте! Необходимо создать локальное зеркало
> репозитория. Подскажите что для этого нужно.
Я пользуюсь этим:
#!/bin/sh
cd `dirname "$0"`
for N in i586 noarch; do
mkdir -p "branch/RPMS.$N"
(
cd "branch/RPMS.$N"
rsync -aP --delete
rsync://rsync.altlinux.org/ALTLinux/5.0/branch/files/$N/RPMS/ .
)
done
genbasedir --progress --topdir=`dirname $0` branch
--
Бойко Владимир
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-12-29 5:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-28 19:45 ` [Comm] Локальный репозиторий Denis Kirienko
2008-12-28 19:47 ` Andrey Rahmatullin
2008-12-28 20:19 ` Motsyo Gennadi aka Drool
2008-12-28 22:29 ` Jurij Bogaevs'kyj
2008-12-29 5:08 ` Бойко Владимир
2008-12-29 5:09 ` Бойко Владимир
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