From d9cab0d23a3602ab6f80d02cc15d442f9c5c85a1 Mon Sep 17 00:00:00 2001 From: Antoine Beaupre Date: Wed, 24 Jun 2009 15:21:30 -0400 Subject: make the README an HTML file because we don't allow indexes anymore --- files/index.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 files/index.html (limited to 'files/index.html') diff --git a/files/index.html b/files/index.html new file mode 100644 index 0000000..ffcaf4a --- /dev/null +++ b/files/index.html @@ -0,0 +1,38 @@ + + +Koumbit Debian package repository + + +

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 the Beta page 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. You should add the key using something like this:

+ +
+wget http://debian.koumbit.net/debian/key.asc
+apt-key add key.asc
+apt-get update
+
-- cgit v1.2.3