The following commit has been merged in the master branch:
commit 56af0d0d5ab185d52da218f7405632ef5ade9f12
Author: Frank Lichtenheld <[email protected]>
Date: Tue Feb 17 21:58:32 2009 +0100
There are now Contents files for experimental
diff --git a/cron.d/100syncarchive b/cron.d/100syncarchive
index 35b9361..02750b0 100755
--- a/cron.d/100syncarchive
+++ b/cron.d/100syncarchive
@@ -31,7 +31,6 @@ then
$wget_cmd -N
${ftpsite}/dists/${dist}/${part}/binary-${arch}/Packages.gz)
done
#FIXME: no Contents files for p-u
- test ! "$dist" = "experimental" || continue
echo retrieve Contents $dist/$arch
(cd us/${dist} &&
$wget_cmd -N ${ftpsite}/dists/${dist}/Contents-${arch}.gz)
@@ -68,7 +67,6 @@ else
us/${dist}/${part}/binary-${arch}/Packages.gz
done
#FIXME: no Contents files for p-u
- test ! "$dist" = "experimental" || continue
echo retrieve Contents $dist/$arch
rsync -t ${localdir}/dists/${dist}/Contents-${arch}.gz \
us/${dist}/Contents-${arch}.gz
diff --git a/cron.d/100syncarchive_m68k b/cron.d/100syncarchive_m68k
index 00b01cf..3dcf954 100755
--- a/cron.d/100syncarchive_m68k
+++ b/cron.d/100syncarchive_m68k
@@ -30,7 +30,6 @@ then
$wget_cmd -N
${ftpsite}/dists/${dist}-${arch}/${part}/binary-${arch}/Packages.gz)
done
#FIXME: no Contents files for p-u
- test ! "$dist" = "experimental" || continue
echo retrieve Contents $dist/$arch
(cd us/${dist}-${arch} &&
$wget_cmd -N
${ftpsite}/dists/${dist}-${arch}/Contents-${arch}.gz)
@@ -66,7 +65,6 @@ else
us/${dist}-${arch}/${part}/binary-${arch}/Packages.gz
done
#FIXME: no Contents files for p-u
- test ! "$dist" = "experimental" || continue
echo retrieve Contents $dist-${arch}/$arch
rsync -t ${localdir}/dists/${dist}-${arch}/Contents-${arch}.gz \
us/${dist}-${arch}/Contents-${arch}.gz
diff --git a/lib/Packages/DoShow.pm b/lib/Packages/DoShow.pm
index 9d6df68..422ca7a 100644
--- a/lib/Packages/DoShow.pm
+++ b/lib/Packages/DoShow.pm
@@ -230,8 +230,7 @@ sub do_show {
$d{version} = $versions->{$a} if $multiple_versions;
$d{archive} = $archives->{$a};
- if ( ($suite ne "experimental")
- && ($subsection ne 'debian-installer')) {
+ if ($subsection ne 'debian-installer') {
$d{contents_avail} = 1;
}
push @downloads, \%d;
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]