From 7d795f4dcafe108d2d232d0cad6423018597a4fc Mon Sep 17 00:00:00 2001 From: Dragonpilot Date: Tue, 23 Jul 2019 12:07:34 +1000 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20APK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From b15a4c7435ff727a5881f692595d3a05fc986324 Mon Sep 17 00:00:00 2001 From: Dragonpilot Date: Tue, 23 Jul 2019 12:10:46 +1000 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8F=96=E6=B6=88=E8=87=AA=E5=8B=95?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- launch_chffrplus.sh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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