]> git.deb.at Git - deb/packages.git/commitdiff
Merge AMD64 changes from current code
authorFrank Lichtenheld <frank@lichtenheld.de>
Sun, 16 Apr 2006 20:55:37 +0000 (20:55 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sun, 16 Apr 2006 20:55:37 +0000 (20:55 +0000)
cron.d/100syncarchive
cron.d/100syncarchive_amd64

index ee495ba87b6c725e40234e0b69485207ffa4843e..5b534763f17842491b094f8e2a5da99105ed1925 100755 (executable)
@@ -15,7 +15,6 @@ then
        foo=\$arch_${dist//-/_}
        for arch in `eval echo $foo`
        do
-           test ! "$arch" = "amd64" || continue
            test ! "$arch" = "kfreebsd-i386" || continue
            for part in ${parts}
            do
@@ -45,7 +44,6 @@ else
        foo=\$arch_${dist//-/_}
        for arch in `eval echo $foo`
        do
-           test ! "$arch" = "amd64" || continue
            test ! "$arch" = "kfreebsd-i386" || continue
            for part in ${parts}
            do
index 087d6f79261381df01d725c2f995f8bfadaa3464..69bef37c5454c6763afe86f7da22604a57183bab 100755 (executable)
@@ -9,7 +9,7 @@ cd ${archivedir}
 #
 arch=amd64
 
-for dist in stable testing unstable
+for dist in stable
   do
   for part in ${parts} main/debian-installer
     do