Re: 'permission denied' in pkg-xorg/drivers [was: Re: out-of-tree drivers [was: Re: Git Migration COMPLETE]]

2007-02-27 Thread Mattia Dongili
On Mon, Feb 26, 2007 at 08:42:56PM -0500, David Nusinow wrote:
 On Sun, Feb 25, 2007 at 02:46:58PM +0100, Mattia Dongili wrote:
  ...
   mkdir: cannot create directory `xserver-xorg-input-synaptics.git': 
   Permission denied
   
   it seems a chmod g+w is missing on the driver/ dir :)
  
  Ping?
 
 Julien just noticed that the directory didn't give the group write

hehe, this is what I was suggesting from the beginning, maybe I should
have been more clear, sorry :)

 permission. Sorry about that, I've fixed it and the other top-level dirs.
 If you're still having problems, please let us know.

Thanks, it seems to be all right now. 
BTW: adding an 'umask 002' in the setup-repository may help
avoiding this kind of problems in the future.

Thanks again
-- 
mattia
:wq!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: 'permission denied' in pkg-xorg/drivers [was: Re: out-of-tree drivers [was: Re: Git Migration COMPLETE]]

2007-02-26 Thread David Nusinow
On Sun, Feb 25, 2007 at 02:46:58PM +0100, Mattia Dongili wrote:
 ...
  mkdir: cannot create directory `xserver-xorg-input-synaptics.git': 
  Permission denied
  
  it seems a chmod g+w is missing on the driver/ dir :)
 
 Ping?

Crap! I'm so sorry, this slipped my mind. I just created the repo in the
driver directory. Can you use it? The user malattia does have access to
the pkg-xorg project, so I'm not sure why you wouldn't be able to write to
the repo unless you're not logged in with that account.

 - David Nusinow


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: 'permission denied' in pkg-xorg/drivers [was: Re: out-of-tree drivers [was: Re: Git Migration COMPLETE]]

2007-02-26 Thread David Nusinow
On Sun, Feb 25, 2007 at 02:46:58PM +0100, Mattia Dongili wrote:
 ...
  mkdir: cannot create directory `xserver-xorg-input-synaptics.git': 
  Permission denied
  
  it seems a chmod g+w is missing on the driver/ dir :)
 
 Ping?

Julien just noticed that the directory didn't give the group write
permission. Sorry about that, I've fixed it and the other top-level dirs.
If you're still having problems, please let us know.

 - David Nusinow


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



'permission denied' in pkg-xorg/drivers [was: Re: out-of-tree drivers [was: Re: Git Migration COMPLETE]]

2007-02-25 Thread Mattia Dongili
...
 mkdir: cannot create directory `xserver-xorg-input-synaptics.git': Permission 
 denied
 
 it seems a chmod g+w is missing on the driver/ dir :)

Ping?

-- 
mattia
:wq!


signature.asc
Description: Digital signature


Re: out-of-tree drivers [was: Re: Git Migration COMPLETE]

2007-02-10 Thread Mattia Dongili
On Fri, Feb 09, 2007 at 07:37:36PM -0500, David Nusinow wrote:
 On Fri, Feb 09, 2007 at 01:03:49PM +0100, Mattia Dongili wrote:
  On Wed, Feb 07, 2007 at 09:54:26PM -0500, David Nusinow wrote:
   On Wed, Feb 07, 2007 at 07:35:24PM +0100, Mattia Dongili wrote:
On Tue, Feb 06, 2007 at 10:06:43PM -0500, David Nusinow wrote:
 Hi everyone,
 
So it's finally done. Every piece of the archive is now on
 git.debian.org. The fonts and debian/xorg package should show up on 
 the

If I may ask: where would you see out of tree modules best placed?
I have 2 currently:
- xserver-xorg-input-synaptics
- xserver-xorg-input-evtouch (ITP-ed)

