On Wed, Feb 11, 2015 at 9:23 AM, Jason Kridner <[email protected]> wrote:
> On Wed, Feb 11, 2015 at 10:09 AM, Robert Nelson <[email protected]> 
> wrote:
>> On Tue, Feb 10, 2015 at 8:20 PM, Jason Kridner
>> <[email protected]> wrote:
>>> I'm naturally interested in what anyone has to say about it. I'd like
>>> to update the image link in the final book to point to something up on
>>> http://beagleboard.org/latest-images, but I need to get that updated
>>> first. That's what I'm spending time thinking about lately.
>>>
>>> I've been updating http://builds.beagleboard.org to utilize my
>>> pre-release BeagleBoard-X15 to start building flash images for
>>> BeagleBone Black.
>>
>>
>> Jason,
>>
>> On builds.beagleboard.org, looking at the logs, here is the sudo line
>> (/etc/sudoer) that should get the script up and running...
>>
>> <build_user> ALL=NOPASSWD: /bin/chmod, /bin/chown, /usr/sbin/chroot,
>> /bin/cp, /usr/sbin/debootstrap, /bin/mkdir, /bin/mv, /bin/rm, /bin/sh,
>> /bin/sed, /bin/tar, /usr/bin/touch, /bin/mount, /bin/umount
>>
>> Make sure that <build_user> can't be ssh'ed into. ;)
>
> We've definitely hijacked a thread now. :-)
>
> Yeah, I fixed that one already. Issue now seems to be related to the
> way it tries to check things out with git. The script makes a
> 'tmp.XXXX' directory and the git checkout seems to puke on it for some
> reason.

It's the "git clean -f -f -d -x" call on "ignore"..


"ignore" use to be /tmp/tmp.xyz but we ran into problems with memory
backed "tmpfs" (running out of space) so we moved it to the drive..
The safe bet would be to remove the "ignore" directory before the git
clean call.

It's in the ".gitignore" so i'm a little supprised, "git clean -f -f
-d -x " goes after it..

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to