From 163d6385fd4f06860726876086d92d0e81dc6442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 10 Sep 2021 14:59:53 +0200 Subject: lint: archival: Warn about non-origin sources. * guix/lint.scm (check-archival): Warn about non-origin sources. --- guix/lint.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'guix/lint.scm') diff --git a/guix/lint.scm b/guix/lint.scm index ffd3f7007e..527fda165a 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -1562,7 +1562,11 @@ Disarchive entry refers to non-existent SWH directory '~a'") #:field 'source))))))) ((? content?) '()))) - '())))) + '())) + (_ + (list (make-warning package + (G_ "unsupported source type") + #:field 'source))))) (match-lambda* (('swh-error url method response) (response->warning url method response)) -- cgit v1.2.3