summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ }
+}