Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Silva <sebastian@somosazucar.org>2013-11-14 10:30:39 (GMT)
committer Sebastian Silva <sebastian@somosazucar.org>2013-11-14 10:30:39 (GMT)
commit6e1fe283d734a6d9e3bcee3923360ac15a73e184 (patch)
treed95988bcf65831744ec8aae861f117c175a4bf5a
parentc61be6777167468b09cd4b7ec2f4e9b25bb76b8e (diff)
Try to sync with reference-xo
-rw-r--r--etc/sweets.conf9
-rw-r--r--image/common.ini13
-rw-r--r--post.d/rc.sh6
3 files changed, 8 insertions, 20 deletions
diff --git a/etc/sweets.conf b/etc/sweets.conf
index 1b4e729..b7d46dd 100644
--- a/etc/sweets.conf
+++ b/etc/sweets.conf
@@ -19,15 +19,6 @@ cpsection =
# hanlde plugins configuration only via configuration files
plugins
-# Sugar Network client configuration
-# http://wiki.sugarlabs.org/go/Platform_Team/Sugar_Network/Implementation#sugar-network-client
-[client]
-# url to connect to Sugar Network server API
-#api-url = http://node.sugarlabs.org
-# space separated list of layers to restrict Sugar Network content by
-# for now, "pilot" layer is being used to QA most useful/stable activities
-layers = pilot
-
# By default, only stable Sugar Activity implementation will be fetched
# from the Sugar Network. To stability selection customizable, add exceptions
# to the following section. Each option shold conform the format:
diff --git a/image/common.ini b/image/common.ini
index 8e86714..167a3c8 100644
--- a/image/common.ini
+++ b/image/common.ini
@@ -3,13 +3,16 @@
#
[global]
+# Supported locales in a comma separated list.
+# The format of items should be in format of `LANG[_COUNTRY[.CHARSET]]`.
+# If only LANG is set, all supported variations of LANG-COUNTRY will be added.
+# Default CHARSET is UTF8.
+langs=es,es_MX,es_PE,en_US,pt,pt_BR,fr,de,qu,ayc,quz
+
# Image title.
# Put your title here.
customization_info = Hexoquinasa v1.3 BETA5
-# Languages to include
-langs=es,en_US,pt,pt_BR,fr,de,qu,ayc,quz
-
# Image filename.
# String should contain one formatting argument to make Python expression,
# `image_name % latestbuild`, valid. Make sure that you escaped `%` symbol
@@ -85,7 +88,7 @@ offline_activities =
org.laptop.WebActivity,
org.laptop.Calculate,
org.laptop.Chat,
- org.vpri.EtoysActivity,
+# org.vpri.EtoysActivity,
org.laptop.ImageViewerActivity,
org.laptop.sugar.Jukebox,
org.laptop.sugar.ReadActivity,
@@ -109,7 +112,7 @@ offline_activities =
org.sugarlabs.SimpleGraph,
org.laptop.TurtleArtButia,
vu.lux.olpc.Speak,
- org.laptop.WikipediaActivity,
+# org.laptop.WikipediaActivity,
#org.laptop.WikipediaActivityQU,
mulawa.Sudoku
diff --git a/post.d/rc.sh b/post.d/rc.sh
deleted file mode 100644
index c91fae3..0000000
--- a/post.d/rc.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-grep sweets.d /etc/rc.local >/dev/null || cat >>/etc/rc.local <<EOF
-for i in \$(find /etc/sweets.d -type f -printf "%P\n"); do
- [ /etc/sweets.d/\$i -nt /\$i ] && cp -a /etc/sweets.d/\$i /\$i
-done
-EOF
-. /etc/rc.local