[arch-general] package sources on ftp.archlinux.org
Sergej Pupykin
pupykin.s at gmail.com
Mon Oct 5 12:43:17 EDT 2009
>> So... what's the exact error? And how quickly are you doing this?
>> There is a delay between the arch dev machine that the developers use
>> and ftp.archlinux.org (about 5-15 minutes IIRC)
Do you mean that ftp.archlinux.org synchronizes with dev machine?
I do
$ svnsync --non-interactive sync file://localhost//srv/base-repos.svn
$ svn up # from locally synced mirror
svnsync works with svn://svn.archlinux.org or with
svn+ssh://aur.archlinux.org for community.
So I think I get freshest PKGBUILDs.
then I iterate all of repos/ subdirs and try to do makepkg --allsource.
Generally error is 'file not found' for packages which use
ftp.archlinux.org in sources array.
For example texlive-core-doc:
$ makepkg --allsource
==> Making package: texlive-core-doc 2008.13013-1 x86_64 (Пнд Окт 5
20:41:41 MSD 2009)
==> Retrieving Sources...
-> Downloading texlive-core-doc-src.zip...
--2009-10-05 20:41:41--
ftp://ftp.archlinux.org/other/texlive/texlive-core-doc-src.zip
=> “texlive-core-doc-src.zip.part”
Resolving ftp.archlinux.org... 209.85.41.144, 209.85.41.143
Connecting to ftp.archlinux.org|209.85.41.144|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD (1) /other/texlive ... done.
==> SIZE texlive-core-doc-src.zip ... done.
==> PASV ... done. ==> RETR texlive-core-doc-src.zip ...
No such file “texlive-core-doc-src.zip”.
==> ERROR: Failure while downloading texlive-core-doc-src.zip
Aborting...
More information about the arch-general
mailing list