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";
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
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
# Main archive
#
-architectures="armel kfreebsd-i386 kfreebsd-amd64"
+architectures="kfreebsd-i386 kfreebsd-amd64"
for dist in sid experimental
do
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",