meta/pkg-push: fix for "racket" package

This commit is contained in:
Matthew Flatt 2014-03-16 05:47:38 -06:00
parent 4b4ff3d00b
commit fc1a86fc69

View File

@ -62,10 +62,12 @@
(loop (set-add pkgs a)
(set-union
r
(apply set (map (lambda (p) (if (pair? p) (car p) p))
(hash-ref (hash-ref new-pkgs a)
'dependencies
'()))))))])))
(set-remove
(apply set (map (lambda (p) (if (pair? p) (car p) p))
(hash-ref (hash-ref new-pkgs a)
'dependencies
'())))
"racket"))))])))
(printf "Getting current S3 content...\n")
(define old-content (list->set (ls (string-append bucket "/pkgs"))))