On Wed, Feb 11, 2015 at 10:46 AM, Robert Nelson <[email protected]> wrote: > On Wed, Feb 11, 2015 at 9:43 AM, Robert Nelson <[email protected]> > wrote: >> 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".. > > it works here if we drop the "-x" > > git clean -f -f -d
Not sure how to get buildbot to do that. Probably can be adjusted as an argument to the Python call to run git. I have a more immediate problem in that I'm not getting all of the images output and packaging fails without generating an error. http://builds.beagleboard.org/builders/build-image/builds/6/steps/shell_1/logs/stdio > > 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.
