diff options
author | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2014-11-05 16:42:04 +0000 |
---|---|---|
committer | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2014-11-05 16:42:04 +0000 |
commit | 70042c123c3db0604767bb5b1d745a328585e5f6 (patch) | |
tree | 39454c50e0424afb22e74fdd6243c3b5e4865749 | |
parent | e793b03f9909df9022753a85fbac9caa03a5c886 (diff) | |
download | lorries-70042c123c3db0604767bb5b1d745a328585e5f6.tar.gz |
Add dmidecode and ebtables lorry for libvirtdbaserock/franred/add-ebtables-and-dmidecode
-rw-r--r-- | open-source-lorries/dmidecode.lorry | 7 | ||||
-rw-r--r-- | open-source-lorries/ebtables.lorry | 6 |
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" + } +} |