[Secure-testing-commits] r4731 - /

Florian Weimer fw at costa.debian.org
Sat Sep 16 17:42:00 UTC 2006


Author: fw
Date: 2006-09-16 17:42:00 +0000 (Sat, 16 Sep 2006)
New Revision: 4731

Modified:
   Makefile
Log:
The secure-testing archive is now on security.debian.org.
stable-security sometimes includes non-free, so we process
non-free as well.


Modified: Makefile
===================================================================
--- Makefile	2006-09-15 09:07:19 UTC (rev 4730)
+++ Makefile	2006-09-16 17:42:00 UTC (rev 4731)
@@ -57,7 +57,7 @@
 		done ; \
 	done
 
-ST_MIRROR = http://secure-testing.debian.net/debian-secure-testing/dists/etch/security-updates
+ST_MIRROR = http://security.debian.org/dists/etch/updates
 ST_FILE = data/packages/etch_security_
 update-testing-security:
 	$(PYTHON) bin/apt-update-file \
@@ -70,13 +70,15 @@
 SEC_MIRROR = http://security.debian.org/dists
 update-security:
 	for archive in woody sarge ; do \
-	  $(PYTHON) bin/apt-update-file \
-	    $(SEC_MIRROR)/$$archive/updates/main/source/Sources \
-	    data/packages/$${archive}_security_main_Sources ; \
-	  for arch in $(ETCH_ARCHS) ; do \
+            for section in main contrib non-free ; do \
 	    $(PYTHON) bin/apt-update-file \
-	      $(SEC_MIRROR)/$$archive/updates/main/binary-$$arch/Packages \
-	      data/packages/$${archive}_security_main_$${arch}_Packages ; \
+	      $(SEC_MIRROR)/$$archive/updates/$$section/source/Sources \
+	      data/packages/$${archive}_security_$${section}_Sources ; \
+	    for arch in $(ETCH_ARCHS) ; do \
+	      $(PYTHON) bin/apt-update-file \
+	        $(SEC_MIRROR)/$$archive/updates/$$section/binary-$$arch/Packages \
+	        data/packages/$${archive}_security_$${section}_$${arch}_Packages ; \
+	    done ; \
 	  done ; \
 	done
 




More information about the Secure-testing-commits mailing list