mirror-admin
12 years agobin/run-mirrors: If we have a keytab file, log in with it.
Mark Wooding [Fri, 16 Mar 2012 11:01:27 +0000 (11:01 +0000)]
bin/run-mirrors: If we have a keytab file, log in with it.

This stops the mirror job hanging if the filestore is mounted over
Kerberized NFS.

12 years agobin/ftpsync: New version from upstream.
Mark Wooding [Fri, 16 Mar 2012 11:08:59 +0000 (11:08 +0000)]
bin/ftpsync: New version from upstream.

12 years agoetc/ftpsync-debian-security.conf: Don't ask for unstable or experimental.
Mark Wooding [Wed, 17 Aug 2011 08:14:46 +0000 (09:14 +0100)]
etc/ftpsync-debian-security.conf: Don't ask for unstable or experimental.

You just get a nasty error in the log.

12 years agoMirror Ubuntu and the Debian multimedia packages.
Mark Wooding [Fri, 5 Aug 2011 10:30:23 +0000 (11:30 +0100)]
Mirror Ubuntu and the Debian multimedia packages.

New configuration snippets.

12 years agoRefactor the Debian mirror configuration.
Mark Wooding [Fri, 5 Aug 2011 10:28:09 +0000 (11:28 +0100)]
Refactor the Debian mirror configuration.

  * Factor the architecture-exclusion logic out into a separate
    program bin/debian-excludes.

  * Factor the common ftpsync configuration options into
    etc/ftpsync-common.conf, and source this from the archive-specific
    configuration scripts.

12 years agoetc/ftpsync-debian.conf: Fetch from the German mirror.
Mark Wooding [Thu, 21 Jul 2011 15:23:04 +0000 (16:23 +0100)]
etc/ftpsync-debian.conf: Fetch from the German mirror.

Unfortunately, ftp.uk.debian.org is frequently broken.

12 years agobin/run-mirrors: Use id(1) to find current user name.
Mark Wooding [Thu, 21 Jul 2011 15:22:08 +0000 (16:22 +0100)]
bin/run-mirrors: Use id(1) to find current user name.

USER isn't set by sudo(8) -- at least in my configuration.

12 years agoetc/logrotate.conf: Somehow went missing.
Mark Wooding [Thu, 9 Jun 2011 01:58:16 +0000 (02:58 +0100)]
etc/logrotate.conf: Somehow went missing.

12 years agoMirror admin stuff, initial commit.
Mark Wooding [Wed, 8 Jun 2011 20:56:38 +0000 (21:56 +0100)]
Mirror admin stuff, initial commit.

Includes the Debian `ftpsync' mirror script suite, machinery for general
rsync(1) mirrors, and a skeleton configuration for Lee McLaughlin's
mirror(1) script.  By default the mirror does nothing useful whatever,
and requires local configuration; this should be maintained on a
different branch.