summaryrefslogtreecommitdiff
path: root/open-source-lorries/iptables.lorry
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-07-02 16:40:40 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-07-02 16:40:40 +0100
commit235789208edf386a97d6f5d70ec89d8a080ef64b (patch)
tree5663e20e2781a81162a73e85e8dd99312633e53b /open-source-lorries/iptables.lorry
parentff5e38f32d1ed2340722d6967be4d6bd744255c3 (diff)
downloadlorries-235789208edf386a97d6f5d70ec89d8a080ef64b.tar.gz
Add refpsecs for iptables
Diffstat (limited to 'open-source-lorries/iptables.lorry')
-rw-r--r--open-source-lorries/iptables.lorry6
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/*"
+ ]
}
}