On Thu, Jan 31, 2013 at 02:46:53PM -0500, W. Trevor King wrote:
> 6108400 chmod +x all sh scripts so they can run from the git checkout
> 
> Looks good,

I've been using c988ea3 (a more recent rebased version of this commit
in dolsen/rewrite) for a month or so now, and it's working well.  I'd
also add targets/stage1/build.py to the list of chmodded scripts to
avoid:

  ./tmp/stage1-chroot.sh: line 6: /tmp/build.py: Permission denied
  Your profile seems to be broken.
  Could not build a list of build packages.

The following command should do what's needed:

  $ find targets \( -name '*.sh' -o -name '*.py' \) -exec chmod 755 {} \+

Cheers,
Trevor

-- 
This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to