commit 9d9af416b9e71d500894b0dd5f6b62ca8656a170 Author: hiro hiro@torproject.org Date: Sat Aug 31 12:25:11 2019 +0200
Update update_files --- scripts/update_files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/update_files b/scripts/update_files index 681bf86..b338a58 100755 --- a/scripts/update_files +++ b/scripts/update_files @@ -24,7 +24,7 @@ for row in $( if [[ $r = *[!\ ]* ]]; then wget $r git fetch --all - git checkout -B releases + git checkout releases git add . git commit -m '[dist ci] commit from CI runner - update with new torbrowser downloads' diffs=$(git diff origin/releases) @@ -33,7 +33,7 @@ for row in $( else git push -f --follow-tags origin releases fi - git checkout -b torbrowser-releases + git checkout torbrowser-releases git merge releases diffs=$(git diff github/torbrowser-releases) if [ -z "$diffs" ]; then
tor-commits@lists.torproject.org