From 688e349562efdf8cd2238c0df33c69e7115267e9 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 5 Aug 2011 11:30:23 +0100 Subject: [PATCH] Mirror Ubuntu and the Debian multimedia packages. New configuration snippets. --- etc/ftpsync-debian-multimedia.conf | 10 ++++++++++ etc/ftpsync-ubuntu.conf | 9 +++++++++ 2 files changed, 19 insertions(+) create mode 100644 etc/ftpsync-debian-multimedia.conf create mode 100644 etc/ftpsync-ubuntu.conf diff --git a/etc/ftpsync-debian-multimedia.conf b/etc/ftpsync-debian-multimedia.conf new file mode 100644 index 0000000..5abb9eb --- /dev/null +++ b/etc/ftpsync-debian-multimedia.conf @@ -0,0 +1,10 @@ +### -*-sh-*- +### +### ftpsync configuration for the Debian multimedia archive. + +LABEL=debian-multimedia +RSYNC_HOST=debian-multimedia.org +RSYNC_PATH=debian +SEARCH_DISTS="oldstable stable testing unstable experimental" + +. etc/ftpsync-common.conf diff --git a/etc/ftpsync-ubuntu.conf b/etc/ftpsync-ubuntu.conf new file mode 100644 index 0000000..fac95f1 --- /dev/null +++ b/etc/ftpsync-ubuntu.conf @@ -0,0 +1,9 @@ +### -*-sh-*- +### +### ftpsync configuration for the Ubuntu main archive. + +LABEL=ubuntu +RSYNC_HOST=archive.ubuntu.com +SEARCH_DISTS="karmic lucid maverick natty oneiric" + +. etc/ftpsync-common.conf -- 2.11.0