After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 765439 - Cerbero 1.8 is still tracking master branch in some recipes
Cerbero 1.8 is still tracking master branch in some recipes
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
unspecified
Other Linux
: Normal normal
: 1.8.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-04-22 20:10 UTC by Xavier Claessens
Modified: 2016-04-22 23:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier Claessens 2016-04-22 20:10:23 UTC
recipes/orc.recipe had the same bug and Tim fixed it already.
Comment 1 Xavier Claessens 2016-04-22 20:11:57 UTC
Actually there are more than one:

cerbero$ git grep "origin/master"
recipes/build-tools/app-image-kit.recipe:    commit = 'origin/master'
recipes/build-tools/gas-preprocessor.recipe:    commit = 'origin/master'
recipes/build-tools/mingw-regex.recipe:    commit = 'origin/master'
recipes/build-tools/orc.recipe:    commit = 'origin/master'
recipes/gst-transcoder.recipe:    commit = 'origin/master'
recipes/pitivi.recipe:    commit = 'origin/master'
recipes/tinyalsa.recipe:    commit = 'origin/master'
Comment 2 Tim-Philipp Müller 2016-04-22 23:26:05 UTC
I agree we should pin things to specific commits for stable branches:

commit 192ecada04ab263ad7df3da72de231640babe988
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Sat Apr 23 00:16:35 2016 +0100

    gas-preprocessor: pin to specific commit for stable branch
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765439

commit a3b5a8e8add0d674cdb50f0c8e9de47206396b78
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Sat Apr 23 00:15:33 2016 +0100

    tinyalsa: pin to specific commit for stable branch
    
    This tinyalsa repo doesn't seem to do tags or releases.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765439

commit 50fe5de503e789ae038c47632ac541e1ea68bbc2
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Sat Apr 23 00:14:35 2016 +0100

    mingw-regex: pin to specific commit for stable branch
    
    Not that anything changed in the last 9 years.

commit c61611c56bf831d40b5ce414d2cbbb20dc2dffa4
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Sat Apr 23 00:04:23 2016 +0100

    build-tools/orc: pin to specific version in stable branch
    
    Same as main orc recipe.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765439


I left out pitivi and gst-transcoder, those are not part of our suite.
Comment 3 Tim-Philipp Müller 2016-04-22 23:29:06 UTC
One more:

commit a035b59237bf6dabbb9299584d2e92da834a5edf
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Sat Apr 23 00:28:16 2016 +0100

    app-image-kit: pin to specific commit for stable branch
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765439