[Pkg-ganeti-commits] r71 - trunk/ganeti/debian

iustin-guest at alioth.debian.org iustin-guest at alioth.debian.org
Mon Jan 12 07:39:47 UTC 2009


Author: iustin-guest
Date: 2009-01-12 07:39:46 +0000 (Mon, 12 Jan 2009)
New Revision: 71

Modified:
   trunk/ganeti/debian/watch
Log:
Restrict watch file to digits and dots only

This will cause watch to skip pre-releases and such (~).


Modified: trunk/ganeti/debian/watch
===================================================================
--- trunk/ganeti/debian/watch	2008-12-10 15:22:56 UTC (rev 70)
+++ trunk/ganeti/debian/watch	2009-01-12 07:39:46 UTC (rev 71)
@@ -3,4 +3,4 @@
 
 # code.google.com/p/$project/downloads/list has links to $project.googlecode.com/files/
 http://code.google.com/p/ganeti/downloads/list \
-    http://ganeti.googlecode.com/files/ganeti-(\d+\.\d+.*)\.tar\.gz
+    http://ganeti.googlecode.com/files/ganeti-(\d+\.\d+[\d.]*)\.tar\.gz




More information about the Pkg-ganeti-commits mailing list