diff options
author | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-07-02 16:40:40 +0100 |
---|---|---|
committer | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-07-02 16:40:40 +0100 |
commit | 235789208edf386a97d6f5d70ec89d8a080ef64b (patch) | |
tree | 5663e20e2781a81162a73e85e8dd99312633e53b | |
parent | ff5e38f32d1ed2340722d6967be4d6bd744255c3 (diff) | |
download | lorries-235789208edf386a97d6f5d70ec89d8a080ef64b.tar.gz |
Add refpsecs for iptables
-rw-r--r-- | open-source-lorries/iptables.lorry | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/open-source-lorries/iptables.lorry b/open-source-lorries/iptables.lorry index 64749cf..5e3d1ed 100644 --- a/open-source-lorries/iptables.lorry +++ b/open-source-lorries/iptables.lorry @@ -1,6 +1,10 @@ { "iptables": { "type": "git", - "url": "git://git.netfilter.org/iptables.git" + "url": "git://git.netfilter.org/iptables.git", + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] } } |