commit 283e5fbbe728b520e6b77597be9784cb4bfd6666
Author: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Date:   Wed Jul 5 18:36:05 2017 +0200

    Use branch master in nightlycompile.sh

diff --git a/nightlycompile.sh b/nightlycompile.sh
index dacede0..cf44fe9 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)}
