[SCM] Tools to automatically infer debtags tags branch, master, updated. 806ce49d208301fe20131511718949aafbe03311

Enrico Zini enrico at enricozini.org
Tue Oct 6 15:19:12 UTC 2009


The following commit has been merged in the master branch:
commit b888ef5a9873af754c2e113836416e59d09212b4
Author: Enrico Zini <enrico at enricozini.org>
Date:   Tue Oct 6 15:18:55 2009 +0000

    Send tags to stdout

diff --git a/plugins/perlteam b/plugins/perlteam
index 626695e..da1ff00 100755
--- a/plugins/perlteam
+++ b/plugins/perlteam
@@ -5,13 +5,13 @@
 ara -list 'maintainer=~/pkg-perl/ and package=~/^lib.+-perl$/ and architecture="all"' \
     -config $ROOT/ara.config | while read pkg
 do
-	echo "$pkg: +devel::lang:perl, +devel::library, +role::shared-lib, +implemented-in::perl" >> mypatch
+	echo "$pkg: +devel::lang:perl, +devel::library, +role::shared-lib, +implemented-in::perl"
 done
 
 ara -list 'maintainer=~/pkg-perl/ and package=~/^lib.+-perl$/ and architecture!="all"' \
     -config $ROOT/ara.config | while read pkg
 do
-	echo "$pkg: +devel::lang:perl, +devel::library, +role::shared-lib, +implemented-in::c" >> mypatch
+	echo "$pkg: +devel::lang:perl, +devel::library, +role::shared-lib, +implemented-in::c"
 done
 
 exit 0

-- 
Tools to automatically infer debtags tags



More information about the Debtags-devel mailing list