[SCM] Tools to automatically infer debtags tags branch, master, updated. 873ba3a48ced89b5e2c46b2afd99e0cbeeae57e5

David Paleino dapal at debian.org
Sun Jan 31 19:21:32 UTC 2010


The following commit has been merged in the master branch:
commit 873ba3a48ced89b5e2c46b2afd99e0cbeeae57e5
Author: David Paleino <dapal at debian.org>
Date:   Sun Jan 31 20:17:20 2010 +0100

    Ehm. Oops. Forgot to close the regex and to escape the grouping

diff --git a/plugins/mono b/plugins/mono
index ab9f8f2..d61eb13 100755
--- a/plugins/mono
+++ b/plugins/mono
@@ -6,7 +6,7 @@
 
 # Auto-infer from 'libdevel' section
 #cat $PKGDATA | grep-dctrl -ens Package -F Package '^libmono[0-9-].+-cil$' | while read pkg
-ara -list "package=~/.*-cil(-dev)?$" -config $ROOT/ara.config | while read pkg
+ara -list "package=~/.*-cil\(-dev\)?$/" -config $ROOT/ara.config | while read pkg
 do
     case $pkg in
         *-cil)

-- 
Tools to automatically infer debtags tags



More information about the Debtags-devel mailing list