Ignacio R. Morelle
2c625b6d9d
update_server: boost_prefix=-mt isn't good for gonzo anymore
2014-11-22 05:09:01 -03:00
Ignacio R. Morelle
d95b181eaa
update_server: Show locations of scons' output
2014-11-22 04:31:18 -03:00
Ignacio R. Morelle
1a1ccea4cb
update_server: 1.11 is the 1.12 branch
2014-06-12 17:21:34 -04:00
Ignacio R. Morelle
090f8bf0cb
update_server: Build from master if the $VERISON is not recognized
2014-06-12 17:21:34 -04:00
Ignacio R. Morelle
e122da96e4
update_server: Use $HOME/source for SOURCE_ROOT
...
... instead of hardcoding a path in /usr. This should let server2 and
server3 use an unmodified copy of the script.
2014-06-11 22:53:38 -04:00
Ignacio R. Morelle
284300cde9
update_server: Rewrote about 50% of the script, now works with RO checkouts
...
* Using scons -Y to point scons to a source tree that might be
read-only for the user building campaignd/wesnothd (as is the case on
baldras).
* Renamed or changed several variables for clarity.
* As a side-effect, links within the server instance dir are now
absolute rather than relative (/home/wesnoth/build/foo/bar instead of
../../build/foo/bar).
* ~/builds-int/<version> is the intermediate build directory
* ~/builds/<build-id> remains as the target directory
* /usr/src/wesnoth is the source directory base (we need to handle
basilic and gonzo separately later)
I'm fairly sure nobody other than me could possibly demand a more
detailed description of this commit.
2014-06-08 22:52:06 -04:00
Ignacio R. Morelle
b6ce79e634
update_server: The 1.12 branch now exists
2014-03-10 17:00:10 -03:00
Ignacio R. Morelle
425cce189f
Long overdue update to the update_server script to match production
...
* Added code for handling 1.8 and 1.10
* Don't use libana for Wesnoth versions that include it (1.9.x)
* We now use Git, not SVN. The downstream repository is managed
externally, so we need to update a git-new-workdir checkout every
time we want to build.
* Other nondescript changes
(Apologies for the horrible commit message, but it looks like there was
more than my own changes awaiting to be committed.)
2014-02-08 07:48:41 -03:00
Eric S. Raymond
7f85fa000c
The git transition.
...
Most references to and dependencies on Subversion have been removed.
"+svn" is now "+dev". Files that can't be fixed yet have a FIXME-GIT
comment in them; most of these are in the website tests.
2013-03-26 10:44:47 -04:00
Gunter Labes
5ed2a1f9e7
corrected symbolic link source
2009-10-14 20:57:58 +00:00
Gunter Labes
fee0c34b87
properly set CXXFLAGS and LDFLAGS
2009-06-16 00:56:24 +00:00
Gunter Labes
d6454595ee
screw quoting
2009-05-29 14:21:24 +00:00
Gunter Labes
fa56679a93
fixed quoting for the alternate servers as well
2009-05-29 00:52:18 +00:00
Gunter Labes
8c25099e3e
various tweaks/fixes after testing
2009-05-27 20:52:32 +00:00
Gunter Labes
2efa85cfc6
rewrite for better robustness and portability
2009-05-26 13:39:22 +00:00
Gunter Labes
a123839fc0
use 1.6 sources to build 1.6; default to scons
2009-04-02 02:37:47 +00:00
Gunter Labes
c138f765b3
set build flags based on hostname
2009-03-28 06:58:16 +00:00
Gunter Labes
3301a19e7d
updated some scripts to consider version 1.6
2009-03-13 13:35:44 +00:00
Gunter Labes
85f0993268
make sure to build with the forum handler
2009-01-04 23:37:05 +00:00
Gunter Labes
35a55219cd
build trunk campaignd with scons
2008-12-11 20:14:43 +00:00
Gunter Labes
b55692a5f3
extended update_server to handle campaignd as well
2008-09-26 22:00:09 +00:00
Gunter Labes
cdc198e8b1
enable the bandwidth monitor
2008-08-31 22:48:58 +00:00
Gunter Labes
cf77ef5ac2
build dev servers with the default -O2
...
use the now implemented program_suffix option of scons
2008-05-11 10:35:58 +00:00
Gunter Labes
7fa4661094
send error messages to STDERR
...
get the server port from the redirect.cfg (which needs to be changed anyway)
2008-04-26 18:10:52 +00:00
Gunter Labes
9ec6985365
correct some log file paths
2008-04-26 02:10:47 +00:00
Gunter Labes
0afbb92b11
actually use the set CXXFLAGS when bulding with scons..
2008-04-17 13:51:18 +00:00
Gunter Labes
93e1e73e98
replace == with = in test comparisons...
...
...(fixes bug #11496 : Unportable test(1) construct)
2008-04-15 02:51:29 +00:00
Gunter Labes
ebba6f469e
remove the man pages after install
2008-04-09 10:52:07 +00:00
Gunter Labes
ac9f0827ab
use the boost flags rather than supplying $CXXFLAGS and $LDFLAGS
2008-04-07 00:46:28 +00:00
Gunter Labes
4378124f3f
turn library checks off in scons...
...
...and add some more options for a less noise compilation
2008-03-29 01:12:29 +00:00
Gunter Labes
79358694c5
update the install target
2008-03-27 14:46:53 +00:00
Gunter Labes
7b72f04ae8
use scons for trunk builds
...
use svnversion to get the revision
2008-03-27 01:45:06 +00:00
Gunter Labes
43748b58e5
remove --enable-debug and use different $CXXFLAGS for the different versions
2008-03-22 15:15:46 +00:00
Gunter Labes
1558443a7d
build the server with -DNUM_SHARDS=7
2008-03-11 17:36:38 +00:00
Gunter Labes
5c1a1fd3eb
update to handle version 1.4
2008-03-03 05:23:24 +00:00
Gunter Labes
c3f8688eaa
compile with profiling
...
handle profiling logs
use the new shut down feature to properly shut the server down on
ctrl+c
2007-12-17 05:26:05 +00:00
Gunter Labes
ec4878e58a
don't continue building when an error occured
2007-12-05 16:17:33 +00:00
Gunter Labes
db3fe9066d
added the shell scripts used to manage the official multiplayer servers
2007-11-19 22:10:39 +00:00