diff options
author | Tony Theodore <tonyt@logyst.com> | 2014-10-13 15:50:40 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2014-10-13 15:50:40 (GMT) |
commit | 02d7a15bdb9b92f07c48ecf7f420e69b2b2432b9 (patch) | |
tree | 2f490f144f4e6fa12bf615cf72596a7e61cce789 /tools/s3-fetch-and-sync | |
parent | acd1f2a708cef74b2df0e406cac4b7d940e989b7 (diff) | |
download | mxe-02d7a15bdb9b92f07c48ecf7f420e69b2b2432b9.zip mxe-02d7a15bdb9b92f07c48ecf7f420e69b2b2432b9.tar.gz mxe-02d7a15bdb9b92f07c48ecf7f420e69b2b2432b9.tar.bz2 |
s3 sync: update server details
Diffstat (limited to 'tools/s3-fetch-and-sync')
-rwxr-xr-x | tools/s3-fetch-and-sync | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/s3-fetch-and-sync b/tools/s3-fetch-and-sync index 0f6e679..5b1a943 100755 --- a/tools/s3-fetch-and-sync +++ b/tools/s3-fetch-and-sync @@ -7,8 +7,10 @@ # This also acts as a CI to file issue on GitHub if download fails. -# DigitalOcean server IP: 162.243.7.196 -# Old Amazon EC2 server: ec2-174-129-78-72.compute-1.amazonaws.com +# DigitalOcean server IP: 104.131.71.203 +# Admins: https://api.github.com/orgs/mxe/members +# Keys: https://github.com/<user>.keys or https://api.github.com/users/<user>/keys +# # The script uses s3cmd to sync package tarballs: # http://s3tools.org/s3cmd |