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-09-07 12:21:13 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2013-09-07 12:25:53 (GMT)
commit4c3c562d320c333d7475411990bcac53882b051e (patch)
treec768bf336ff5bb0387d9bb540fadd7694bfd35c7
parent9698872e43189398db63543fb82d4ab9ff0c93d0 (diff)
Set -testing SN node for Factory packages
-rw-r--r--TODO5
-rw-r--r--sweets.recipe1
2 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index 613bd9e..cb183d9 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,9 @@
-- show only packages in /packages API call
+- 0.10
+ * no Packages project
- (!) Editors' workflows:
- (?) log all (including editros) posters of particular document to minimize conflicts about why somthing was changed
or better, detailed log for every editor's change
-
- Remove temporal security hole with speciying guid in POST,
it was added as a fast hack to support offline creation (with later pushing to a node)
- changed pulls should take into account accept_length
@@ -11,3 +11,4 @@
- increase granularity for sync.chunked_encode()
- slave._Pooler might leak events if pullers are not in time to call wait()
- revert per-document "downloads" property as "launches", a part of unpersonizalied user_stats
+- sync node->local db sync
diff --git a/sweets.recipe b/sweets.recipe
index 3a06da0..8a84de9 100644
--- a/sweets.recipe
+++ b/sweets.recipe
@@ -18,6 +18,7 @@ replaces = sugar-network-server; sweets-recipe; active-document
pylru; requests
[Build]
+make = sed -i s/node-devel.sugarlabs.org/node-testing.sugarlabs.org/ sugar_network/client/__init__.py
install = install -m 0755 -d %(DESTDIR)s/%(PYTHONSITEDIR)s &&
cp -r sugar_network %(DESTDIR)s/%(PYTHONSITEDIR)s/ &&
install -m 0755 -D sugar-network %(DESTDIR)s/%(BINDIR)s/sugar-network &&