Author: ivanovic
Date: Wed Aug 13 16:54:07 2008
New Revision: 28551

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28551&view=rev
Log:
made the default location of the add-on server add-ons.wesnoth.org instead of 
campaigns.wesnoth.org
it will point to the same machine, just make it clear that there is more than 
only campaigns on the machine

Modified:
    trunk/data/tools/wesnoth/wescamp.py
    trunk/data/tools/wesnoth_addon_manager
    trunk/src/game_preferences.cpp
    trunk/utils/weblist.pl
    trunk/utils/webtgz.pl

Modified: trunk/data/tools/wesnoth/wescamp.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/wesnoth/wescamp.py?rev=28551&r1=28550&r2=28551&view=diff
==============================================================================
--- trunk/data/tools/wesnoth/wescamp.py (original)
+++ trunk/data/tools/wesnoth/wescamp.py Wed Aug 13 16:54:07 2008
@@ -49,7 +49,7 @@
     """Download an addon from the server.
 
     server              The url of the addon server eg 
-                        campaigns.wesnoth.org:15005.
+                        add-ons.wesnoth.org:15005.
     addon               The name of the addon.
     path                Directory to unpack the campaign in.
     returns             Nothing.
@@ -66,7 +66,7 @@
     """Get a list of addons on the server.
 
     server              The url of the addon server eg 
-                        campaigns.wesnoth.org:15005.
+                        add-ons.wesnoth.org:15005.
     translatable_only   If True only returns translatable addons.
     returns             A dictonary with the addon as key and the translatable
                         status as value.
@@ -98,7 +98,7 @@
     """Get the timestamp of a campaign on the server.
 
     server              The url of the addon server eg 
-                        campaigns.wesnoth.org:15005.
+                        add-ons.wesnoth.org:15005.
     addon               The name of the addon.
     returns             The timestamp of the campaign, -1 if not on the server.
     """
@@ -124,7 +124,7 @@
     """Upload a addon from the server to wescamp.
     
     server              The url of the addon server eg 
-                        campaigns.wesnoth.org:15005.
+                        add-ons.wesnoth.org:15005.
     addon               The name of the addon.
     temp_dir            The directory where the unpacked campaign can be 
stored.
     svn_dir             The directory containing a checkout of wescamp.
@@ -180,7 +180,7 @@
     """Update the translations from wescamp to the server.
     
     server              The url of the addon server eg 
-                        campaigns.wesnoth.org:15005.
+                        add-ons.wesnoth.org:15005.
     addon               The name of the addon.
     temp_dir            The directory where the unpacked campaign can be 
stored.
     svn_dir             The directory containing a checkout of wescamp.

Modified: trunk/data/tools/wesnoth_addon_manager
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/wesnoth_addon_manager?rev=28551&r1=28550&r2=28551&view=diff
==============================================================================
--- trunk/data/tools/wesnoth_addon_manager (original)
+++ trunk/data/tools/wesnoth_addon_manager Wed Aug 13 16:54:07 2008
@@ -26,7 +26,7 @@
 
     optionparser = optparse.OptionParser()
     optionparser.add_option("-a", "--address", help = "specify server address",
-        default = "campaigns.wesnoth.org")
+        default = "add-ons.wesnoth.org")
     optionparser.add_option("-p", "--port",
         help = "specify server port or BfW version (%s)" % " or ".join(
         map(lambda x: x[1], CampaignClient.portmap)),

Modified: trunk/src/game_preferences.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game_preferences.cpp?rev=28551&r1=28550&r2=28551&view=diff
==============================================================================
--- trunk/src/game_preferences.cpp (original)
+++ trunk/src/game_preferences.cpp Wed Aug 13 16:54:07 2008
@@ -314,7 +314,7 @@
        if(!preferences::get("campaign_server").empty()) {
                return preferences::get("campaign_server");
        } else {
-               return "campaigns.wesnoth.org";
+               return "add-ons.wesnoth.org";
        }
 }
 

Modified: trunk/utils/weblist.pl
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/weblist.pl?rev=28551&r1=28550&r2=28551&view=diff
==============================================================================
--- trunk/utils/weblist.pl (original)
+++ trunk/utils/weblist.pl Wed Aug 13 16:54:07 2008
@@ -6,7 +6,7 @@
 use Time::gmtime;
 use strict;
 
-my ($host,$port) = ('campaigns.wesnoth.org', 15002);
+my ($host,$port) = ('add-ons.wesnoth.org', 15002);
 
 my $style = 'http://www.wesnoth.org/mw/skins/glamdrol/main.css';
 

Modified: trunk/utils/webtgz.pl
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/webtgz.pl?rev=28551&r1=28550&r2=28551&view=diff
==============================================================================
--- trunk/utils/webtgz.pl (original)
+++ trunk/utils/webtgz.pl Wed Aug 13 16:54:07 2008
@@ -6,7 +6,7 @@
 use CGI qw/:standard -no_xhtml/;
 use strict;
 
-my ($host, $port) = ("campaigns.wesnoth.org", 15002);
+my ($host, $port) = ("add-ons.wesnoth.org", 15002);
 
 my $style = 'http://www.wesnoth.org/mw/skins/glamdrol/main.css';
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to