modular: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Sun Aug 2 16:19:34 PDT 2009


 release.sh |   78 +++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 69 insertions(+), 9 deletions(-)

New commits:
commit d87f8d4826f55cc12d0dde865393f925302aaa0e
Author: Julien Cristau <jcristau at debian.org>
Date:   Fri Jul 31 02:37:11 2009 +0200

    release.sh: don't override username from the ssh config
    
    It will still default to `whoami` if it's not configured in .ssh/config
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit db958a19890bbf42b6c3a081ad47f5ea3f2151ab
Author: Julien Cristau <jcristau at debian.org>
Date:   Mon Aug 3 09:17:05 2009 +1000

    release.sh: allow changing the git remote's name
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit d681d6045b9ff64353f1b0ba77bb0b85683765a5
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Jul 29 10:58:51 2009 +1000

    release.sh: remove "git push origin" policy, replace with checks.
    
    Running 'git push origin' at the end of the script will push changes on the
    master branch - even if the release is supposed to be a stable branch
    release. This may result in not-yet-ready changes being pushed to master.
    
    This patch removes this default git push policy and replaces it with a
    warning message if the object belonging to the tag is not on the remote yet.
    Requirements: the tag must be on the currently checked-out branch, it is not
    possible to cut a branch release from master anymore.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 4c90f0b0c3151c63b82b2edf4411995feb7171ab
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Jul 29 10:50:10 2009 +1000

    release.sh: abort if local changes are detected.
    
    If 'git diff' or 'git status' detect local changes, abort.
    This check can be skipped with the --ignore-local-changes option.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list