diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2013-09-02 16:32:28 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2013-09-02 16:39:03 +0200 |
commit | a137827a3269db40572cea49d3e1a104b5ef9c71 (patch) | |
tree | e1af8b2c3f9e0455b3219baad5b446b9dbcc6217 /boot | |
parent | 9e2e84e01cbf2bc1da1fc7260709f63687206d76 (diff) | |
download | haskell-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-x | boot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |