Re: mustella .sh file in root directory

2013-10-07 Thread Alex Harui
I think you'd have to "cd .." in those scripts before running some of the commands so that git paths don't start with ../ and stuff like that. There's probably a way to do it. Feel free if you've got the cycles. -Alex On 10/7/13 10:12 PM, "Justin Mclean" wrote: >Hi, > >> IIRC, I put them down

Re: mustella .sh file in root directory

2013-10-07 Thread Justin Mclean
Hi, > IIRC, I put them down there to make parsing git paths easier. They could just be run them from the base directory rather than change how they process paths. eg ./mustella/test_patch.sh Justin

Re: mustella .sh file in root directory

2013-10-07 Thread Alex Harui
IIRC, I put them down there to make parsing git paths easier. You can move them if you want to figure out the path processing. Release-wise, we should just not put them in the release package. -Alex On 10/7/13 9:48 PM, "Justin Mclean" wrote: >Hi, > >Noticed these file are in the root director