From 438765f3632ee321db316dda848bf0b3dd598e84 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Fri, 27 Jul 2018 13:25:08 +0530 Subject: gstreamer recipes: Build the 1.14 branch again Release is done, and we should build the HEAD of the 1.14 branch again --- recipes/custom.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3