summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2013-10-25 15:43:57 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2013-10-25 15:43:57 +0100
commit8c3460eeff2840c0ca80bb689bc6129c1781bd64 (patch)
tree2741207a7a9387cab4afec920586f21d48f32645
parent8aad22a3620c5286881d0a772bfed0bc963164b4 (diff)
parent233403a8dd4d449f48382dd87fd8efcb3dc81b7b (diff)
downloadlorries-8c3460eeff2840c0ca80bb689bc6129c1781bd64.tar.gz
Merge branch 'pedroalvarez/updateurls'
-rw-r--r--open-source-lorries/cliapp.lorry5
-rw-r--r--open-source-lorries/cmdtest.lorry2
-rw-r--r--open-source-lorries/python-coverage-test-runner.lorry4
-rw-r--r--open-source-lorries/python-ttystatus.lorry4
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"
}
}