summaryrefslogtreecommitdiff
path: root/tests/update-gits-submodules.script
Commit message (Collapse)AuthorAgeFilesLines
* Remove update-gits commandRichard Maw2014-07-221-49/+0
| | | | | | | | | This hasn't been used in a long time to my knowledge, its API completely misses the point, and its implementation relies on old APIs that need to change. Until we discover we need it, and work out what it should look like, I think the best thing to do is get rid of it.
* Fix copyright yearsLars Wirzenius2013-07-181-1/+1
|
* Use 127.0.0.1 instead of localhostLars Wirzenius2013-07-181-1/+1
| | | | | | | We do not currently install an /etc/hosts in Baserock, and thus the name localhost is not guaranteed to resolve as expected. This patch changes the tests to use 127.0.0.1 instead, since that is the IP address we want localhost to resolve to.
* Tidy up command testsSam Thursfield2012-11-141-5/+6
| | | | Be consistent about placement of test description, blank lines, etc.
* Use git://localhost URL's instead of file:// in update-gits testsSam Thursfield2012-11-121-8/+16
| | | | This requires running git-daemon manually in the tests.
* Don't require .morph in triplet argumentsSam Thursfield2012-09-121-2/+1
| | | | | | | | | This gives us consistency with morphologies, where the triplets are repo|ref|morphology, not repo|ref|filename Anyone who runs 'morph build baserock:morphs master system.morph' will now see an error ending with 'was looking for system.morph.morph', which should make it clear where they have gone wrong.
* Add explicit repo prefixes to test scriptsLars Wirzenius2012-05-041-1/+2
|
* Make test output be quite quiet with squeeze's version of gitLars Wirzenius2012-04-251-1/+2
|
* tests: add test for update-gits caching submodulesRichard Maw2012-04-251-0/+39
The test creates a repository with an empty commit to be a submodule, alters the chunk to have this repository as a submodule, then after building checks whether each of the repositories have been cached. This is tested by testing if the repositories are in there rather than listing all the repositories because the normalisation fails when the URIs have been mangled