1

Topic: Nightly Builds Server

As the topic states, I started a server which is based upon the latest bleeding edge code. Updated every 5 AM to bring you the latest teewars enhancements. You have to build teewars yourself to try it out. If you are on Linux, you can easily do it by the following script.
http://eros.vlo.gda.pl/~rush/teewars_svn.sh - simply run it

EXPECT PROBLEMS, DO NOT SUBMIT BUGS ENCOUNTERED IN CUSTOM BUILDS (although we can discuss them here and maybe the devs will get interested - or maybe you can write patches yourself?)

The proxy of death / noWai!

2

Re: Nightly Builds Server

hmm

I don't think it is good that people are playing the dev version more than for quick tests. It just creates more problems than it solves..

Official Teeworlds map developer and community moderator
Administrator for the Teeworlds community Teesites

3

Re: Nightly Builds Server

Chi11y wrote:

hmm

I don't think it is good that people are playing the dev version more than for quick tests. It just creates more problems than it solves..

1) It is TESTING ONLY! - as the server's name states. So it's only a peek into the future.
2) It's a bit problematic to do, and most players are on Windows.
3) Linux users have more awareness.
4) There is a "don't bother developers" clause. smile

The proxy of death / noWai!

4 (edited by lazy_bum 2008-02-08 09:46:50)

Re: Nightly Builds Server

The script failed for me, so I edited it a little bit and here it is:
http://rafb.net/p/BCoGh397.html

PS. svn ebuild on the way, stay tuned!

edit
Suggested a patch in this topic. How to get the ebuild? Just read the old topic.

A notice about teewars-9999.ebuild.
It uses other slot then the 0.3.3 version. What that means? That You can have both 0.3.3 and 9999 installed. I suggest to use "debug" USE flag for the svn version. How to do it? It's simple, just add a line like this (warning! Use brain here! wink

category/package:slot USE

to your /etc/portage/package.use

When everything works fine run it by typing "teewars-svn" (teewars-svn_serv for server). If not, email me with:

compilation.log
emerge --info

PS. I've setup a svn-server, it's called "Herbatowojny! [svn server]".
.

5

Re: Nightly Builds Server

It does not work for me sadly.

No, that is not me; it's just a figment of your imagination.

6

Re: Nightly Builds Server

Damn, I see the rafb link is dead already. \:

You have to do this (first run):
1. make a directory and enter it

mkdir teewars-svn && cd teewars-svn

2. fetch nice, shiny sources from svn server (both bam and teewars):

svn co svn://svn.teewars.com/teewars/trunk
svn co http://stalverk80.se/svn/bam

3. make bam:

cd bam && ./make_unix.sh

4. (you are almost there! wink make teewars:

cd ../trunk && ../bam/src/bam

If you make upgrade (every time after the first time wink:

cd teewars-svn
cd trunk && svn up
cd ../bam && svn up && cd ..

Then follow step 3 and 4 from "first run".

7 (edited by nikoPSK 2008-02-21 16:35:08)

Re: Nightly Builds Server

lazy_bum wrote:

<snip>

Thanks alot! Will do when I arrive home. smile

Got it done! Thanks a bunch! Question, what servers are running the svn version?
EDIT: nevermind.

No, that is not me; it's just a figment of your imagination.

8

Re: Nightly Builds Server

please stop double posting

anyway nice  idea

9 (edited by eight 2008-02-26 20:37:00)

Re: Nightly Builds Server

Is the server running right now?
I saw it a few days ago, but I don't seem find it now.

EDIT: Found it and another one, but it gives me an error when trying to connect:
"Wrong version. Server is running version 0.4 *some letters and numbers*"
I compiled it using your script just a few hours ago.
What could be wrong?

10

Re: Nightly Builds Server

It gives me the same thing, I asked and my thread got closed, so I'll re-ask here. What's up?

No, that is not me; it's just a figment of your imagination.

11

Re: Nightly Builds Server

Server/client running different revisions.

12

Re: Nightly Builds Server

Ah, well I can run my own server... smile

No, that is not me; it's just a figment of your imagination.