together with the in-tree modules (pkg-xorg/driver) or somewhere else on
their own?
   
   Sure, put them in pkg-xorg/driver. If you want to denote them as
   out-of-tree in the repository description (such as by leaving out X.org
   in the description) that might be helpful.
  
  Ok!
  
  Ooops:
  [EMAIL PROTECTED]:/srv/git.debian.org/git/pkg-xorg/driver mkdir 
  xserver-xorg-input-synaptics.git
  mkdir: cannot create directory `xserver-xorg-input-synaptics.git': 
  Permission denied
  
  it seems a chmod g+w is missing on the driver/ dir :)
 
 Try the setup-repository script that's in /srv/git.debian.org/git/pkg-xorg.
 It sets up all the little extras like the hooks to send changes emails to
 alioth and so on. That should work.

Herm... it doesn't seem to solve the 'permission denied' issue, the
group doesn't have write permisison in pkg-xorg/driver/ itself.
And yes, I'm in the pkg-xorg group.

Sorry to bother :)
-- 
mattia
:wq!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: out-of-tree drivers [was: Re: Git Migration COMPLETE]

2007-02-09 Thread Mattia Dongili
On Wed, Feb 07, 2007 at 09:54:26PM -0500, David Nusinow wrote:
 On Wed, Feb 07, 2007 at 07:35:24PM +0100, Mattia Dongili wrote:
  On Tue, Feb 06, 2007 at 10:06:43PM -0500, David Nusinow wrote:
   Hi everyone,
   
  So it's finally done. Every piece of the archive is now on
   git.debian.org. The fonts and debian/xorg package should show up on the
  
  If I may ask: where would you see out of tree modules best placed?
  I have 2 currently:
  - xserver-xorg-input-synaptics
  - xserver-xorg-input-evtouch (ITP-ed)
  
  together with the in-tree modules (pkg-xorg/driver) or somewhere else on
  their own?
 
 Sure, put them in pkg-xorg/driver. If you want to denote them as
 out-of-tree in the repository description (such as by leaving out X.org
 in the description) that might be helpful.

Ok!

Ooops:
[EMAIL PROTECTED]:/srv/git.debian.org/git/pkg-xorg/driver mkdir 
xserver-xorg-input-synaptics.git
mkdir: cannot create directory `xserver-xorg-input-synaptics.git': Permission 
denied

it seems a chmod g+w is missing on the driver/ dir :)

-- 
mattia
:wq!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: out-of-tree drivers [was: Re: Git Migration COMPLETE]

2007-02-09 Thread David Nusinow
On Fri, Feb 09, 2007 at 01:03:49PM +0100, Mattia Dongili wrote:
 On Wed, Feb 07, 2007 at 09:54:26PM -0500, David Nusinow wrote:
  On Wed, Feb 07, 2007 at 07:35:24PM +0100, Mattia Dongili wrote:
   On Tue, Feb 06, 2007 at 10:06:43PM -0500, David Nusinow wrote:
Hi everyone,

   So it's finally done. Every piece of the archive is now on
git.debian.org. The fonts and debian/xorg package should show up on the
   
   If I may ask: where would you see out of tree modules best placed?
   I have 2 currently:
   - xserver-xorg-input-synaptics
   - xserver-xorg-input-evtouch (ITP-ed)
   
   together with the in-tree modules (pkg-xorg/driver) or somewhere else on
   their own?
  
  Sure, put them in pkg-xorg/driver. If you want to denote them as
  out-of-tree in the repository description (such as by leaving out X.org
  in the description) that might be helpful.
 
 Ok!
 
 Ooops:
 [EMAIL PROTECTED]:/srv/git.debian.org/git/pkg-xorg/driver mkdir 
 xserver-xorg-input-synaptics.git
 mkdir: cannot create directory `xserver-xorg-input-synaptics.git': Permission 
 denied
 
 it seems a chmod g+w is missing on the driver/ dir :)

Try the setup-repository script that's in /srv/git.debian.org/git/pkg-xorg.
It sets up all the little extras like the hooks to send changes emails to
alioth and so on. That should work.

 - David Nusinow


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



out-of-tree drivers [was: Re: Git Migration COMPLETE]

2007-02-07 Thread Mattia Dongili
On Tue, Feb 06, 2007 at 10:06:43PM -0500, David Nusinow wrote:
 Hi everyone,
 
So it's finally done. Every piece of the archive is now on
 git.debian.org. The fonts and debian/xorg package should show up on the

If I may ask: where would you see out of tree modules best placed?
I have 2 currently:
- xserver-xorg-input-synaptics
- xserver-xorg-input-evtouch (ITP-ed)

together with the in-tree modules (pkg-xorg/driver) or somewhere else on
their own?

-- 
mattia
:wq!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: out-of-tree drivers [was: Re: Git Migration COMPLETE]

2007-02-07 Thread David Nusinow
On Wed, Feb 07, 2007 at 07:35:24PM +0100, Mattia Dongili wrote:
 On Tue, Feb 06, 2007 at 10:06:43PM -0500, David Nusinow wrote:
  Hi everyone,
  
 So it's finally done. Every piece of the archive is now on
  git.debian.org. The fonts and debian/xorg package should show up on the
 
 If I may ask: where would you see out of tree modules best placed?
 I have 2 currently:
 - xserver-xorg-input-synaptics
 - xserver-xorg-input-evtouch (ITP-ed)
 
 together with the in-tree modules (pkg-xorg/driver) or somewhere else on
 their own?

Sure, put them in pkg-xorg/driver. If you want to denote them as
out-of-tree in the repository description (such as by leaving out X.org
in the description) that might be helpful.

 - David Nusinow


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]