]> git.deb.at Git - deb/packages.git/commitdiff
armel is now an official architecture
authorFrank Lichtenheld <frank@lichtenheld.de>
Thu, 7 Feb 2008 13:36:39 +0000 (14:36 +0100)
committerFrank Lichtenheld <frank@lichtenheld.de>
Thu, 7 Feb 2008 13:36:39 +0000 (14:36 +0100)
bin/parse-contents
cron.d/100syncarchive
cron.d/100syncarchive_debports
templates/config/mirrors.tmpl

index 2ee39d71b88e62517410d2378bdfe1e3ca988ed7..f7fa9a44d3419166435ccb96d8e7311226812080 100755 (executable)
@@ -140,8 +140,8 @@ for my $suite (@suites) {
            rename("$DBDIR/reverse.tmp", "$DBDIR/reverse_${suite}_${arch}.txt");
 
            activate($filelist_db);
            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";
                system("ln", "-sf", $filelist_db,
                       "$DBDIR/filelists_${suite}_all.db") == 0
                           or die "Oops";
index a6b0e83429e311517cdc601ef62531842dabd198..01a2c4300b7d67e48a51ad7d1bc7b287dd6fd08d 100755 (executable)
@@ -23,7 +23,6 @@ then
        do
            test ! "$arch" = "kfreebsd-i386" || continue
            test ! "$arch" = "kfreebsd-amd64" || continue
        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
            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
        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
            for part in ${parts}
            do
                echo retrieve Packages $dist/$part/$arch
index 05b967f0628796ccf68870682648f56424f7168e..6fb224d5d07574dbb0bb1a1f949a5a85d1d79db4 100755 (executable)
@@ -7,7 +7,7 @@ cd ${archivedir}
 
 # Main archive
 #
 
 # Main archive
 #
-architectures="armel kfreebsd-i386 kfreebsd-amd64"
+architectures="kfreebsd-i386 kfreebsd-amd64"
 
 for dist in sid experimental
   do
 
 for dist in sid experimental
   do
index 75682137be31071dd86b6add65bde342600a0738..9547482fd7efd93b79684422489c4d688471f861 100644 (file)
@@ -158,10 +158,6 @@ mirrors = {
                                url_name => 'kfreebsd-gnu',
                                name => 'GNU/kFreeBSD',
                        },
                                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",
                },
                north_america => [
                        "www.gtlib.gatech.edu/pub/gnuab/debian",