Mirror Ubuntu and the Debian multimedia packages.
authorMark Wooding <mwooding@ncipher.com>
Fri, 5 Aug 2011 10:30:23 +0000 (11:30 +0100)
committerMark Wooding <mwooding@ncipher.com>
Fri, 5 Aug 2011 10:30:23 +0000 (11:30 +0100)
New configuration snippets.

etc/ftpsync-debian-multimedia.conf [new file with mode: 0644]
etc/ftpsync-ubuntu.conf [new file with mode: 0644]

diff --git a/etc/ftpsync-debian-multimedia.conf b/etc/ftpsync-debian-multimedia.conf
new file mode 100644 (file)
index 0000000..5abb9eb
--- /dev/null
@@ -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 (file)
index 0000000..fac95f1
--- /dev/null
@@ -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