From 5f4d894a82dfd15dd1b66b7f7bd63c13d9687ac2 Mon Sep 17 00:00:00 2001 From: Antoine Beaupre Date: Wed, 24 Jun 2009 14:14:18 -0400 Subject: create the gnupg signature in key.asc so people can import. also put our README there --- files/README.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 files/README.txt (limited to 'files') diff --git a/files/README.txt b/files/README.txt new file mode 100644 index 0000000..1cc3699 --- /dev/null +++ b/files/README.txt @@ -0,0 +1,36 @@ +Introduction +============ + +This is the Debian package repository of Koumbit. It is used for internal +distribution of locally built packages not yet part of Debian. Feel free to use +it for yourself, but it comes at no warranty, see http://wiki.koumbit.net/Beta +for more information. + +How to use +========== + +In your /etc/apt/source.list: + +deb http://debian.koumbit.net/debian lenny main +deb-src http://debian.koumbit.net/debian lenny main + +"lenny", of course, can be replaced by your distribution. Know that we usually +package straight for etch or lenny. Packages will likely not be available in +squeeze or sid. + +Adding the archive key to your keyring +-------------------------------------- + +This archive self-signs packages uploaded to it (and packages uploaded are +verified against a whitelist of trusted uploaders) using OpenPGP (GnuPG, to be +more precise). + +The key of the archive is in the key.asc file above, and it is signed with +another key you may be able to find a path to in key.asc.asc. + +So in short, you should add the key using something like this: + +wget http://debian.koumbit.net/debian/key.asc +wget http://debian.koumbit.net/debian/key.asc.asc +gpg -v key.asc.asc && apt-key add key.asc +apt-get update -- cgit v1.2.3