[PATCH] release.sh: remove "git push origin" policy, replace with checks.

2009-07-29 Thread Peter Hutterer
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

[PATCH] release.sh: abort if local changes are detected.

2009-07-29 Thread Peter Hutterer
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 --- release.sh | 29 + 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/release.sh b/release.sh

Re: [PATCH] pciaccess: remove xorg macros dependency

2009-07-29 Thread Eric Anholt
On Fri, 2009-07-17 at 02:05 +1000, Daniel Stone wrote: > On Thu, Jul 16, 2009 at 08:27:12AM -0700, Eric Anholt wrote: > > On Thu, 2009-07-16 at 14:18 +0300, Tiago Vignatti wrote: > > > -m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 > > > or later before running autoconf/

Re: [PATCH] xserver: remove all of RAC and access code

2009-07-29 Thread Eric Anholt
On Tue, 2009-07-28 at 09:17 +1000, Dave Airlie wrote: > On Thu, 2009-07-23 at 12:32 +1000, Dave Airlie wrote: > > this is a major API + ABI break, we'll be adding back vga arb support after > > this hopefully. > > So after a bit of messing around I think removing everything makes it > hard to buil