diff options
author | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-02-25 14:53:58 +0000 |
---|---|---|
committer | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-02-25 14:53:58 +0000 |
commit | 987e5a7c88e9a1abc1142b8424c3a60425f06fd9 (patch) | |
tree | 859cf389032b7e3f48545567b783c6afc807fa9f /open-source-lorries | |
parent | 406191a23fdc40f7917e7d506fa6d5653ab1cb35 (diff) | |
download | lorries-987e5a7c88e9a1abc1142b8424c3a60425f06fd9.tar.gz |
Force push evolution-data-server
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/evolution-data-server.lorry | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/open-source-lorries/evolution-data-server.lorry b/open-source-lorries/evolution-data-server.lorry index 3bfe61c..a1fd3de 100644 --- a/open-source-lorries/evolution-data-server.lorry +++ b/open-source-lorries/evolution-data-server.lorry @@ -1,6 +1,10 @@ { "evolution-data-server": { "type": "git", - "url": "git://git.gnome.org/evolution-data-server" + "url": "git://git.gnome.org/evolution-data-server", + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] } } |