atom feed50 messages in at.iem.pd-devRe: [PD-dev] buildbot on Macs and fro...
FromSent OnAttachments
Hans-Christoph SteinerJul 9, 2010 1:34 pm 
András MurányiJul 9, 2010 1:49 pm 
Hans-Christoph SteinerJul 9, 2010 1:54 pm 
Hans-Christoph SteinerAug 19, 2010 6:37 pm 
András MurányiAug 19, 2010 7:54 pm 
Hans-Christoph SteinerAug 20, 2010 1:37 pm 
András MurányiAug 20, 2010 2:08 pm.pub
Hans-Christoph SteinerAug 20, 2010 2:13 pm 
Hans-Christoph SteinerAug 23, 2010 4:09 pm 
András MurányiAug 23, 2010 5:25 pm 
András MurányiAug 23, 2010 7:20 pm 
Hans-Christoph SteinerAug 23, 2010 8:40 pm 
András MurányiAug 24, 2010 4:56 pm 
Hans-Christoph SteinerAug 24, 2010 5:46 pm 
András MurányiAug 24, 2010 5:50 pm 
Hans-Christoph SteinerAug 25, 2010 8:06 am 
András MurányiAug 25, 2010 6:53 pm 
Hans-Christoph SteinerAug 26, 2010 8:46 am 
András MurányiAug 26, 2010 9:55 am 
Hans-Christoph SteinerAug 26, 2010 10:20 am 
Hans-Christoph SteinerAug 26, 2010 11:54 am 
Hans-Christoph SteinerAug 29, 2010 10:48 am 
Hans-Christoph SteinerAug 29, 2010 11:15 am 
Hans-Christoph SteinerAug 29, 2010 2:31 pm 
Hans-Christoph SteinerAug 29, 2010 2:48 pm 
Hans-Christoph SteinerSep 7, 2010 2:31 pm 
Hans-Christoph SteinerSep 7, 2010 2:33 pm 
Hans-Christoph SteinerSep 13, 2010 2:41 pm 
Hans-Christoph SteinerSep 13, 2010 3:01 pm 
Hans-Christoph SteinerSep 13, 2010 4:16 pm 
András MurányiSep 13, 2010 5:35 pm 
András MurányiSep 13, 2010 5:48 pm 
Hans-Christoph SteinerSep 13, 2010 9:00 pm 
András MurányiSep 14, 2010 1:08 pm 
András MurányiSep 14, 2010 1:32 pm 
Hans-Christoph SteinerSep 14, 2010 1:34 pm 
Hans-Christoph SteinerSep 14, 2010 1:35 pm 
András MurányiSep 14, 2010 2:08 pm 
Hans-Christoph SteinerSep 14, 2010 8:13 pm 
András MurányiSep 15, 2010 1:10 pm 
Hans-Christoph SteinerSep 15, 2010 4:11 pm 
András MurányiSep 15, 2010 5:30 pm 
Hans-Christoph SteinerSep 15, 2010 7:08 pm 
András MurányiSep 16, 2010 9:21 am 
Hans-Christoph SteinerSep 16, 2010 11:39 am 
András MurányiSep 20, 2010 12:26 pm 
Hans-Christoph SteinerSep 21, 2010 12:08 pm 
András MurányiSep 21, 2010 3:56 pm 
Hans-Christoph SteinerSep 21, 2010 10:58 pm 
András MurányiSep 22, 2010 5:12 pm 
Subject:Re: [PD-dev] buildbot on Macs and from git
From:András Murányi (mura@gmail.com)
Date:Sep 14, 2010 1:08:09 pm
List:at.iem.pd-dev

Ok 128.238.56.59 (macosx104-i386) is setup with a buildbot user with your ssh key, and buildbot is setup as launchd service: http://buildbot.net/trac/wiki/UsingLaunchd

Aww, heavy reading! How can i run the 'buildbot create-slave' command just once?

You can run it in the buildbot account using:

sudo /sw/bin/buildbot create-slave

done, up and running

The file is here, let me know if you need me to change it (probably):

/Library/LaunchDaemons/net.sourceforge.buildbot.plist

It seems only this... <key>WorkingDirectory</key> <string>/Users/buildbot/slave/test</string> ...needs to have the right path which shall be /Users/buildbot/macosx104-i386 once the slave is created.

If it cannot be run manually, we can try to fake it by copying (and modding) the files from another slave, shall we?

Ok, I edited it, and gave 'buildbot' rw perms, so you can edit if need be. Let me know when you are done so I can convert it back to being owned by root.

.hc

This is done too. At the moment buildbot fails with "exceptions.RuntimeError: Couldn't find executable for 'svn'"

Andras