commit 35daafc31a92321aff90c57c74cd2e756fa20782 Author: hiro hiro@torproject.org Date: Sat Sep 28 18:07:15 2019 +0200
Update upload script --- scripts/update_files | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/scripts/update_files b/scripts/update_files index 0ce81b2..2312157 100755 --- a/scripts/update_files +++ b/scripts/update_files @@ -20,10 +20,11 @@ git fetch --all --prune
git add . git commit -am 'Create release branch' -git checkout -b torbrowser-releases -git push -f --follow-tags github torbrowser-releases git checkout -b releases git push -f --follow-tags origin releases +git checkout -b torbrowser-releases +git push -f --follow-tags github torbrowser-releases +
for row in $( curl -s 'https://aus1.torproject.org/torbrowser/update_3/release/downloads.json' |