[Pkg-ganeti-devel] [SCM] Instance debootstrap packaging branch, master, updated. debian/0.7-1-7-g72603d4

Iustin Pop iusty at k1024.org
Sun Dec 6 15:22:59 UTC 2009


The following commit has been merged in the master branch:
commit 93f22c94e54d912c80d416132594183279cad228
Author: Iustin Pop <iusty at k1024.org>
Date:   Sat Dec 5 22:37:31 2009 +0100

    Restrict watch file to digits and dots only
    
    This will cause watch to skip pre-releases and such (~).

diff --git a/debian/watch b/debian/watch
index 2531ce4..d07c3ec 100644
--- a/debian/watch
+++ b/debian/watch
@@ -3,4 +3,4 @@ version=3
 
 # 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-instance-debootstrap-(.*)\.tar(?:\.gz)?
+    http://ganeti.googlecode.com/files/ganeti-instance-debootstrap-(\d+\.\d+[\d.]*)\.tar(?:\.gz)?

-- 
Instance debootstrap packaging



More information about the Pkg-ganeti-devel mailing list