]> git.deb.at Git - deb/packages.git/blobdiff - cron.d/100syncarchive
html/show.tmpl: Don't show changelog links for other archives
[deb/packages.git] / cron.d / 100syncarchive
index 55589d853d55b9a9c7c8228a11000cb1a918082d..1436bd971ff327e07f52edc50ee71ed607b27ab3 100755 (executable)
@@ -22,6 +22,8 @@ then
        for arch in `eval echo $foo`
        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
@@ -57,6 +59,8 @@ else
        for arch in `eval echo $foo`
        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
@@ -82,7 +86,7 @@ fi
 
 # security archive
 #
-for dist in oldstable stable testing
+for dist in sarge etch lenny
 do
     echo "retrieve Release(.gpg) $dist"
     test -d security/${dist} || mkdir -p security/${dist}