summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-11-06 11:04:58 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-11-06 11:04:58 +0000
commita31ca5e5e02bb745f106e886b99c9437800e24e5 (patch)
tree39454c50e0424afb22e74fdd6243c3b5e4865749
parente793b03f9909df9022753a85fbac9caa03a5c886 (diff)
parent70042c123c3db0604767bb5b1d745a328585e5f6 (diff)
downloadlorries-a31ca5e5e02bb745f106e886b99c9437800e24e5.tar.gz
Merge branch 'baserock/franred/add-ebtables-and-dmidecode'
Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk>
-rw-r--r--open-source-lorries/dmidecode.lorry7
-rw-r--r--open-source-lorries/ebtables.lorry6
2 files changed, 13 insertions, 0 deletions
diff --git a/open-source-lorries/dmidecode.lorry b/open-source-lorries/dmidecode.lorry
new file mode 100644
index 0000000..d6d8460
--- /dev/null
+++ b/open-source-lorries/dmidecode.lorry
@@ -0,0 +1,7 @@
+{
+ "dmidecode": {
+ "type": "cvs",
+ "url": ":pserver:anonymous@cvs.savannah.nongnu.org:/sources/dmidecode",
+ "module": "dmidecode"
+ }
+}
diff --git a/open-source-lorries/ebtables.lorry b/open-source-lorries/ebtables.lorry
new file mode 100644
index 0000000..299516f
--- /dev/null
+++ b/open-source-lorries/ebtables.lorry
@@ -0,0 +1,6 @@
+{
+ "ebtables": {
+ "type": "git",
+ "url": "git://git.netfilter.org/ebtables"
+ }
+}