Cleanup small errors
This commit is contained in:
parent
6b73593631
commit
4128666660
|
@ -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))
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user