commit 0390bf70741819d792310753ec3faddf4da2e70a
Author: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Date:   Fri Oct 16 16:14:58 2015 +0200

    Nightlycompile for qMp 3.2 Clearance

diff --git a/nightlycompile.sh b/nightlycompile.sh
index e7e2b57..4e07109 100755
--- a/nightlycompile.sh
+++ b/nightlycompile.sh
@@ -4,7 +4,7 @@
 # Not recommended to use in a read/write development environment.
 #
 # Example of usage:
-# FORCE="1" TARGETS="alix rspro" COMMUNITY="myNet" BRANCH="testing" ./nightlycompile.sh
+# FORCE="1" TARGETS="alix rspro" COMMUNITY="myNet" BRANCH="master" ./nightlycompile.sh
 # 
 
 # Mail to send alerts in case something goes wrong
@@ -14,7 +14,7 @@ MAIL="admin@qmp.cat"
 DAYS_TO_PRESERVE="10"
 
 COMMUNITY=${COMMUNITY:-qMp}
-BRANCH=${BRANCH:-testing}
+BRANCH=${BRANCH:-master}
 
 # If target is not specified, compiling for all targets
 TARGETS=${TARGETS:-$(make list_targets)}
