summaryrefslogtreecommitdiff
path: root/scripts/check-lorry-urls
Commit message (Collapse)AuthorAgeFilesLines
* scripts/check-lorry-urls: Don't report 'OK' after 'no Mercurial server ...'bwh/fix-check-url-hg-messagesBen Hutchings2020-09-101-2/+2
| | | | | Move the info('OK') call so it's only reported if the Mercurial capability check succeeds.
* Add script to check all repository/file URLsbwh/check-urlsBen Hutchings2020-09-091-0/+145
For each repository or file (or branch, for Bazaar), try the cheapest possible operation to verify that it is present. Related to #4.