diff --git a/launch_chffrplus.sh b/launch_chffrplus.sh index 287c72a78..0a10c59e5 100755 --- a/launch_chffrplus.sh +++ b/launch_chffrplus.sh @@ -12,18 +12,18 @@ fi function launch { # apply update - if [ "$(git rev-parse HEAD)" != "$(git rev-parse @{u})" ]; then - git reset --hard @{u} && - git clean -xdf && - - # Touch all files on release2 after checkout to prevent rebuild - BRANCH=$(git rev-parse --abbrev-ref HEAD) - if [[ "$BRANCH" == "release2" ]]; then - touch ** - fi - - exec "${BASH_SOURCE[0]}" - fi +# if [ "$(git rev-parse HEAD)" != "$(git rev-parse @{u})" ]; then +# git reset --hard @{u} && +# git clean -xdf && +# +# # Touch all files on release2 after checkout to prevent rebuild +# BRANCH=$(git rev-parse --abbrev-ref HEAD) +# if [[ "$BRANCH" == "release2" ]]; then +# touch ** +# fi +# +# exec "${BASH_SOURCE[0]}" +# fi # no cpu rationing for now echo 0-3 > /dev/cpuset/background/cpus