[Pkg-ganeti-commits] r60 - trunk/ganeti/debian
iustin-guest at alioth.debian.org
iustin-guest at alioth.debian.org
Mon Jul 14 06:59:43 UTC 2008
Author: iustin-guest
Date: 2008-07-14 06:59:42 +0000 (Mon, 14 Jul 2008)
New Revision: 60
Modified:
trunk/ganeti/debian/watch
Log:
Fix watch file for ganeti
The current watch file was matching the archive for
ganeti-instance-deboostrap too which is not good. The regex now requires
that the version number is of the form digits, dot, digits and possibly
extra info after.
Modified: trunk/ganeti/debian/watch
===================================================================
--- trunk/ganeti/debian/watch 2008-07-14 06:01:13 UTC (rev 59)
+++ trunk/ganeti/debian/watch 2008-07-14 06:59:42 UTC (rev 60)
@@ -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-(.*)\.tar\.gz
+ http://ganeti.googlecode.com/files/ganeti-(\d+\.\d+.*)\.tar\.gz
More information about the Pkg-ganeti-commits
mailing list