- 23 Jan, 2020 5 commits
-
-
Cecylia Bocovich authored
-
Cecylia Bocovich authored
This commit fixes an edge case in which the config filename is never declared if the config is set but the file does not exist on disk.
-
Cecylia Bocovich authored
Created projects default to private, we need to set the visibility in the script to make them public.
-
Cecylia Bocovich authored
This fixes a bug where, if there were no errors in uploading binaries, failure is referenced before it was ever declared.
-
Cecylia Bocovich authored
This fixes an issue that occurred while running the new gitlab script on the gettor machine. Newer library versions require the b64 encoded byte string to be converted to ascii text.
-
- 22 Jan, 2020 5 commits
-
-
Cecylia Bocovich authored
This commit cleans up the script a bit by: - making more detailed comments, - streamlining the choice of remote repository - printing all output to std error - captilization consistency
-
Cecylia Bocovich authored
We now have a separate script for both GitLab and Github endpoints.
-
Cecylia Bocovich authored
-
Cecylia Bocovich authored
-
Cecylia Bocovich authored
Updated and refactored the script to upload tor browser binaries to the gitlab remote using the GitLab REST API.
-
- 17 Jan, 2020 1 commit
-
-
Cecylia Bocovich authored
-
- 16 Jan, 2020 1 commit
-
-
Hiro authored
-
- 10 Jan, 2020 2 commits
-
-
Hiro authored
Add tests to check sent email messages.
-
Cecylia Bocovich authored
This fixes a bug where we exceed our google drive quota. Deleted files were moved to a trash bin and not removed from storage entirely.
-
- 08 Jan, 2020 1 commit
-
-
Cecylia Bocovich authored
-
- 07 Jan, 2020 1 commit
-
-
Cecylia Bocovich authored
This modifies update_files to update each tor browser binary in gitlab, internet archive, and google docs, and then delete the binary before downloading the next one. This will save storage space on the gettor host.
-
- 11 Dec, 2019 4 commits
- 10 Dec, 2019 2 commits
-
-
Cecylia Bocovich authored
-
Cecylia Bocovich authored
This script had important commands for updating internet archine and google docs. The github release script has been renamed to update_github.
-
- 05 Dec, 2019 3 commits
-
-
Cecylia Bocovich authored
-
Cecylia Bocovich authored
Have the script read directly from an environment variable instead of passing the token in as a command line argument. This will hide it from other processes. Also removed downloaded files to prevent a messy directory.
-
Cecylia Bocovich authored
- also fixed a bug where releases won't be deleted untless the assets are removed first
-
- 25 Nov, 2019 1 commit
-
-
Cecylia Bocovich authored
The script will continue with the rest of the uploads but will exit with a non-zero code so that we'll be notified to upload the missing files manually.
-
- 21 Nov, 2019 5 commits
-
-
Cecylia Bocovich authored
-
Cecylia Bocovich authored
-
Cecylia Bocovich authored
-
Cecylia Bocovich authored
-
Cecylia Bocovich authored
We were running out of space in both of our github and gitlab repositories due to storage limits. This change switches to using the github REST API to upload torbrowser binaries as releases. Releases are not subject to the space limits of repositories and, even better, do not count against our bandwidth limits when users download them.
-
- 18 Oct, 2019 9 commits