summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-10 12:38:12 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-10 12:38:12 +0100
commitb8536c55c610d3c0c5d72a5a3fe165d30c453594 (patch)
treee983f9f5d63a9892fb4330e4de605612af14142b
parent4c6ac5740f25ff9811e8abdae312a9728bbff6a8 (diff)
downloadlorries-b8536c55c610d3c0c5d72a5a3fe165d30c453594.tar.gz
ccache: Remove 'maint' refspec, use defaults
Otherwise things fail with "error: src refspec maint does not match any."
-rw-r--r--open-source-lorries/ccache.lorry6
1 files changed, 1 insertions, 5 deletions
diff --git a/open-source-lorries/ccache.lorry b/open-source-lorries/ccache.lorry
index 32d2570..ccaf9bc 100644
--- a/open-source-lorries/ccache.lorry
+++ b/open-source-lorries/ccache.lorry
@@ -1,10 +1,6 @@
{
"ccache": {
"type": "git",
- "url": "https://github.com/ccache/ccache",
- "refspecs": [
- "master", "maint",
- "refs/tags/*"
- ]
+ "url": "https://github.com/ccache/ccache"
}
}