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

fixing four bugs, let's start with a Makefile.diff



Hi,

I've fixed 

#742382 [i|P|=] [security-tracker] security-tracker: tablular view doesn't 
#642987 [n|P|  ] [security-tracker] Entries marked as <end-of-life> should not 
#742855 [n|P|  ] [security-tracker] security)
#610220 [w|P|  ] [security-tracker] Show URLs in TODO/NOTE as hyperlinks in 

locally, using these changes:

 Makefile                  |    2 ++
 bin/tracker_service.py    |   17 +++++++++--------
 lib/python/bugs.py        |    9 +++++----
 lib/python/security_db.py |   34 ++++++++++++++++++++++------------
 lib/python/web_support.py |   14 +++++++++-----
 5 files changed, 47 insertions(+), 29 deletions(-)

which can be seen at http://paste.debian.net/120477/

Sadly I believe there are still 1-2 unneeded bits in there, which I'd like to 
get rid of, so I would like to actually do one svn commit per bug.

So as a start, here is just my changed Makefile, which just makes running a 
copy of the tracker easier. I'll plan to run two now... one with all patches 
and another with just a few, those which are being reviewed...

So, may I commit this Makefile? :) (Further cleanup seems useful but I have no 
idea how the targets are called by cron...)


cheers,
	Holger

P.S.: I wish I had done this earlier:

git svn clone svn+ssh://holger@svn.debian.org/svn/secure-testing
Index: Makefile
===================================================================
--- Makefile	(Revision 28723)
+++ Makefile	(Arbeitskopie)
@@ -203,3 +203,5 @@
 	  wget -q -Odata/nvd/$$name https://nvd.nist.gov/download/$$name || true; \
 	done
 	python bin/update-nvd data/nvd/nvdcve-*.xml
+
+update-all: update-nvd update-lists update-packages update-oldstable update-stable update-security update-testing-security update-packages update-backports all

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


Reply to: