1 <!--#include virtual="/doctype.txt"-->
4 <!--#include virtual="/head.shtml"-->
8 <!--#include virtual="/header.shtml"-->
10 <!--#include virtual="/navigation.shtml"-->
17 I have <a href="http://git.steven-mcdonald.id.au/">Gitweb</a> set up to
18 track various projects I'm working on in git. I will soon be installing
19 git-daemon to complement this.
23 I also have <a href="http://ftp.steven-mcdonald.id.au/debian-packages/">
24 an APT repository</a> for Debian sid, which I am using as a place to
25 upload my Debian packaging before it is ready for Debian. Please don't
26 ask me to support anything other than sid; my aim here is to get packages
27 into Debian itself, not to provide yet another third-party repo.
31 That said, if you want to test packages I've uploaded here, add something
32 like this to /etc/apt/sources.list:
36 # Steven McDonald's APT repository<br>
37 deb http://ftp.steven-mcdonald.id.au/debian-packages/ unstable main<br>
38 deb-src http://ftp.steven-mcdonald.id.au/debian-packages/ unstable main
42 This repository has its Release file signed with <a
43 href="http://www.steven-mcdonald.id.au/pgp_public_key.asc">my OpenPGP key
44 </a>, so you'll probably want to tell APT to trust it. For the lazy:
48 $ wget -qO/dev/stdout http://www.steven-mcdonald.id.au/pgp_public_key.asc
54 <!--#include virtual="/footer.shtml"-->