Hi all, As discussed previously[1], I went ahead and setup a repository on alioth for secure-testing package uploads. I just setup debpool, because I find it easiest to use. It is running every 30 minutes as my user via cron (I can do manual runs if necessary, or change this frequency if we think its necessary). The repository is set to handle all architectures, unstable, testing (etch) and main, contrib, non-free. To upload to this repository, you must be in the secure-testing group, and have something such as the following in your .dput.cf file: [secure-testing] method = scp login = micah fqdn = alioth.debian.org incoming = /org/alioth.debian.org/chroot/home/groups/secure-testing/htdocs/debian/incoming (obviously, replace your login name above). You can add any of these lines into your /etc/apt/sources.list to get packages from this repository: deb http://secure-testing.alioth.debian.org/debian/ unstable main contrib non-free deb http://secure-testing.alioth.debian.org/debian/ testing main contrib non-free deb http://secure-testing.alioth.debian.org/debian/ etch main contrib non-free It would be nice if we tested this repository out and perhaps got a debian.net address to use instead before we advertised it to people. Micah 1. http://lists.alioth.debian.org/pipermail/secure-testing-team/2005-July/000198.html