Re: [arch-general] [PATCH (dbscripts)] Fix permissions of incoming packages.

2010-03-09 Thread Andrea Scarpino
On Wednesday 10 March 2010 03:44:17 Andrea Scarpino wrote: > typo sorry for spam guys. From a9545a8d51f7f236aa2b18f70aaad8f997751ea9 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Wed, 10 Mar 2010 03:42:05 +0100 Subject: [PATCH] fix permissions of incoming packages --- db-update |2 ++

Re: [arch-general] [PATCH (dbscripts)] Fix permissions of incoming packages.

2010-03-09 Thread Andrea Scarpino
On Wednesday 10 March 2010 03:42:51 Andrea Scarpino wrote: > It's ok. I forwarded the output too. typo From a9545a8d51f7f236aa2b18f70aaad8f997751ea9 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Wed, 10 Mar 2010 03:42:05 +0100 Subject: [PATCH] fix permissions of incoming packages --- db-

Re: [arch-general] [PATCH (dbscripts)] Fix permissions of incoming packages.

2010-03-09 Thread Andrea Scarpino
On Wednesday 10 March 2010 03:10:39 Dan McGee wrote: > Seems sane; but maybe do the chmod before copying it into that > directory rather than after? That way files never set foot in there > with the wrong permissions (even if only for almost zero time). It's ok. I forwarded the output too. From a9

Re: [arch-general] [PATCH (dbscripts)] Fix permissions of incoming packages.

2010-03-09 Thread Dan McGee
On Tue, Mar 9, 2010 at 7:21 PM, Andrea Scarpino wrote: > On Wednesday 10 March 2010 02:15:32 Dan McGee wrote: >> Inline them; that way they can be reviewed. >> >> -Dan > From 7a5c0584a3ad2fcf14659f5028534887bf929cf1 Mon Sep 17 00:00:00 2001 > From: Andrea Scarpino > Date: Wed, 10 Mar 2010 02:01:5

Re: [arch-general] [PATCH (dbscripts)] Fix permissions of incoming packages.

2010-03-09 Thread Andrea Scarpino
On Wednesday 10 March 2010 02:15:32 Dan McGee wrote: > Inline them; that way they can be reviewed. > > -Dan From 7a5c0584a3ad2fcf14659f5028534887bf929cf1 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Wed, 10 Mar 2010 02:01:57 +0100 Subject: [PATCH] fix permissions of incoming packages ---

Re: [arch-general] [PATCH (dbscripts)] Fix permissions of incoming packages.

2010-03-09 Thread Andrea Scarpino
On Wednesday 10 March 2010 02:12:21 Giovanni Scafora wrote: > Where is your patch? http://mailman.archlinux.org/pipermail/arch-dev- public/attachments/20100310/8c2b8a26/attachment.bin -- Andrea

Re: [arch-general] [PATCH (dbscripts)] Fix permissions of incoming packages.

2010-03-09 Thread Dan McGee
On Tue, Mar 9, 2010 at 7:04 PM, Andrea Scarpino wrote: > On Wednesday 10 March 2010 01:12:22 Daenyth Blank wrote: >> I doubt that running find is needed, just run chmod directly on the >> files being uploaded by commitpkg, or have repo-add chmod the >> individual files (it's running as root right?

Re: [arch-general] [PATCH (dbscripts)] Fix permissions of incoming packages.

2010-03-09 Thread Giovanni Scafora
Il 10/03/2010 02:04, Andrea Scarpino ha scritto: my patch attached. Where is your patch? -- Arch Linux Developer http://www.archlinux.org http://www.archlinux.it

Re: [arch-general] [PATCH (dbscripts)] Fix permissions of incoming packages.

2010-03-09 Thread Andrea Scarpino
On Wednesday 10 March 2010 01:12:22 Daenyth Blank wrote: > I doubt that running find is needed, just run chmod directly on the > files being uploaded by commitpkg, or have repo-add chmod the > individual files (it's running as root right?) I also think we should fix only the package that we add in

Re: [arch-general] [PATCH (dbscripts)] Fix permissions of incoming packages.

2010-03-09 Thread Daenyth Blank
I doubt that running find is needed, just run chmod directly on the files being uploaded by commitpkg, or have repo-add chmod the individual files (it's running as root right?) On Tue, Mar 9, 2010 at 18:48, Chris Brannon wrote: > This patch changes the permissions of uploaded packages to 664, bef

[arch-general] [PATCH (dbscripts)] Fix permissions of incoming packages.

2010-03-09 Thread Chris Brannon
This patch changes the permissions of uploaded packages to 664, before they are moved from the staging directory. The commitpkg script included in devtools uses rsync to upload packages, and rsync preserves permissions. This causes problems whenever permissions are too restrictive on the uploader'