Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2013-04-14 18:30:25 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2013-05-27 03:31:45 (GMT)
commit0991009119860435bb37f78e1caef4c2988ed3d5 (patch)
treeda1b26c2064e3befaf37670846caa68c83cc34ab
parent925792edad402fa850f88bc51642005e3815c795 (diff)
Switch to production SN server
-rw-r--r--sugar_network/client/__init__.py2
-rw-r--r--sweets.recipe2
2 files changed, 2 insertions, 2 deletions
diff --git a/sugar_network/client/__init__.py b/sugar_network/client/__init__.py
index 5c8f97f..ba87372 100644
--- a/sugar_network/client/__init__.py
+++ b/sugar_network/client/__init__.py
@@ -53,7 +53,7 @@ def profile_path(*args):
api_url = Option(
'url to connect to Sugar Network server API',
- default='http://node-devel.sugarlabs.org', short_option='-a',
+ default='http://node.sugarlabs.org', short_option='-a',
name='api-url')
certfile = Option(
diff --git a/sweets.recipe b/sweets.recipe
index 37b497a..b5a57d4 100644
--- a/sweets.recipe
+++ b/sweets.recipe
@@ -2,7 +2,7 @@
name = sugar-network
[Package]
-project = SweetsDistribution:Factory
+project = SweetsDistribution:0.94:SugarNetwork
implement = %(name)s
summary = Sugar Network
license = GPLv3+