atom feed50 messages in at.iem.pd-devRe: [PD-dev] buildbot or some other p...
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 or some other proper build automation
From:Hans-Christoph Steiner (ha@at.or.at)
Date:Aug 29, 2010 11:15:12 am
List:at.iem.pd-dev

On Sat, 2010-08-28 at 20:36 +0200, András Murányi wrote:

I think i'll go setup the slaves - then they will only need be prepared to start up on boot: http://buildbot.net/buildbot/docs/latest/Launching-the-daemons.html
where SLAVE_BASEDIRs are /var/lib/buildbot/slavename (or whereever buildbot
lives on the particular OS; slavenames are already in
/var/lib/buildbot/pd-master/master.cfg, line 65, on 128.238.56.50)

Bang, i need to do sudo to set up the slaves...

What i need to do exactly is: sudo -u buildbot mkdir /var/lib/buildbot/slavename sudo -u buildbot buildbot create-slave /var/lib/buildbot/slavename 128.238.56.50:8084 slavename password sudo -u buildbot buildbot start /var/lib/buildbot/slavename

I shall also fill in the following files: /var/lib/buildbot/slavename/info/admin /var/lib/buildbot/slavename/info/host

Ok, I ran the first commands on 128.238.56.53 and 128.238.56.55, but it didn't seem to start. I added your ssh key so you can ssh to the buildbot user on those machines. I didn't edit the admin or host files, since I think you know that stuff better than me.

Can i get the pass for the pddev users, or we do it another way around?

Your ssh key should already be in the pddev account on the PdLab machines. There is no password access to those machines, only with SSH keys.

I was also thinking: we could move the master to the box that is already upgraded... the job of the master is not cpu-intensive at all, at it may be not net-intensive as well (if the uploads don't go to the master but somewhere else. Disk space is used for the logs only. What do you think?

The master is the one with a biggish disk, so it makes sense to use that one. Is the version on the master too old to function? Because I can upgrade buildbot on that one soon, after the Pd-extended release.

.hc