modular: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Fri Nov 5 08:09:05 PDT 2010


 build.sh |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 1a25f8bbc6b3f0149f4cc4a58c7c664aa528c521
Author: Simon Braunschmidt <sbraun at emlix.com>
Date:   Wed Nov 3 16:50:30 2010 +0100

    build.sh: verbose error output for missing components
    
    Instead of Trevor Woerners proposal to automagically clone missing
    components,
    
    http://lists.x.org/archives/xorg-devel/2010-November/014883.html
    
    I would rather want to inform the user more verbosely
    about missing components and how to obtain them.
    
    This could avoid situations where the user calls the build.sh script
    from the wrong location, and build.sh subsequently littering the users
    machine with unwanted git repositories in the wrong place.
    
    One such situation would be calling "somedir/build.sh L" instead of
    "somedir/build.sh -L", starting a build in the current directory
    for PREFIX "L" instead of listing the missing components (with the
    users intention having been to just list the components in build order).
    
    Signed-off-by: Simon Braunschmidt <sbraun at emlix.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 009b6bc363691e4fda2843f1bffbc470e5ad6c40
Author: Simon Braunschmidt <sbraun at emlix.com>
Date:   Tue Nov 2 13:39:16 2010 +0100

    build.sh: allow tarballs with --modfile
    
    This change allows to build from tarballs when using the new --modfile
    user-supplied sub-projects feature. Without this change, using tarballs
    was not possible with --modfile
    
    The workflow with the --modfile feature is thus changed to explicitly
    require the use of the --clone flag when automatic git clone of the
    sub-projects is wanted, which was previously assumed implicitly with
    --modfile.
    
    You may shorten the commit message as you see fit.
    Cc: xorg-devel, Trevor Woerner, Gaetan Nadon
    
    Signed-off-by: Simon Braunschmidt <sbraun at emlix.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit d235a5bf29294ac4f671ae4da0954a7ca0a7fe88
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Nov 3 13:45:59 2010 -0400

    radeonhd is now deprecated.
    
    From radeonhd wiki:
    Status 09/2010: Linux distributions, including Novell's openSUSE,
    have now abandoned radeonhd as the default driver, instead using the
    radeon driver. radeon has more features, including Kernel Mode-Setting
    support and more 3D support, and it supports all Radeon generation
    from original R100 Radeons to R800 Radeons (HD 5000 series).
    Radeonhd can be continued to be updated as long as there are
    people find it useful.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list