[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: squeeze-lts and the security tracker



Hi,

On Mittwoch, 6. August 2014, Michael Gilbert wrote:
> > svn://anonscm.debian.org/svn/secure-testing
> > (as listed on the bottom of the security-tracker pages)
> 
> In particular the Makefile, which fetches and parses the package archive
> data.

$ svn diff
Index: Makefile
===================================================================
--- Makefile	(revision 28144)
+++ Makefile	(working copy)
@@ -150,6 +150,20 @@
 	  done ; \
 	done
 
+LTS_MIRROR = http://ftp.de.debian.org/debian/dists
+update-lts: update-lts-$(OLDSTABLE)
+
+update-lts-$(OLDSTABLE):
+	set -e && archive=$(shell echo $@ | cut -d- -f3) ; \
+	  for arch in $($(shell echo $@ | cut -d- -f3)_ARCHS) ; do \
+	    $(PYTHON) bin/apt-update-file \
+	      $(LTS_MIRROR)/$${archive}-lts/main/binary-$$arch/Packages \
+	      data/packages/$${archive}-lts__main_$${arch}_Packages ; \
+	  done ; \
+	  $(PYTHON) bin/apt-update-file \
+	      $(LTS_MIRROR)/$${archive}-lts/main/source/Sources \
+	      data/packages/$${archive}-lts__main_Sources ; \
+
 BACKPORTS_MIRROR = http://ftp.de.debian.org/debian-backports/dists
 update-backports: update-backports-$(STABLE) update-backports-$(OLDSTABLE)


But then, this target (copied from update-backports(-*) is never called, just 
like update-backports. doc/security-team.d.o/security_tracker only mentions 
the update-stable target...

So there must be something missing here.


cheers,
	Holger

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: