summaryrefslogtreecommitdiff
path: root/templates/index.html.erb
blob: 5f50754661e6aaab14797d92c5fe5881bec65145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<html>
<head>
<title><%= domain %> Debian package repository</title>
</head>
<body>
<h1>Introduction</h1>

<p>This is the Debian package repository of <%= reprepro_origin %>. 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.

<h1>How to use</h1>

<p>In your /etc/apt/source.list:

<pre>
deb http://debian.<%= domain %>/debian lenny main
deb-src http://debian.<%= domain %>/debian lenny main
</pre>

"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.</p>

<h2>Adding the archive key to your keyring</h2>

<p>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).</p>

<p>The key of the archive is in the <a href="/debian/key.asc">key.asc file</a>. You should add the key using something like this:</p>

<pre>
wget http://debian.<%= domain %>/debian/key.asc
apt-key add key.asc
apt-get update
</pre>

<h2>Browsing the archive</h2>

There is no interactive interface to browse the archive.

<ul>
<li>To see the list of all packages regardless of the distribution, see the <a href="/debian/pool">pool directory</a></li>
<li>To see the package descriptions per distribution, see the <a href="/debian/dists">dists directory</a>
</li>