mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
snow: add TODO regarding summary before upload
This commit is contained in:
parent
711c89cd97
commit
f4008c92cf
1 changed files with 2 additions and 0 deletions
|
@ -947,6 +947,7 @@
|
|||
((package-file? (car o))
|
||||
(if (not (every package-file? (cdr o)))
|
||||
(non-homogeneous))
|
||||
;; TODO: include a summary (version, file size, etc.)
|
||||
(if (yes-or-no? cfg "Upload " o " to "
|
||||
(remote-uri cfg '(command package uri) "/?"))
|
||||
(for-each
|
||||
|
@ -960,6 +961,7 @@
|
|||
(package (create-package (car spec+files)
|
||||
(cdr spec+files)
|
||||
package-file)))
|
||||
;; TODO: include a summary (version, file size, etc.)
|
||||
(if (yes-or-no? cfg "Upload " o " to "
|
||||
(remote-uri cfg '(command package uri) "/?"))
|
||||
(upload-package cfg spec package package-file))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue