self signed repository

2012-07-05 Thread stal...@locum.ru
Hi. Need some help with repository/packets. I sign packet with debsign dpkg-sig --sign builder mytestpackage_1.2.3_amd64.deb and add my key to apt-key gpg --armor --export /tmp/mykey and sudo apt-key add /tmp/mykey apt-key list show my key, but apt-get install mytestpackage show WARNING:

Re: self signed repository

2012-07-05 Thread Roger Leigh
On Thu, Jul 05, 2012 at 12:09:44PM +0400, stal...@locum.ru wrote: I sign packet with debsign dpkg-sig --sign builder mytestpackage_1.2.3_amd64.deb and add my key to apt-key gpg --armor --export /tmp/mykey and sudo apt-key add /tmp/mykey apt-key list show my key, but apt-get install

Re: self signed repository

2012-07-05 Thread Ivan Shmakov
Roger Leigh rle...@codelibre.net writes: On Thu, Jul 05, 2012 at 12:09:44PM +0400, stal...@locum.ru wrote: […] apt-key list show my key, but apt-get install mytestpackage show WARNING: The following packages cannot be authenticated! what i doing wrong? You also need the Release file

Re: self signed repository

2012-07-05 Thread Anton Gorlov
05.07.2012 12:46, Roger Leigh пишет: You also need the Release file in the apt repository signing. apt-get doesn't get check per-package signatures? Individual packages aren't signed by default; just the archive as a whole via the Release/InRelease files. Hmm. Ok. I try generate it file and

Re: self signed repository

2012-07-05 Thread Roger Leigh
On Thu, Jul 05, 2012 at 04:24:12PM +0400, Anton Gorlov wrote: 05.07.2012 12:46, Roger Leigh пишет: You also need the Release file in the apt repository signing. apt-get doesn't get check per-package signatures? Individual packages aren't signed by default; just the archive as a whole via the

Re: self signed repository

2012-07-05 Thread Anton Gorlov
05.07.2012 16:40, Roger Leigh пишет: On Thu, Jul 05, 2012 at 04:24:12PM +0400, Anton Gorlov wrote: 05.07.2012 12:46, Roger Leigh пишет: You also need the Release file in the apt repository signing. apt-get doesn't get check per-package signatures? Individual packages aren't signed by default;

Re: self signed repository

2012-07-05 Thread Roger Leigh
On Thu, Jul 05, 2012 at 04:59:05PM +0400, Anton Gorlov wrote: 05.07.2012 16:40, Roger Leigh пишет: On Thu, Jul 05, 2012 at 04:24:12PM +0400, Anton Gorlov wrote: 05.07.2012 12:46, Roger Leigh пишет: You also need the Release file in the apt repository signing. apt-get doesn't get check