[Commits] [wesnoth/wesnoth] 284300: update_server: Rewrote about 50% of the script, no...

GitHub noreply at github.com
Mon Jun 9 02:52:24 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 284300cde9e8c62b49088d909d9cd696952319c3
      https://github.com/wesnoth/wesnoth/commit/284300cde9e8c62b49088d909d9cd696952319c3
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    M utils/mp-server/update_server

  Log Message:
  -----------
  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.





More information about the Commits mailing list