summaryrefslogtreecommitdiff
path: root/active
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-24 17:21:15 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-24 17:21:15 +0100
commit783db2889172c9d3e434a28b87c33de18737deec (patch)
tree294a03a0962a5ad06494088b42ca40f32afd78ce /active
parent5c803ad10d2495ee99ba49e817e1ef4175a11668 (diff)
downloadlorries-783db2889172c9d3e434a28b87c33de18737deec.tar.gz
Disable non-tarball variants
Diffstat (limited to 'active')
-rw-r--r--active/bzr.lorry8
-rw-r--r--active/cvs.lorry7
-rw-r--r--active/libapr-util.lorry7
-rw-r--r--active/libapr.lorry7
-rw-r--r--active/libserf.lorry8
-rw-r--r--active/mercurial.lorry6
-rw-r--r--active/subversion.lorry7
7 files changed, 0 insertions, 50 deletions
diff --git a/active/bzr.lorry b/active/bzr.lorry
deleted file mode 100644
index 3acb282..0000000
--- a/active/bzr.lorry
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "bzr": {
- "type": "bzr",
- "branches": {
- "trunk": "lp:bzr/trunk"
- }
- }
-}
diff --git a/active/cvs.lorry b/active/cvs.lorry
deleted file mode 100644
index 2125419..0000000
--- a/active/cvs.lorry
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "cvs": {
- "type": "cvs",
- "url": ":pserver:anonymous@cvs.savannah.nongnu.org:/sources/cvs",
- "module": "ccvs"
- }
-}
diff --git a/active/libapr-util.lorry b/active/libapr-util.lorry
deleted file mode 100644
index 536c579..0000000
--- a/active/libapr-util.lorry
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "libapr-util": {
- "type": "svn",
- "url": "http://svn.apache.org/repos/asf/apr/apr-util/",
- "layout": "standard"
- }
-}
diff --git a/active/libapr.lorry b/active/libapr.lorry
deleted file mode 100644
index ee520b5..0000000
--- a/active/libapr.lorry
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "libapr": {
- "type": "svn",
- "url": "http://svn.apache.org/repos/asf/apr/apr/",
- "layout": "standard"
- }
-}
diff --git a/active/libserf.lorry b/active/libserf.lorry
deleted file mode 100644
index dadc40f..0000000
--- a/active/libserf.lorry
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "libserf": {
- "type": "svn",
- "url": "http://serf.googlecode.com/svn/trunk/",
- "layout": "standard"
- }
-}
-
diff --git a/active/mercurial.lorry b/active/mercurial.lorry
deleted file mode 100644
index 94bcd6d..0000000
--- a/active/mercurial.lorry
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "mercurial": {
- "type": "hg",
- "url": "http://selenic.com/hg"
- }
-}
diff --git a/active/subversion.lorry b/active/subversion.lorry
deleted file mode 100644
index 249a91b..0000000
--- a/active/subversion.lorry
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "subversion": {
- "type": "svn",
- "url": "https://svn.apache.org/repos/asf/subversion/",
- "layout": "standard"
- }
-}