On jeu., 2012-03-29 at 00:30 +0200, Francesco Poli wrote: > Hello everybody, > it seems to me that the tracker stopped fetching info about package > versions in "squeeze (security)". > > Examples: > http://security-tracker.debian.org/tracker/DSA-2441-1 > http://security-tracker.debian.org/tracker/DSA-2442-1 > http://security-tracker.debian.org/tracker/DSA-2443-1 > > What's wrong? > Is there anything that needs to be fixed? > > Please fix the tracker updating mechanism and/or clarify. > Thanks for your time! > >
I don't know the tracker very well but I think the following patch
should fix that:
Index: Makefile
===================================================================
--- Makefile (revision 18786)
+++ Makefile (working copy)
@@ -110,7 +110,7 @@
done ; \
done
-.PHONY: update-security update-old-security update-testing-security
+.PHONY: update-security update-testing-security
ST_MIRROR = http://security.debian.org/dists/$(TESTING)/updates
ST_FILE = data/packages/$(TESTING)_security_
update-testing-security:
@@ -122,7 +122,7 @@
done
SEC_MIRROR = http://security.debian.org/dists
-update-security: update-old-security
+update-security:
for archive in $(STABLE); do \
for section in main contrib non-free ; do \
$(PYTHON) bin/apt-update-file \
Could someone double-check it and apply it?
--
Yves-Alexis
signature.asc
Description: This is a digitally signed message part
