On Tue, Aug 26, 2014 at 8:44 PM, Robert Nelson <[email protected]> wrote:
> >> > >> I'm thinking the next step is publishing the build somewhere. Any > suggestion > >> on how best to package it? > > > > make ARCH=arm KBUILD_DEBARCH=armhf LOCALVERSION=-git<version> > > CROSS_COMPILE=<bin>/arm-linux-gnueabihf- KDEB_PKGVERSION=1cross > > deb-pkg > > Looks like this working now too! > > dpkg-deb: building package > `linux-image-3.14.17-gitd88949624f5cbaaec41322a44bc3aa6807c40ed1:armhf' > in > `../linux-image-3.14.17-gitd88949624f5cbaaec41322a44bc3aa6807c40ed1_1cross_armhf.deb'. > program finished with exit code 0 > elapsedTime=152.038273 > > we should probably use: > > git rev-parse --short HEAD > > as that will return: d889496 instead of the full string.. ;) > OK. I've tried to also switch it to working off of github webhooks rather than just polling the git repository. I had to upgrade buildbot to 0.8.9 to handle the github webhooks. The builds are currently being dropped into http://builds.beagleboard.org/linux. I hope to manage to get URLs placed into the build reports, but haven't quite gotten there. > > 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. > -- 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.
