Gentoo Archives: gentoo-catalyst

From: "W. Trevor King" <wking@×××××××.us>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] chmod +x all sh scripts so they can run from the git checkout
Date: Thu, 11 Apr 2013 02:06:22
Message-Id: 20130411020616.GH4694@odin.tremily.us
In Reply to: Re: [gentoo-catalyst] More proposed Catalyst changes by "W. Trevor King"
1 On Thu, Jan 31, 2013 at 02:46:53PM -0500, W. Trevor King wrote:
2 > 6108400 chmod +x all sh scripts so they can run from the git checkout
3 >
4 > Looks good,
5
6 I've been using c988ea3 (a more recent rebased version of this commit
7 in dolsen/rewrite) for a month or so now, and it's working well. I'd
8 also add targets/stage1/build.py to the list of chmodded scripts to
9 avoid:
10
11 ./tmp/stage1-chroot.sh: line 6: /tmp/build.py: Permission denied
12 Your profile seems to be broken.
13 Could not build a list of build packages.
14
15 The following command should do what's needed:
16
17 $ find targets \( -name '*.sh' -o -name '*.py' \) -exec chmod 755 {} \+
18
19 Cheers,
20 Trevor
21
22 --
23 This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
24 For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

Attachments

File name MIME type
signature.asc application/pgp-signature