summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2013-09-02 16:32:28 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2013-09-02 16:39:03 +0200
commita137827a3269db40572cea49d3e1a104b5ef9c71 (patch)
treee1af8b2c3f9e0455b3219baad5b446b9dbcc6217 /boot
parent9e2e84e01cbf2bc1da1fc7260709f63687206d76 (diff)
downloadhaskell-a137827a3269db40572cea49d3e1a104b5ef9c71.tar.gz
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.
Diffstat (limited to 'boot')
-rwxr-xr-xboot2
1 files changed, 1 insertions, 1 deletions
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;