[PATCH modular] release.sh: Find modular directory through symlinks

2011-03-13 Thread Dirk Wallenstein
To find the auxiliary script that updates a moduleset, consider the case where the main script is accessed through a symlink, and resolve that first. Signed-off-by: Dirk Wallenstein --- release.sh |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/release.sh b/release.sh

[PATCH modular] release.sh: Generate error for missing arguments

2011-03-13 Thread Dirk Wallenstein
All three arguments are required. Otherwise git-rev-list will abort the script silently. Signed-off-by: Dirk Wallenstein --- release.sh | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/release.sh b/release.sh index e8ea013..1cfff07 100755 --- a/release.sh +++ b/

Re: [PATCH modular v2 15/15] release.sh: Update jhbuild moduleset with --moduleset

2011-03-13 Thread Dirk Wallenstein
On Sat, Mar 12, 2011 at 12:57:36PM -0800, Dan Nicholson wrote: > On Sat, Mar 12, 2011 at 1:46 AM, Dirk Wallenstein wrote: > > On Fri, Mar 11, 2011 at 06:31:30AM -0800, Dan Nicholson wrote: > >> In order to keep the katamari moduleset up to date with current tarball > >> information, have release.s

Re: [PATCH modular] release.sh: Find modular directory through symlinks

2011-03-13 Thread Dan Nicholson
On Sun, Mar 13, 2011 at 3:34 AM, Dirk Wallenstein wrote: > To find the auxiliary script that updates a moduleset, consider the case > where the main script is accessed through a symlink, and resolve that > first. > > Signed-off-by: Dirk Wallenstein > --- >  release.sh |    3 ++- >  1 files change

Re: [PATCH modular] release.sh: Generate error for missing arguments

2011-03-13 Thread Dan Nicholson
On Sun, Mar 13, 2011 at 3:35 AM, Dirk Wallenstein wrote: > All three arguments are required.  Otherwise git-rev-list will abort the > script silently. > > Signed-off-by: Dirk Wallenstein Reviewed-by: Dan Nicholson ___ xorg-devel@lists.x.org: X.Org dev

Re: [PATCH v2 util-macros 3/3] XORG_LD_WRAP: check if linker supports -wrap

2011-03-13 Thread Dan Nicholson
On Thu, Mar 10, 2011 at 2:51 PM, Gaetan Nadon wrote: > Used mainly by test cases using a wrapper function. > > Signed-off-by: Gaetan Nadon Yeah, that looks a lot better to me. Reviewed-by: Dan Nicholson ___ xorg-devel@lists.x.org: X.Org development A

[PATCH modular v2] release.sh: Find modular directory through symlinks

2011-03-13 Thread Dirk Wallenstein
To find the auxiliary script that updates a moduleset, consider the case where the main script is accessed through a symlink, and resolve that first. Signed-off-by: Dirk Wallenstein --- v2: Use 'readlink -f' instead of 'realpath' On Sun, Mar 13, 2011 at 08:52:02AM -0700, Dan Nicholson wrote: >

Re: [PATCH modular v2] release.sh: Find modular directory through symlinks

2011-03-13 Thread Dan Nicholson
On Sun, Mar 13, 2011 at 9:28 AM, Dirk Wallenstein wrote: > To find the auxiliary script that updates a moduleset, consider the case > where the main script is accessed through a symlink, and resolve that > first. > > Signed-off-by: Dirk Wallenstein > --- > > v2: Use 'readlink -f' instead of 'real

Re: [PATCH modular v2] release.sh: Find modular directory through symlinks

2011-03-13 Thread Alan Coopersmith
On 03/13/11 11:16 AM, Dan Nicholson wrote: > On Sun, Mar 13, 2011 at 9:28 AM, Dirk Wallenstein wrote: >> To find the auxiliary script that updates a moduleset, consider the case >> where the main script is accessed through a symlink, and resolve that >> first. >> >> Signed-off-by: Dirk Wallenstein

Re: [PATCH] When XDMCP -from is specified, only register the requested address

2011-03-13 Thread Jon TURNEY
Hi Keith, Please consider applying to master. Thanks. On 05/03/2011 18:32, Jon TURNEY wrote: > When XDMCP -from is specified, only register the requested address, > rather than the requested address, and any others we have of different > address families to the requested address. > > e.g. if we

Re: [PATCH modular] xcb-util: not required to build The X C Binding (XCB) library for X

2011-03-13 Thread Jon TURNEY
On 07/03/2011 22:25, Dan Nicholson wrote: > On Mon, Mar 07, 2011 at 04:45:25PM -0500, Peter Harris wrote: >> On 2011-03-07 15:29, Dan Nicholson wrote: >>> >>> There are other components that use xcb-util, though. For instance, >>> xlsclients needs xcb-atom.pc from xcb-util. Probably it should be >>

[PATCH] Document that xgamma is useless on XRandr screens

2011-03-13 Thread Michal Suchanek
Hello, xgamma looks like the logical utility to set gamma but cannot be used on displays with multiple monitors. Document that xrandr should be used to set gamma. Thanks Michal --- man/xgamma.man |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/man/xgamma.man b/ma

Re: [PATCH] Document that xgamma is useless on XRandr screens

2011-03-13 Thread Alex Deucher
On Sun, Mar 13, 2011 at 7:43 PM, Michal Suchanek wrote: > Hello, > > xgamma looks like the logical utility to set gamma but cannot be used > on displays with multiple monitors. > > Document that xrandr should be used to set gamma. > Looks good to me. Reviewed-by: Alex Deucher > Thanks > > Mich

Re: [PATCH modular] xcb-util: not required to build The X C Binding (XCB) library for X

2011-03-13 Thread Dan Nicholson
On Sun, Mar 13, 2011 at 1:10 PM, Jon TURNEY wrote: > On 07/03/2011 22:25, Dan Nicholson wrote: >> On Mon, Mar 07, 2011 at 04:45:25PM -0500, Peter Harris wrote: >>> On 2011-03-07 15:29, Dan Nicholson wrote: There are other components that use xcb-util, though. For instance, xlsclient

Re: [PATCH modular v2] release.sh: Find modular directory through symlinks

2011-03-13 Thread Dan Nicholson
On Sun, Mar 13, 2011 at 11:23 AM, Alan Coopersmith wrote: > On 03/13/11 11:16 AM, Dan Nicholson wrote: >> On Sun, Mar 13, 2011 at 9:28 AM, Dirk Wallenstein >> wrote: >>> To find the auxiliary script that updates a moduleset, consider the case >>> where the main script is accessed through a symli