[Blends-commit] [SCM] blends-gsoc branch, master, updated. 292711a378d446198d7d8ded0fe2f2b27d5fc5d6

Andreas Tille tille at debian.org
Tue Jul 9 12:01:39 UTC 2013


The following commit has been merged in the master branch:
commit 292711a378d446198d7d8ded0fe2f2b27d5fc5d6
Author: Andreas Tille <tille at debian.org>
Date:   Tue Jul 9 14:03:57 2013 +0200

    Make tester safe against typos in Blend names (debian-multimedi was lacking the leading a) and at the same time make sure we will miss no potential new Blend

diff --git a/tester b/tester
index c8eae6e..22eb0cf 100755
--- a/tester
+++ b/tester
@@ -20,9 +20,7 @@ dodiff() {
     done
 }
 
-blends_array=("debichem" "debian-gis" "debian-accessibility" "debian-ezgo" "debian-games" "fun" "debian-junior" "openstudio" "debian-edu" "debian-imaging" "debian-pan" "debian-multimedi" "debian-lex" "debian-med" "debian-science")
-
-for blend in ${blends_array[@]}
+for blend in `psql -t udd -c 'SELECT blend FROM blends_metadata ORDER BY blend;'`
 do  
     echo "Generating control files for $blend."
     ./blend-gen-control -S -D -c -b $blend

-- 
Git repository for blends-gsoc code



More information about the Blends-commit mailing list