summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* scripts/check-lorry-urls: Check for archive URLs pointing to non-archivesbwh/url-check-fixesBen Hutchings2020-09-101-3/+6
| | | | | | | | | | Some sites serve generic HTML pages with status 200 for missing files, instead of status 404. Check that the Content-Type is not text/html. (We can't check for a "correct" Content-Type, as archives might be served with almost any other type.) Also check that the file is not empty (Content-Length: 0), as this can't be a valid archive.
* 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.
* Add script to validate lorry filesBen Hutchings2020-09-091-0/+176
| | | | Relates to #1.
* Regenerate OpenStack lorry.Mark Doffman2014-08-041-3/+4
| | | | | Regenerate openstack.lorry to include repositories needed for DNS services.
* Lorry Openstack projects.markdoffman/add-openstack-lorryMark Doffman2014-06-201-0/+75
Add a scritpt to generate a lorry file for Openstack projects as well as the derived lorry file.