diff options
author | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-02-22 16:26:17 +0000 |
---|---|---|
committer | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-02-22 16:26:17 +0000 |
commit | 69c47a55fc4030811fb985bfd51df22f6f58d952 (patch) | |
tree | c42790e15c280f61ff735daffed8443735f0f1e3 /open-source-lorries/mesa.lorry | |
parent | d156abc20e9be5d4240885b05c8986c805a57c5a (diff) | |
download | lorries-69c47a55fc4030811fb985bfd51df22f6f58d952.tar.gz |
Force push tags and branches for mesa
Diffstat (limited to 'open-source-lorries/mesa.lorry')
-rw-r--r-- | open-source-lorries/mesa.lorry | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/mesa.lorry b/open-source-lorries/mesa.lorry index c8d2649..07410ed 100644 --- a/open-source-lorries/mesa.lorry +++ b/open-source-lorries/mesa.lorry @@ -1,6 +1,11 @@ { "mesa": { "type": "git", - "url": "git://anongit.freedesktop.org/mesa/mesa" + "url": "git://anongit.freedesktop.org/mesa/mesa", + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] + } } |