See DebianPackaging for how to create packages.

We are using an instance of `debarchiver` running on hopper, pushing to an archive in afs space. The canonical address is `http://debian.hcoop.net`.

The archive could use some improvements, see https://bugzilla.hcoop.net/show_bug.cgi?id=933.

=== Config ===

As part of standardizing the config ... these should be put into `hcoop-debarchiver-config` and `hcoop-dput-config`

`/etc/debarchiver.conf`: see hopper, too long to include

`/etc/cron.d/debarchiver`: Unfortunately not quite working -- for some reasons this has to be done twice before Packages is updated (this happens with my local debarchiver so I ... have no idea)
{{{
#
# Regular cron jobs for the debarchiver package
#
# Run the archiver every five minutes.
*/5 * * * *     debian-archive  test -x /usr/bin/debarchiver && k5start -f /etc/keytabs/user.daemon/debian-archive -t -U -- debarchiver --autoscanall --addoverride | logger -t debarchiver -p daemon.info
}}}
----
CategorySystemAdministration CategoryOutdated