guard the repositories warning
closes PR 12842
This commit is contained in:
parent
948a4d6184
commit
d4ab45f6c5
|
@ -711,9 +711,10 @@
|
|||
(λ (x) (and (list? x)
|
||||
(srfi1:lset<= equal? x '("3xx" "4.x"))))
|
||||
(announce "Repositories: ~s\n" repositories)
|
||||
(warn (string-append
|
||||
"Package's info.rkt does not contain a repositories field."
|
||||
" The package will be listed in all repositories by default."))]
|
||||
(unless repositories
|
||||
(warn (string-append
|
||||
"Package's info.rkt does not contain a repositories field."
|
||||
" The package will be listed in all repositories by default.")))]
|
||||
[version
|
||||
string?
|
||||
(announce "Version description: ~a\n" version)]))])
|
||||
|
|
Loading…
Reference in New Issue
Block a user