]> git.decadent.org.uk Git - dak.git/blobdiff - tools/logs.py
Adjust regex
[dak.git] / tools / logs.py
index c4eb6bea15add578d5ed1681db7924e3f35edfd8..6db78d99e208a53ffe16263ac629cf53ea79e796 100755 (executable)
@@ -46,7 +46,7 @@ if m:
     raise Exception("I don't like command line arguments including char '%s'"%m.group(0))
 
 if args:
-  for l in os.popen('bzgrep -H "Archive maintenance timestamp" "'+'" "'.join(args)+'"'):
+  for l in os.popen('bzgrep -H "^Archive maintenance timestamp" "'+'" "'.join(args)+'"'):
     m = LINE.match(l)
     if not m:
         raise Exception("woops '%s'"%l)