Re: what is the role of release.gpg

2009-09-24 Thread abdelkader belahcene
Hi, I created the Release and Release.gpg for the CD1, apt-ftparchive release . > Release in the root of the cd directory wich is acceded via ftp, here is the content debian225:/home/ftp/cd1# ls autorun.infdists g2ldr.mbrisolinuxpool README.mirrors.txt * Release *tools css

Re: Re: what is the role of release.gpg

2009-09-19 Thread belahcene
Hi, Osamu said: "I think disabling secure apt from console shell may be easier way" But, the repository is used by an official network CD like businessCard, on that CD, I think the secure apt is enabled. Disabling secure apt is correct for installtion via xpe, since in this case the install

Re: what is the role of release.gpg

2009-09-16 Thread Osamu Aoki
On Wed, Sep 16, 2009 at 12:28:22PM +0100, abdelkader belahcene wrote: > Hi, > What is the role of Release.gpg in the debian site like for example > http://ftp.fr.debian.org/debian/dists/lenny/Release.gpg The cryptographic signature file "Release.gpg" is created from the authentic top level "Releas

Re: what is the role of release.gpg

2009-09-16 Thread Onur Aslan
Release.gpg is a signed signature for Release file in the repository. Apt checking this signature to own trust db. You can create a signature for Release with: gpg -bas -o Release.gpg Release which defined in the http://wiki.debian.org/SecureApt page. After than you should add your public key t