Commit graph

13 commits

Author SHA1 Message Date
Danilo Cesar Lemes de Paula 603b8188bb scripts: make git-update.sh build with all cores available
The git-update.sh now builds with all cores available. In case of
failure it defaults to 1

The developer can still override this by setting -j to something else
in MAKEFLAGS, as stated by 299605dfe2.

https://bugzilla.gnome.org/show_bug.cgi?id=766666
2016-05-20 11:57:25 +01:00
Arun Raghavan 299605dfe2 Revert "scripts: Allow passing make flags to git-update.sh"
This reverts commit ab5fdd7212.

We can use the MAKEFLAGS environment variable to pass options to make,
so avoid adding another mechanism that could be confusing.
2015-07-06 14:35:52 +05:30
Arun Raghavan ab5fdd7212 scripts: Allow passing make flags to git-update.sh
Mostly adding this for add a -jN as appropriate while building.
2015-07-06 11:28:49 +05:30
Thibault Saunier 06af4b4302 scripts: Remove gnonlin from the scripts
It is not maintain anymore and its feature are now inside the GStreamer
Editing Services (for the time being).
2015-01-20 09:20:24 +01:00
Arun Raghavan f6e4ca0d2d scripts: Use git pull --rebase
No point introducing redundant merge commits.
2014-07-23 00:16:24 +05:30
Pedro Côrte-Real e5067fd9aa scripts: git-update.sh: fix for non-master branches
Pull from tracking branch instead of origin/master, so
that this works with e.g. 1.2 as well.
2013-12-29 14:09:24 +00:00
Krzysztof Konopko 527423fcd9 scripts: improve git-update.sh status message
By default when the script is about to exit (normally or due to an error),
it checks whether $ERROR_LOG file exists.  If the log file exists, the
script prints a "Failures: " message prefix and dumps the log file to the
output.

Apparently the log file is always created and if the update/build is
successful, the script finishes with a bit misleading "Failures: " message.

An improvement provided with this change lets the log file to be created as
needed, i.e. if there's an error message to be printed.  If the file
doesn't exists, the script prints a "Update done" message which clearly
indicates success.

https://bugzilla.gnome.org/show_bug.cgi?id=701177
2013-05-30 23:34:40 +01:00
Tim-Philipp Müller c1291e3b98 scripts: add some more modules to git-update.sh
https://bugzilla.gnome.org/show_bug.cgi?id=697058
2013-04-02 23:18:42 +01:00
Robert Swain fe7d80580c git-update: Fix and restructure logic 2010-03-24 13:33:58 +01:00
André Dieb Martins 4119945349 git-update.sh: use autogen.sh instead of autoregen.sh on fresh repositories.
Fixes #613593.
2010-03-22 15:45:57 +00:00
Robert Swain cc05668e9d git-update: Fix error return value and make the script exit on errors
Newer versions of BASH (4.x?) seem to dislike using -1 for a return. Even
though it's documented as being signed, BASH complains about it, so use
255 instead.
2010-03-12 13:33:00 +00:00
Robert Swain 795495519a git-update.sh: Fix issues 2010-02-08 14:29:21 +01:00
Thomas Vander Stichele 9cc750765e Update scripts/cvs-update.sh to git-update.sh; add git-version.sh
add script to get git versions
    first update all, then build
    add gnonlin too
    specify where to pull from
    also update submodule
    rename and change cvs-update script to git-update
2009-06-13 14:53:24 +02:00
Renamed from scripts/cvs-update.sh (Browse further)