diff options
-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" + } +} |