Cleanup small errors

This commit is contained in:
Jay McCarthy 2014-11-17 18:59:40 -05:00
parent 6b73593631
commit 4128666660
2 changed files with 5 additions and 2 deletions

View File

@ -20,7 +20,7 @@
"sync"
"-m" "application/javascript"
"--acl-public"
"--add-header" "Content-Encoding: gzip"
"--add-header" "Content-Encoding:gzip"
"--delete-removed"
(format "~a/pkgs-all.json.gz" static-path)
(format "s3://~a/pkgs-all.json.gz" s3-bucket))

View File

@ -23,7 +23,10 @@
(define i (package-info pkg-name))
(package-info-set!
pkg-name
(hash-set i 'checksum-error (exn-message x))))])
(hash-set i 'checksum-error
(regexp-replace* (regexp (github-client_secret))
(exn-message x)
"REDACTED"))))])
(define i (package-info pkg-name))
(define old-checksum
(package-ref i 'checksum))