From 0b1112228d65f8030d1df4000aff29b62944d2bd Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Thu, 7 Feb 2008 14:36:39 +0100 Subject: [PATCH] armel is now an official architecture --- bin/parse-contents | 4 ++-- cron.d/100syncarchive | 2 -- cron.d/100syncarchive_debports | 2 +- templates/config/mirrors.tmpl | 4 ---- 4 files changed, 3 insertions(+), 9 deletions(-) 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", -- 2.39.2