The following commit has been merged in the ubuntu-master branch:
commit da8d8b59a44c3cb2202f527654934c209d0e5b13
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Sat Feb 16 01:55:52 2008 +0100
[UBUNTU] syncarchive_debports: Remove
This must have crept in during one of the merges.
We don't need that.
diff --git a/cron.d/100syncarchive_debports b/cron.d/100syncarchive_debports
deleted file mode 100755
index 6fb224d..0000000
--- a/cron.d/100syncarchive_debports
+++ /dev/null
@@ -1,33 +0,0 @@
-#! /bin/bash
-
-. `dirname $0`/../config.sh
-
-test -d ${archivedir} || mkdir -p ${archivedir}
-cd ${archivedir}
-
-# Main archive
-#
-architectures="kfreebsd-i386 kfreebsd-amd64"
-
-for dist in sid experimental
- do
- echo "retrieve Release(.gpg) $dist"
- test -d debports/${dist} || mkdir -p debports/${dist}
- (cd debports/${dist} &&
- $wget_cmd -N ${debports_ftpsite}/dists/${dist}/Release &&
- $wget_cmd -N ${debports_ftpsite}/dists/${dist}/Release.gpg )
-
- for arch in $architectures
- do
- for part in ${parts} main/debian-installer
- do
- echo retrieve Packages $dist/$part/$arch
- test -d debports/${dist}/${part}/binary-${arch} || mkdir -p
debports/${dist}/${part}/binary-${arch}
- (cd debports/${dist}/${part}/binary-${arch} &&
- $wget_cmd -N
${debports_ftpsite}/dists/${dist}/${part}/binary-${arch}/Packages.gz)
- done
- echo retrieve Contents $dist/$arch
- (cd debports/${dist} &&
- $wget_cmd -N ${debports_ftpsite}/dists/${dist}/Contents-${arch}.gz)
- done
-done
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]