Commit graph

9 commits

Author SHA1 Message Date
Thibault Saunier 4f135ad8df script:udpate: Try to rebase local changes when updating 2014-09-22 16:07:19 +02:00
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)