The following commit has been merged in the master branch:
commit 0b1112228d65f8030d1df4000aff29b62944d2bd
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date:   Thu Feb 7 14:36:39 2008 +0100

    armel is now an official architecture

diff --git a/bin/parse-contents b/bin/parse-contents
index 2ee39d7..f7fa9a4 100755
--- a/bin/parse-contents
+++ b/bin/parse-contents
@@ -140,8 +140,8 @@ for my $suite (@suites) {
            rename("$DBDIR/reverse.tmp", "$DBDIR/reverse_${suite}_${arch}.txt");
 
            activate($filelist_db);
-           #FIXME: hardcoded archs. (gnuab has no contrib/non-free)
-           if ($arch !~ m/^(armel|kfreebsd-.*)$/) {
+           #FIXME: hardcoded archs. (debports has no contrib/non-free)
+           if ($arch !~ m/^kfreebsd-.*$/) {
                system("ln", "-sf", $filelist_db,
                       "$DBDIR/filelists_${suite}_all.db") == 0
                           or die "Oops";
diff --git a/cron.d/100syncarchive b/cron.d/100syncarchive
index a6b0e83..01a2c43 100755
--- a/cron.d/100syncarchive
+++ b/cron.d/100syncarchive
@@ -23,7 +23,6 @@ then
        do
            test ! "$arch" = "kfreebsd-i386" || continue
            test ! "$arch" = "kfreebsd-amd64" || continue
-           test ! "$arch" = "armel" || continue
            for part in ${parts}
            do
                echo retrieve Packages $dist/$part/$arch
@@ -59,7 +58,6 @@ else
        do
            test ! "$arch" = "kfreebsd-i386" || continue
            test ! "$arch" = "kfreebsd-amd64" || continue
-           test ! "$arch" = "armel" || continue
            for part in ${parts}
            do
                echo retrieve Packages $dist/$part/$arch
diff --git a/cron.d/100syncarchive_debports b/cron.d/100syncarchive_debports
index 05b967f..6fb224d 100755
--- a/cron.d/100syncarchive_debports
+++ b/cron.d/100syncarchive_debports
@@ -7,7 +7,7 @@ cd ${archivedir}
 
 # Main archive
 #
-architectures="armel kfreebsd-i386 kfreebsd-amd64"
+architectures="kfreebsd-i386 kfreebsd-amd64"
 
 for dist in sid experimental
   do
diff --git a/templates/config/mirrors.tmpl b/templates/config/mirrors.tmpl
index 7568213..9547482 100644
--- a/templates/config/mirrors.tmpl
+++ b/templates/config/mirrors.tmpl
@@ -158,10 +158,6 @@ mirrors = {
                                url_name => 'kfreebsd-gnu',
                                name => 'GNU/kFreeBSD',
                        },
-                       armel => {
-                               url => 'http://wiki.debian.org/ArmEabiPort',
-                               name => 'armel',
-                       },
                },
                north_america => [
                        "www.gtlib.gatech.edu/pub/gnuab/debian",

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to