It’s not a Mac specific issue. As you noted, it lacks the executable filemode so you have to explicitly run it with the shell: $ sh build.sh
Since you changed the filemode in your workspace and git recognizes it as modified, just add it to your commit, etc. Once that’s merged, in the future folks will be able to run it directly. — Dale > On Apr 13, 2016, at 4:38 PM, Susan Cline <[email protected]> wrote: > > Okay, this worked for me. I’m wondering if README.md should be updated? I > got a little confused on that page. > > Also, I’m not sure if this is a Mac OS thing or something in my own > environment, but when I try to run build.sh I can’t because it does not > have execute permission on it. > > If I add it, than it becomes part of the files that need to be added. Have > other folks encountered this with scripts? > > Thanks, > > Susan >> On Apr 13, 2016, at 6:45 AM, Dale LaBossiere <[email protected]> wrote: >> >> The setup steps are the same as those used to create an environment to merge >> PRs for the incubator-quarks repo - except replace incubator-quarks with >> incubator-quarks-website: >> >> The ones that @ddebrunne initially suggested (and are noted in merge-pr :-), >> are: >> >> # Flow from Dan: >> # [one time] create a clone to use just for merging >> # cd ~/git >> # git clone https://git-wip-us.apache.org/repos/asf/incubator-quarks.git >> clone-incubator-quarks >> # cd clone-incubator-quarks >> # git remote add mirror https://github.com/apache/incubator-quarks.git >> # (you can instead use a git@github url but you'll have to have ssh >> setup) >> >> >
