summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 22:21:40 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:45:16 +0100
commitef33d6bf1d92f377b83a6c8b4cbec680255ee473 (patch)
treea83119f795ebe8df6e1a5b31c93d31b7425977bb /README
parenta089e6b3767033ee548ce6718d9c362f7f3f58c9 (diff)
downloadlorries-ef33d6bf1d92f377b83a6c8b4cbec680255ee473.tar.gz
Add script to check all repository/file URLsbwh/check-urls
For each repository or file (or branch, for Bazaar), try the cheapest possible operation to verify that it is present. Related to #4.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index e7d568e..713ef33 100644
--- a/README
+++ b/README
@@ -32,3 +32,7 @@ report:
The syntax and duplicate name checks are applied even to disabled
`.lorry` files, because reusing a repository name for a different
upstream type generally won't work.
+
+Run `scripts/check-lorry-urls` to check that the upstream repositories
+and files referred to by the active `.lorry` files exist. This will
+take several minutes.