diff options
author | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2013-04-10 15:43:26 +0100 |
---|---|---|
committer | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2013-04-10 15:43:26 +0100 |
commit | 2e133ce01f0212e303597f401dd2e56a9a450fb9 (patch) | |
tree | bdd7fb6be487f1e381006a3624ac60bbcf8a8e97 /open-source-lorries/nohands.lorry | |
parent | a753c7f9b574cd98022c22bd68ddee1b2405e89f (diff) | |
download | lorries-2e133ce01f0212e303597f401dd2e56a9a450fb9.tar.gz |
Add force refs for a bunch more bits and bobs
Diffstat (limited to 'open-source-lorries/nohands.lorry')
-rw-r--r-- | open-source-lorries/nohands.lorry | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/open-source-lorries/nohands.lorry b/open-source-lorries/nohands.lorry index bc63fd0..13ee163 100644 --- a/open-source-lorries/nohands.lorry +++ b/open-source-lorries/nohands.lorry @@ -2,6 +2,10 @@ "nohands": { "type": "svn", "url": "http://nohands.svn.sourceforge.net/svnroot/nohands", - "layout": "standard" + "layout": "standard", + "refspecs": [ + "+refs/tags/*", + "+refs/heads/*" + ] } } |