Don't bother uploading unused, large, files to S3

This commit is contained in:
Jay McCarthy 2014-06-09 09:05:43 -06:00
parent 7a5746d9a7
commit a4f578dcd6

View File

@ -16,6 +16,9 @@
(gzip (format "~a/pkgs-all.json" static-path)
(format "~a/pkgs-all.json.gz" static-path))
(delete-file (format "~a/pkgs-all.json" static-path))
(delete-file (format "~a/pkgs-all" static-path))
(system* s3cmd-path
"-c" s3-config
"sync"
@ -35,8 +38,6 @@
(format "~a/" static-path)
(format "s3://~a/" s3-bucket))
(void))
(define (upload-pkgs pkgs)