commit d3ac24f6af2f2bfffe66abade0376f801ac2e240 Author: Cecylia Bocovich cohosh@torproject.org Date: Tue Dec 10 12:29:29 2019 -0500
Removed github repo from update_files --- scripts/update_files | 8 -------- 1 file changed, 8 deletions(-)
diff --git a/scripts/update_files b/scripts/update_files index 6e9e013..fa41120 100755 --- a/scripts/update_files +++ b/scripts/update_files @@ -12,7 +12,6 @@ cd ~/releases git checkout master git branch -D torbrowser-releases -git push github --delete torbrowser-releases
git fetch --all --prune
@@ -20,7 +19,6 @@ git add . git commit -am 'Create release branch' git checkout -b torbrowser-releases git push -f --follow-tags origin torbrowser-releases -git push -f --follow-tags github torbrowser-releases
for row in $( @@ -43,12 +41,6 @@ for row in $( else git push -f --follow-tags origin torbrowser-releases fi - diffs=$(git diff github/torbrowser-releases) - if [ -z "$diffs" ]; then - echo "No new releases" - else - git push -f --follow-tags github torbrowser-releases - fi fi; done
tor-commits@lists.torproject.org