SolidCharity / LightBuildServer

LightBuildServer for building rpm and deb packages and running CI scripts, using linux containers
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

signing the rpm/deb packages, and providing a key for the repo #82

Closed tpokorra closed 9 years ago

tpokorra commented 9 years ago

see also https://en.opensuse.org/openSUSE:Build_Service_Signer

tpokorra commented 9 years ago

signing Debian packages: see http://blog.packagecloud.io/eng/2014/10/28/howto-gpg-sign-verify-deb-packages-apt-repositories/

debsigs vs dpkg-sig vs repo signing with reprepro

see also https://wiki.debian.org/SettingUpSignedAptRepositoryWithReprepro and http://blog.jonliv.es/blog/2011/04/26/creating-your-own-signed-apt-repository-and-debian-packages/

and http://blog.glehmann.net/2015/01/27/Creating-a-debian-repository/

reprepro has trouble if a package is being rebuilt with the same version number?