diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-11-13 00:20:54 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-11-13 00:20:54 (GMT) |
commit | 75417437a250371ca4a947b1394515341e37feb5 (patch) | |
tree | b6ff27337729d9e96ae87c570520328e82fa090b /tools/s3-fetch-and-sync | |
parent | b82080ec4d304e096d7bbd6a023838ac691d2b87 (diff) | |
download | mxe-75417437a250371ca4a947b1394515341e37feb5.zip mxe-75417437a250371ca4a947b1394515341e37feb5.tar.gz mxe-75417437a250371ca4a947b1394515341e37feb5.tar.bz2 |
Makefile and s3: add mxe mirror and tidy output
Diffstat (limited to 'tools/s3-fetch-and-sync')
-rwxr-xr-x | tools/s3-fetch-and-sync | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/s3-fetch-and-sync b/tools/s3-fetch-and-sync index 3783abb..7dfbe4f 100755 --- a/tools/s3-fetch-and-sync +++ b/tools/s3-fetch-and-sync @@ -44,6 +44,5 @@ if ! ( \ EDITOR=~/mxe/tools/fake-editor ghi open -L bug -- mxe/mxe fi -cd ~/mxe && make clean-junk MXE_PLUGIN_DIRS="$plugin_dirs" s3cmd sync --acl-public ~/mxe/pkg/* s3://mxe-pkg/ rm -f ~/mxe/tmp-download-log ~/mxe/tmp-url |