diff options
author | Pedro Alvarez <palvarez89@gmail.com> | 2016-02-28 20:42:36 +0000 |
---|---|---|
committer | Pedro Alvarez <palvarez89@gmail.com> | 2016-02-28 20:42:36 +0000 |
commit | f9858b5084b53b4b23a9b488c1dbee83b72e8e39 (patch) | |
tree | 58c149cef80fdc364337e231161090f98f81256e /open-source-lorries | |
parent | 75ee2888bc45d504bf34ebae6c99ca0ddf1be8dc (diff) | |
download | lorries-f9858b5084b53b4b23a9b488c1dbee83b72e8e39.tar.gz |
Stop duplicating refspecs in alsa-lib and alsa-utils
Change-Id: I0a2d2ac57bb46d47532e940e6517587120bcb10e
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/alsa-lib.lorry | 2 | ||||
-rw-r--r-- | open-source-lorries/alsa-utils.lorry | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/open-source-lorries/alsa-lib.lorry b/open-source-lorries/alsa-lib.lorry index b122741..be7c359 100644 --- a/open-source-lorries/alsa-lib.lorry +++ b/open-source-lorries/alsa-lib.lorry @@ -3,7 +3,7 @@ "type": "git", "url": "git://git.alsa-project.org/alsa-lib.git", "refspecs": [ - "ascenario", "amixer", "master", "ucm", + "ascenario", "amixer", "ucm", "+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 7144433..b5d25bd 100644 --- a/open-source-lorries/alsa-utils.lorry +++ b/open-source-lorries/alsa-utils.lorry @@ -3,7 +3,7 @@ "type": "git", "url": "git://git.alsa-project.org/alsa-utils.git", "refspecs": [ - "amixer", "master", "ucm", "refs/tags/*", + "amixer", "ucm", "+refs/heads/master:refs/heads/master", "+refs/tags/*:refs/tags/*" ] |