From a137827a3269db40572cea49d3e1a104b5ef9c71 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Mon, 2 Sep 2013 16:32:28 +0200 Subject: Extend `packages` by 4th column for upstream repo By keeping the repository url in the `packages` file scripts such as source:ghc/sync-all can pick it up. Moreover, it's easier to automatically validate for correctness than the wiki:Repositories/Upstream page. --- boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') diff --git a/boot b/boot index 3c17e4c94f..13747421ed 100755 --- a/boot +++ b/boot @@ -58,7 +58,7 @@ sub sanity_check_tree { if (/^#/) { # Comment; do nothing } - elsif (/^([a-zA-Z0-9\/.-]+) +([^ ]+) +[^ ]+$/) { + elsif (/^([a-zA-Z0-9\/.-]+) +([^ ]+) +[^ ]+ +[^ ]+$/) { $dir = $1; $tag = $2; -- cgit v1.2.1