modular: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Mon Jun 9 15:00:05 PDT 2014


 release.sh |  199 ++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 126 insertions(+), 73 deletions(-)

New commits:
commit 2dc07d953232d1e05e9d687397ceab2ca92f29fb
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Jun 2 13:15:21 2014 +1000

    release.sh: force /bin/bash
    
    Trying to meet a hard-to-test standard of /bin/sh is unnecessary for a script
    that's only run by maintainers. For now, simply force bash but don't change
    any of the script, over time we can update this to support true bashism like
    [[ ]].
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Gaetan Nadon <memsize at videotron.ca>

commit 1a22d8001f31070982bbd6df94896e34f3b3e9a0
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon May 26 10:40:40 2014 +1000

    release.sh: add the hooks for the wayland repositories
    
    Adds support for wayland, weston and libinput. Two notable changes aside from
    adding the various server/mailing list differences:
    - all three modules use a m4 define instead of a plain version string in
      configure.ac.
    - the tag name for wayland and weston is a mere version number
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit c6510d59306f11e5b6b853928eeb9474dd18b7d4
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue May 27 10:52:54 2014 +1000

    release.sh: move fetching the section up so we can do stuff with it
    
    This enables us to query the section earlier in the process, specifically
    before assigning the tag name which comes in the next commit.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit dddcd4195fc237b8704dae5709b82c9af1ffc855
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue May 27 10:49:01 2014 +1000

    release.sh: move the bit to extract the section into a function
    
    No functional changes intended
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 9d052aee807f51855ff615e04919773fdb7321bc
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon May 26 11:04:32 2014 +1000

    release.sh: split tar_name and tag_name into two separate variables
    
    This has no effect at this point as the tag name and the tar name are always
    identical. Prep work for wayland repository support.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list