Revisió 2c54aea6
Afegit per Pau Escrich fa aproximadament 12 anys
nightlycompile.sh | ||
---|---|---|
|
||
[ ! $FORCE ] && [ "$(cd build/qmp && git pull)" == "Already up-to-date." ] && { echo "Nothing to compile, qMp in last version"; exit 0; }
|
||
|
||
make update_all
|
||
|
||
for t in $TARGETS; do
|
||
echo "Updating feeds"
|
||
make T=$t update_feeds
|
||
|
||
echo "Syncronizing configuration..."
|
||
make T=$t sync_config
|
També disponible a: Unified diff
fixed update_feeds for nightly compile