Projecte

General

Perfil

« Anterior | Següent » 

Revisió 283e5fbb

Afegit per Roger Pueyo Centelles fa casi 7 anys

Use branch master in nightlycompile.sh

Visualitza les diferències:

nightlycompile.sh
# 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
......
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)}

També disponible a: Unified diff