Automatic git snapshot builds

Discuss the future of Warzone 2100 with us.
cybersphinx
Inactive
Inactive
Posts: 1695
Joined: 01 Sep 2006, 19:17

Automatic git snapshot builds

Post 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
We want information... information... information.
User avatar
macuser
Regular
Regular
Posts: 1052
Joined: 19 Mar 2010, 23:35
Location: USA
Contact:

Re: Automatic git snapshot builds

Post by macuser »

would it be possible to use a mac buildbot also?
ArtRev Website

ImageImage

System: AMD Phenom II x4, 4GB RAM, 640GB HD, Nvidia GeForce GT 240 1GB, Mac OS X 10.6
medusa
Trained
Trained
Posts: 175
Joined: 25 Jul 2011, 01:56

Re: Automatic git snapshot builds

Post by medusa »

thanks!
that answers my question on how to contact the devs that don't have pms on.
Per
Warzone 2100 Team Member
Warzone 2100 Team Member
Posts: 3780
Joined: 03 Aug 2006, 19:39

Re: Automatic git snapshot builds

Post by Per »

LOL, no. Most of those aren't real email addresses...
User avatar
dak180
Trained
Trained
Posts: 288
Joined: 01 Nov 2009, 23:58
Location: Keeper of the Mac Builds

Re: Automatic git snapshot builds

Post 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.
User:dak180
Keeper of the Mac Builds
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Automatic git snapshot builds

Post 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.
cybersphinx
Inactive
Inactive
Posts: 1695
Joined: 01 Sep 2006, 19:17

Re: Automatic git snapshot builds

Post 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 {} \;)
We want information... information... information.
User avatar
Goth Zagog-Thou
Regular
Regular
Posts: 1582
Joined: 06 Jan 2007, 08:08
Location: Delta Base
Contact:

Re: Automatic git snapshot builds

Post by Goth Zagog-Thou »

Buildbot dosen't have any new compiles since Aug 1. And that version is from July. :(

Broken?
Per
Warzone 2100 Team Member
Warzone 2100 Team Member
Posts: 3780
Joined: 03 Aug 2006, 19:39

Re: Automatic git snapshot builds

Post by Per »

Build bot should be back online now, thanks to vexed.
User avatar
Goth Zagog-Thou
Regular
Regular
Posts: 1582
Joined: 06 Jan 2007, 08:08
Location: Delta Base
Contact:

Re: Automatic git snapshot builds

Post by Goth Zagog-Thou »

WOOOOOOT! Thanks guys. That helps a lot.

/party
cue
Trained
Trained
Posts: 59
Joined: 06 Nov 2011, 00:12

Re: Automatic git snapshot builds

Post by cue »

Do the nightly builds make any logs or something?
Mickyeye
New user
Posts: 1
Joined: 12 Sep 2016, 05:53
Contact:

Re: Automatic git snapshot builds

Post by Mickyeye »

That helps a lot
User avatar
Lord_Kane
Trained
Trained
Posts: 104
Joined: 24 Nov 2016, 21:51

Re: Automatic git snapshot builds

Post by Lord_Kane »

getting a 502 bad gateway on the waterfall link
Alistair_Findlay
Greenhorn
Posts: 6
Joined: 27 Jan 2019, 18:38

Re: Automatic git snapshot builds

Post by Alistair_Findlay »

http://buildbot.wz2100.net/files/
"This page isn’t working buildbot.wz2100.net didn’t send any data.
ERR_EMPTY_RESPONSE"
User avatar
andrvaut
Trained
Trained
Posts: 200
Joined: 02 Jan 2016, 12:44

Re: Automatic git snapshot builds

Post 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
vaut ΣΑ [GN], ru streamer.
Tournaments channel: https://www.youtube.com/channel/UCzusNa-54ydodtSz2TdHFww
Post Reply