diff options
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/cliapp.lorry | 5 | ||||
-rw-r--r-- | open-source-lorries/cmdtest.lorry | 2 | ||||
-rw-r--r-- | open-source-lorries/python-coverage-test-runner.lorry | 4 | ||||
-rw-r--r-- | open-source-lorries/python-ttystatus.lorry | 4 |
4 files changed, 7 insertions, 8 deletions
diff --git a/open-source-lorries/cliapp.lorry b/open-source-lorries/cliapp.lorry index baa4d34..2c0399e 100644 --- a/open-source-lorries/cliapp.lorry +++ b/open-source-lorries/cliapp.lorry @@ -1,7 +1,6 @@ { "cliapp": { - "type": "bzr", - "url": "http://code.liw.fi/cliapp/bzr/trunk/", - "source-HEAD": "refs/heads/trunk" + "type": "git", + "url": "git://git.liw.fi/cliapp" } } diff --git a/open-source-lorries/cmdtest.lorry b/open-source-lorries/cmdtest.lorry index dfca57a..c8b244f 100644 --- a/open-source-lorries/cmdtest.lorry +++ b/open-source-lorries/cmdtest.lorry @@ -1,6 +1,6 @@ { "cmdtest": { "type": "git", - "url": "git://gitorious.org/cmdtest/cmdtest.git" + "url": "git://git.liw.fi/cmdtest" } } diff --git a/open-source-lorries/python-coverage-test-runner.lorry b/open-source-lorries/python-coverage-test-runner.lorry index 0c12a46..7122877 100644 --- a/open-source-lorries/python-coverage-test-runner.lorry +++ b/open-source-lorries/python-coverage-test-runner.lorry @@ -1,6 +1,6 @@ { "python-coverage-test-runner": { - "type": "bzr", - "url": "http://code.liw.fi/coverage-test-runner/bzr/trunk/" + "type": "git", + "url": "git://git.liw.fi/coverage-test-runner" } } diff --git a/open-source-lorries/python-ttystatus.lorry b/open-source-lorries/python-ttystatus.lorry index 219483c..d568dac 100644 --- a/open-source-lorries/python-ttystatus.lorry +++ b/open-source-lorries/python-ttystatus.lorry @@ -1,6 +1,6 @@ { "python-ttystatus": { - "type": "bzr", - "url": "http://code.liw.fi/ttystatus/bzr/trunk/" + "type": "git", + "url": "git://git.liw.fi/ttystatus" } } |