commit f31eaa46411be645759602b72b0e4b0782f2ce85
Author: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Date:   Thu Aug 31 11:20:57 2017 +0200

    Use branch master in nigthlycompile.sh

diff --git a/nightlycompile.sh b/nightlycompile.sh
index cf44fe9..dacede0 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="master" ./nightlycompile.sh
+# FORCE="1" TARGETS="alix rspro" COMMUNITY="myNet" BRANCH="testing" ./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:-master}
+BRANCH=${BRANCH:-testing}
 
 # If target is not specified, compiling for all targets
 TARGETS=${TARGETS:-$(make list_targets)}
