diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-07-27 13:25:08 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-07-27 13:25:08 +0530 |
commit | 438765f3632ee321db316dda848bf0b3dd598e84 (patch) | |
tree | 07ad1e40961462e223025f57709fa28407e55640 | |
parent | a8d68e584a4da8731bf46a088d452513b715d49c (diff) |
gstreamer recipes: Build the 1.14 branch again
Release is done, and we should build the HEAD of the 1.14 branch again
-rw-r--r-- | recipes/custom.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/custom.py b/recipes/custom.py index 3f8f1066..ece97c18 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -13,7 +13,8 @@ from cerbero.utils import shell, to_unixpath class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] version = '1.14.2' - commit = '1.14.2' + # Change to tag when making a release, then back to branch + commit = 'origin/1.14' def list_gstreamer_1_0_plugins_by_category(config): cookbook = CookBook(config) |