summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-02-26 14:04:46 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-02-26 14:05:07 +0000
commit75ee2888bc45d504bf34ebae6c99ca0ddf1be8dc (patch)
treed220fcf1e373908b5c2091f385758ea0dfbf6736
parent337e2cf4a0e52aa8008edc4b3370b446e40ed72e (diff)
downloadlorries-75ee2888bc45d504bf34ebae6c99ca0ddf1be8dc.tar.gz
Allow force push in alsa lorries
Change-Id: Ifc8274dae4728f4f9ce934786e2c49dbe824f171
-rw-r--r--open-source-lorries/alsa-lib.lorry3
-rw-r--r--open-source-lorries/alsa-utils.lorry4
2 files changed, 5 insertions, 2 deletions
diff --git a/open-source-lorries/alsa-lib.lorry b/open-source-lorries/alsa-lib.lorry
index 4bf15ca..b122741 100644
--- a/open-source-lorries/alsa-lib.lorry
+++ b/open-source-lorries/alsa-lib.lorry
@@ -4,7 +4,8 @@
"url": "git://git.alsa-project.org/alsa-lib.git",
"refspecs": [
"ascenario", "amixer", "master", "ucm",
- "refs/tags/*"
+ "+refs/heads/master:refs/heads/master",
+ "+refs/tags/*:refs/tags/*"
]
}
}
diff --git a/open-source-lorries/alsa-utils.lorry b/open-source-lorries/alsa-utils.lorry
index ee66453..7144433 100644
--- a/open-source-lorries/alsa-utils.lorry
+++ b/open-source-lorries/alsa-utils.lorry
@@ -3,7 +3,9 @@
"type": "git",
"url": "git://git.alsa-project.org/alsa-utils.git",
"refspecs": [
- "amixer", "master", "ucm", "refs/tags/*"
+ "amixer", "master", "ucm", "refs/tags/*",
+ "+refs/heads/master:refs/heads/master",
+ "+refs/tags/*:refs/tags/*"
]
}
}