summaryrefslogtreecommitdiff
path: root/open-source-lorries
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-06-05 17:48:46 +0100
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-06-05 17:49:36 +0100
commit4fb3bdf61cbbedd632493a60bf0ab4b456e53cbb (patch)
treedb6a1d2775694a37e8bc8f2ebe1db86370b7ff41 /open-source-lorries
parentbf962fe0e2638b4ae3b7a16772f7c3fba96cc43b (diff)
downloadlorries-4fb3bdf61cbbedd632493a60bf0ab4b456e53cbb.tar.gz
Add lorries for repos needed by cxmanage
Diffstat (limited to 'open-source-lorries')
-rw-r--r--open-source-lorries/cxmanage-tarball.lorry8
-rw-r--r--open-source-lorries/ipmitool.lorry6
-rw-r--r--open-source-lorries/pexpect.lorry7
-rw-r--r--open-source-lorries/pyipmi-tarball.lorry8
-rw-r--r--open-source-lorries/tftpy.lorry6
5 files changed, 35 insertions, 0 deletions
diff --git a/open-source-lorries/cxmanage-tarball.lorry b/open-source-lorries/cxmanage-tarball.lorry
new file mode 100644
index 0000000..f8b9923
--- /dev/null
+++ b/open-source-lorries/cxmanage-tarball.lorry
@@ -0,0 +1,8 @@
+{
+ "cxmanage-tarball": {
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://sources.calxeda.com/python/packages/cxmanage/cxmanage-0.8.2.tar.gz"
+ }
+}
diff --git a/open-source-lorries/ipmitool.lorry b/open-source-lorries/ipmitool.lorry
new file mode 100644
index 0000000..f12a9ab
--- /dev/null
+++ b/open-source-lorries/ipmitool.lorry
@@ -0,0 +1,6 @@
+{
+ "ipmitool": {
+ "type": "git",
+ "url": "git://sources.calxeda.com/ipmitool.git"
+ }
+}
diff --git a/open-source-lorries/pexpect.lorry b/open-source-lorries/pexpect.lorry
new file mode 100644
index 0000000..ecdb70c
--- /dev/null
+++ b/open-source-lorries/pexpect.lorry
@@ -0,0 +1,7 @@
+{
+ "pexpect": {
+ "type": "svn",
+ "url": "http://pexpect.svn.sourceforge.net/svnroot/pexpect",
+ "layout": "standard"
+ }
+}
diff --git a/open-source-lorries/pyipmi-tarball.lorry b/open-source-lorries/pyipmi-tarball.lorry
new file mode 100644
index 0000000..7d234ce
--- /dev/null
+++ b/open-source-lorries/pyipmi-tarball.lorry
@@ -0,0 +1,8 @@
+{
+ "pyipmi-tarball": {
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://sources.calxeda.com/python/packages/pyipmi/pyipmi-0.7.1.tar.gz"
+ }
+}
diff --git a/open-source-lorries/tftpy.lorry b/open-source-lorries/tftpy.lorry
new file mode 100644
index 0000000..8699629
--- /dev/null
+++ b/open-source-lorries/tftpy.lorry
@@ -0,0 +1,6 @@
+{
+ "tftpy": {
+ "type": "git",
+ "url": "git://github.com/msoulier/tftpy.git"
+ }
+}