diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-05-15 09:06:01 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-05-15 09:06:01 (GMT) |
commit | 5adb739f268c2165c861f192bdef6dfb62f9b883 (patch) | |
tree | 0cc750f5e4e7db3918a4614c9b7ff87b4db325de /tools/s3-fetch-and-sync | |
parent | 08bc76933fd98310f09cc207fb4edf06dfbadab2 (diff) | |
download | mxe-5adb739f268c2165c861f192bdef6dfb62f9b883.zip mxe-5adb739f268c2165c861f192bdef6dfb62f9b883.tar.gz mxe-5adb739f268c2165c861f192bdef6dfb62f9b883.tar.bz2 |
s3 sync: don't need to keep local copies of pkgs
Diffstat (limited to 'tools/s3-fetch-and-sync')
-rwxr-xr-x | tools/s3-fetch-and-sync | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/s3-fetch-and-sync b/tools/s3-fetch-and-sync index 6ead8d8..12d352b 100755 --- a/tools/s3-fetch-and-sync +++ b/tools/s3-fetch-and-sync @@ -5,4 +5,5 @@ cd ~/mxe && git pull cd ~/mxe && make download +cd ~/mxe && make clean-pkg s3cmd sync --acl-public ~/mxe/pkg/* s3://mxe-pkg/ |