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 613593 - git-update.sh script does not work on fresh git repository clones
git-update.sh script does not work on fresh git repository clones
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal trivial
: 0.10.29
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-22 14:14 UTC by André Dieb Martins
Modified: 2010-03-22 15:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Suggested fix (1.18 KB, patch)
2010-03-22 14:21 UTC, André Dieb Martins
committed Details | Review

Description André Dieb Martins 2010-03-22 14:14:29 UTC
git-update.sh does not work on fresh git repository clones, since they don't contain the autoregen.sh script. A possible fix would be running autogen.sh if autoregen.sh is not present.
Comment 1 André Dieb Martins 2010-03-22 14:21:14 UTC
Created attachment 156741 [details] [review]
Suggested fix
Comment 2 Tim-Philipp Müller 2010-03-22 15:48:20 UTC
Committed, thanks:

commit 41199453499301255870e8290994d6468ee683a6
Author: André Dieb Martins <andre.dieb@gmail.com>
Date:   Mon Mar 22 11:06:21 2010 -0300

    git-update.sh: use autogen.sh instead of autoregen.sh on fresh repositories.
    
    Fixes #613593.