public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] ebuild execute permissions: problem with cvs
@ 2001-07-17 14:40 Dan Armak
  2001-07-17 14:53 ` Daniel Robbins
  2001-07-17 14:57 ` Jerry A!
  0 siblings, 2 replies; 5+ messages in thread
From: Dan Armak @ 2001-07-17 14:40 UTC (permalink / raw
  To: gentoo-dev

Hi all,

There's a problem (at least on my machine) with some ebuilds. They have some 
or all execute permissions set. Examples are skel.build, all but one of the 
sys-kernel/linux/linux-* ebuilds, and about 50 others. 

I tried disabling execute permissions on skel.build. cvs wouldn't recognize 
it as a new revision, so I also removed a dot from the end of a sentence in 
the file. When I commited and re-updated, it was executable again.

I don't know what's going on, but I think someone with cvs root access should 
handle this.

-- 

Dan Armak
Gentoo Linux Developer
Matan, Israel



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] ebuild execute permissions: problem with cvs
  2001-07-17 14:40 [gentoo-dev] ebuild execute permissions: problem with cvs Dan Armak
@ 2001-07-17 14:53 ` Daniel Robbins
  2001-07-17 15:42   ` Dan Armak
  2001-07-17 14:57 ` Jerry A!
  1 sibling, 1 reply; 5+ messages in thread
From: Daniel Robbins @ 2001-07-17 14:53 UTC (permalink / raw
  To: gentoo-dev

On Tue, Jul 17, 2001 at 11:39:28PM +0300, Dan Armak wrote:
> Hi all,
> 
> There's a problem (at least on my machine) with some ebuilds. They have some 
> or all execute permissions set. Examples are skel.build, all but one of the 
> sys-kernel/linux/linux-* ebuilds, and about 50 others. 
> 
> I tried disabling execute permissions on skel.build. cvs wouldn't recognize 
> it as a new revision, so I also removed a dot from the end of a sentence in 
> the file. When I commited and re-updated, it was executable again.
> 
> I don't know what's going on, but I think someone with cvs root access should 
> handle this.

OK, I did some things to the CVS repository and now all ebuilds should *not*
be executable.  I didn't want to do it to all files because I'm sure we have
some executable scripts lying around somewhere and I don't want to mess them
up.  This problem may have been caused by a permissions mishap caused my me
a couple of months ago.

Best Regards,

-- 
Daniel Robbins					<drobbins@gentoo.org>
President/CEO					http://www.gentoo.org 
Gentoo Technologies, Inc.			



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] ebuild execute permissions: problem with cvs
  2001-07-17 14:40 [gentoo-dev] ebuild execute permissions: problem with cvs Dan Armak
  2001-07-17 14:53 ` Daniel Robbins
@ 2001-07-17 14:57 ` Jerry A!
  1 sibling, 0 replies; 5+ messages in thread
From: Jerry A! @ 2001-07-17 14:57 UTC (permalink / raw
  To: gentoo-dev

On Tue, Jul 17, 2001 at 11:39:28PM +0300, Dan Armak wrote:
: Hi all,
: 
: There's a problem (at least on my machine) with some ebuilds. They have some 
: or all execute permissions set. Examples are skel.build, all but one of the 
: sys-kernel/linux/linux-* ebuilds, and about 50 others. 
: 
: I tried disabling execute permissions on skel.build. cvs wouldn't recognize 
: it as a new revision, so I also removed a dot from the end of a sentence in 
: the file. When I commited and re-updated, it was executable again.
: 
: I don't know what's going on, but I think someone with cvs root access should 
: handle this.

Are you using "emerge rsync"?  If so, this is a known issue and Dan is
looking into it...

        --Jerry

name:  Jerry Alexandratos         ||  Open-Source software isn't a
phone: 703.599.6023               ||  matter of life or death...
email: jerry@thehutt.org          ||  ...It's much more important
                                  ||  than that!



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] ebuild execute permissions: problem with cvs
  2001-07-17 14:53 ` Daniel Robbins
@ 2001-07-17 15:42   ` Dan Armak
  2001-07-17 16:19     ` Daniel Robbins
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Armak @ 2001-07-17 15:42 UTC (permalink / raw
  To: gentoo-dev

On Tuesday 17 July 2001 23:52, you wrote:
> On Tue, Jul 17, 2001 at 11:39:28PM +0300, Dan Armak wrote:
> > Hi all,
> >
> > There's a problem (at least on my machine) with some ebuilds. They have
> > some or all execute permissions set. Examples are skel.build, all but one
> > of the sys-kernel/linux/linux-* ebuilds, and about 50 others.
> >
> > I tried disabling execute permissions on skel.build. cvs wouldn't
> > recognize it as a new revision, so I also removed a dot from the end of a
> > sentence in the file. When I commited and re-updated, it was executable
> > again.
> >
> > I don't know what's going on, but I think someone with cvs root access
> > should handle this.
>
> OK, I did some things to the CVS repository and now all ebuilds should
> *not* be executable.  I didn't want to do it to all files because I'm sure
> we have some executable scripts lying around somewhere and I don't want to
> mess them up.  This problem may have been caused by a permissions mishap
> caused my me a couple of months ago.
>

Everything's OK now. Only cvs still doesn't see permission differences as 
different revisions, so I'll have to delete and re-checkout all ebuilds. But 
that's a minor point. Thanks!


-- 

Dan Armak
Gentoo Linux Developer
Matan, Israel



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] ebuild execute permissions: problem with cvs
  2001-07-17 15:42   ` Dan Armak
@ 2001-07-17 16:19     ` Daniel Robbins
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Robbins @ 2001-07-17 16:19 UTC (permalink / raw
  To: gentoo-dev

On Wed, Jul 18, 2001 at 12:16:04AM +0300, Dan Armak wrote:

> > OK, I did some things to the CVS repository and now all ebuilds should
> > *not* be executable.  I didn't want to do it to all files because I'm sure
> > we have some executable scripts lying around somewhere and I don't want to
> > mess them up.  This problem may have been caused by a permissions mishap
> > caused my me a couple of months ago.
> >
> 
> Everything's OK now. Only cvs still doesn't see permission differences as 
> different revisions, so I'll have to delete and re-checkout all ebuilds. But 
> that's a minor point. Thanks!

OK, and I also just made a small patch to emerge to make the rsync perms more
correct, as well as fixing a few problems over here with rsync.  Now, rsync
perms should be perfect too.

Best Regards,

-- 
Daniel Robbins					<drobbins@gentoo.org>
President/CEO					http://www.gentoo.org 
Gentoo Technologies, Inc.			



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-07-17 22:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-17 14:40 [gentoo-dev] ebuild execute permissions: problem with cvs Dan Armak
2001-07-17 14:53 ` Daniel Robbins
2001-07-17 15:42   ` Dan Armak
2001-07-17 16:19     ` Daniel Robbins
2001-07-17 14:57 ` Jerry A!

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox