Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Silva (icarito) <sebastian@sugarlabs.org>2012-10-13 04:11:28 (GMT)
committer Sebastian Silva (icarito) <sebastian@sugarlabs.org>2012-10-13 04:11:28 (GMT)
commit370d6df0dd6222e4048eb59fc307f9fac9bb5f7c (patch)
tree437c3238b4d3d3086d9ca5e6b168e5844e3223bc
parent35f7e2c701f23237c80aa814e77024c08b9692a8 (diff)
v0.6
-rw-r--r--etc/sweets.conf6
-rw-r--r--image/common.ini36
-rw-r--r--image/latestbuild2
3 files changed, 38 insertions, 6 deletions
diff --git a/etc/sweets.conf b/etc/sweets.conf
index 9cb3e12..bbc15ac 100644
--- a/etc/sweets.conf
+++ b/etc/sweets.conf
@@ -5,7 +5,11 @@ plugins = sn client
[local]
# url to connect to Sugar Network server API
api-url = http://api-testing.network.sugarlabs.org
+# space separated list of layers to restrict Sugar Network content by
+layers = peruvian-pilot
+# sugar-client configuration
+# http://wiki.sugarlabs.org/go/Platform_Team/Server_Kit/sugar-client
[client]
# start cron tasks with specified timeout in seconds; it makes sense to avoid
# overloading the system on startup
@@ -23,4 +27,4 @@ stats-timeout = 3600
# the system
update-args = --disablerepo=* --enablerepo=sweets_base --enablerepo=sweets --enablerepo=deployment
# if more than 0, do regular unattended updates with specified delay in seconds
-update-timeout = 3600
+update-timeout = 86400
diff --git a/image/common.ini b/image/common.ini
index e6d85af..5a6d1bb 100644
--- a/image/common.ini
+++ b/image/common.ini
@@ -52,9 +52,15 @@ sweets_repository = Factory
# Url to downstream repository. Put your url here.
deployment_repository_url = http://download.sugarlabs.org/packages/SweetsDistribution:/Factory:/ReferenceXO/Fedora-%(fedora_release)s/
+# Sugar Network layer to restrict list of activities and their versions
+# Use Contributor Hub application to set what content should be in such layer
+# TODO Make sugar that his layer is the same as in etc/sweets.conf
+sugar_network_layer = peruvian-pilot
+
# List of bundle_ids (or context GUIDs in Sugar Network terms) of activities
# to prefetch to final image to make them accessible in offline right after
-# flasing. These activities should exist in Sugar Network.
+# flasing. These activities should exist in the Sugar Network. If activities
+# were formed properly, their dependencies will be automatically installed.
# Put your activities list here.
offline_activities =
org.laptop.WebActivity,
@@ -69,6 +75,28 @@ offline_activities =
org.laptop.Terminal,
org.laptop.TurtleArtActivity,
org.laptop.AbiWordActivity,
+ vu.lux.olpc.Speak,
+ org.laptop.sugar.Jukebox,
+ org.worldwideworkshop.olpc.JigsawPuzzle,
+ org.laptop.TamTamMini,
+ org.laptop.Memorize,
+ org.gnome.Labyrinth,
+ org.laptop.RecordActivity,
+ org.laptop.Oficina,
+ com.jotaro.ImplodeActivity,
+ org.laptop.physics,
+ org.laptop.MeasureActivity,
+ org.laptop.VncLauncher,
+ net.gcompris,
+ edu.mit.media.ScratchActivity,
+ org.ceibaljam.conozcoamerica,
+ org.ceibaljam.conozcoalimentos,
+ org.sugarlabs.ICanReadActivity,
+ org.ceibaljam.terronesweeper,
+ org.sugarlabs.SimpleGraph,
+ org.ceibaljam.jamedit,
+ org.laptop.TurtleArtButia,
+ vu.lux.olpc.Speak
# List of bundle_ids (or context GUIDs in Sugar Network terms) of activities
# make them favorited in Sugar Shell Home view. These activities need
@@ -78,11 +106,11 @@ favorite_activities =
org.laptop.WebActivity,
org.laptop.Calculate,
org.laptop.Chat,
- org.vpri.EtoysActivity,
- org.laptop.Pippy,
- org.vpri.EtoysActivity,
org.laptop.TurtleArtActivity,
org.laptop.AbiWordActivity,
+ org.laptop.physics,
+ org.laptop.TamTamMini,
+ org.ceibaljam.conozcoamerica,
[custom_packages]
add_packages =
diff --git a/image/latestbuild b/image/latestbuild
index c793025..301160a 100644
--- a/image/latestbuild
+++ b/image/latestbuild
@@ -1 +1 @@
-7 \ No newline at end of file
+8 \ No newline at end of file