Re: how to create a Release file

2006-04-25 Thread Jeremy Stanley
Pinning and other fanciness aside, I just use this quick and dirty bit of script to build my in-place repositories for me: rm -f Contents.bz2 Contents.gz Packages.bz2 Packages.gz \ Release Release.gpg Sources.bz2 Sources.gz apt-ftparchive contents . > Contents bzip2 -k Contents g

Re: how to create a Release file

2006-04-25 Thread Daniel Leidert
Am Dienstag, den 25.04.2006, 10:34 +0200 schrieb Tomas Davidek: > Damyan Ivanov wrote: > > >apt-ftparchive(1) gives: > > release > > The release command generates a Release file from a directory > > tree. It recursively searches the given directory for Packages, > > Packages.g

Re: how to create a Release file

2006-04-25 Thread Goswin von Brederlow
Tomas Davidek <[EMAIL PROTECTED]> writes: > Damyan Ivanov wrote: > >>apt-ftparchive(1) gives: >> release >> The release command generates a Release file from a directory >> tree. It recursively searches the given directory for Packages, >> Packages.gz, Packages.bz2, Sources, S

Re: how to create a Release file

2006-04-25 Thread Damyan Ivanov
Tomas Davidek wrote: > Damyan Ivanov wrote: >> See second paragraph. Perhaps a couple of "-o APT::FTPArchive::Xyz=Foo" >> options could help? >> >> > Thanks for the answer, unfortunately it does not work (at least not in > stable release). Any option I specified is not taken into account (no > er

Re: how to create a Release file

2006-04-25 Thread Tomas Davidek
Damyan Ivanov wrote: apt-ftparchive(1) gives: release The release command generates a Release file from a directory tree. It recursively searches the given directory for Packages, Packages.gz, Packages.bz2, Sources, Sources.gz, Sources.bz2, Re‐ lease and md5sum.txt file

Re: how to create a Release file

2006-04-22 Thread Daniel Leidert
Am Freitag, den 21.04.2006, 17:28 +0200 schrieb Tomas Davidek: > Hello, >I am having troubles when creating the Release file for my "private" > repository. According to > http://www.debian.org/doc/manuals/securing-debian-howto/ch7.en.html#s-deb-pack-sign > I create the file via > > $ rm

Re: how to create a Release file

2006-04-22 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tomas Davidek wrote: > I rather suspect that there is something wrong with the Release file > itself, it seems some header is missing. My Release looks like: > -- > Date: Fri, 21 Apr 2006 13:45:27 UTC > MD5Sum: > d41d8cd98f00b204e9800998ecf8427

how to create a Release file

2006-04-22 Thread Tomas Davidek
Hello, I am having troubles when creating the Release file for my "private" repository. According to http://www.debian.org/doc/manuals/securing-debian-howto/ch7.en.html#s-deb-pack-sign I create the file via $ rm -f dists/testing/Release $ apt-ftparchive release dists/testing > dists/t