Page 1 of 2

Automatic git snapshot builds

Posted: 24 Aug 2011, 17:08
by cybersphinx
Available at http://buildbot.wz2100.net/files/

The buildbot checks periodically for new commits, so if there is activity, there are several new builds a day, if not, there are none. See also http://buildbot.wz2100.net/waterfall

How to see what's new in new builds: viewtopic.php?p=93274#p93274

Re: Automatic git snapshot builds

Posted: 24 Aug 2011, 17:52
by macuser
would it be possible to use a mac buildbot also?

Re: Automatic git snapshot builds

Posted: 24 Aug 2011, 19:31
by medusa
thanks!
that answers my question on how to contact the devs that don't have pms on.

Re: Automatic git snapshot builds

Posted: 24 Aug 2011, 23:16
by Per
LOL, no. Most of those aren't real email addresses...

Re: Automatic git snapshot builds

Posted: 25 Aug 2011, 16:33
by dak180
macuser wrote:would it be possible to use a mac buildbot also?
Yes; it would require a mac on a good network connection (constantly connected) running 10.6+ and ~10GB free space (after installing xcode).

This unfortunately is not currently available, (much in the same way as we do not have a mac dev) though we might accept volunteers.

Re: Automatic git snapshot builds

Posted: 22 Apr 2012, 07:34
by NoQ
I wonder if 3.1-git snapshots are currently broken. At least, i don't see any in /3.1/*, and in the / it says 404.

Re: Automatic git snapshot builds

Posted: 22 Apr 2012, 14:12
by cybersphinx
NoQ wrote:I wonder if 3.1-git snapshots are currently broken. At least, i don't see any in /3.1/*, and in the / it says 404.
Just no activity, and any files older than 10 days get deleted...

Code: Select all

#!/bin/bash
find /home/buildbot/public_html/3.1 -type f -mtime +10 -exec rm -f {} \;
find /home/buildbot/public_html/master -type f -mtime +10 -exec rm -f {} \;
Improvements welcome (like "don't delete the files symlinked to public_html").

Edit: This should help:

Code: Select all

touch $(find /home/buildbot/public_html -maxdepth 1 -type l -exec readlink -f {} \;)

Re: Automatic git snapshot builds

Posted: 20 Aug 2013, 19:01
by Goth Zagog-Thou
Buildbot dosen't have any new compiles since Aug 1. And that version is from July. :(

Broken?

Re: Automatic git snapshot builds

Posted: 07 Sep 2013, 09:29
by Per
Build bot should be back online now, thanks to vexed.

Re: Automatic git snapshot builds

Posted: 07 Sep 2013, 09:39
by Goth Zagog-Thou
WOOOOOOT! Thanks guys. That helps a lot.

/party

Re: Automatic git snapshot builds

Posted: 07 Sep 2013, 13:07
by cue
Do the nightly builds make any logs or something?

Re: Automatic git snapshot builds

Posted: 12 Sep 2016, 07:26
by Mickyeye
That helps a lot

Re: Automatic git snapshot builds

Posted: 27 Dec 2016, 18:35
by Lord_Kane
getting a 502 bad gateway on the waterfall link

Re: Automatic git snapshot builds

Posted: 04 Jun 2019, 16:17
by Alistair_Findlay
http://buildbot.wz2100.net/files/
"This page isn’t working buildbot.wz2100.net didn’t send any data.
ERR_EMPTY_RESPONSE"

Re: Automatic git snapshot builds

Posted: 04 Jun 2019, 17:06
by andrvaut
Alistair_Findlay wrote: 04 Jun 2019, 16:17 http://buildbot.wz2100.net/files/
"This page isn’t working buildbot.wz2100.net didn’t send any data.
ERR_EMPTY_RESPONSE"
https://github.com/Warzone2100/warzone2 ... ent-builds