Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/image/common.ini
diff options
context:
space:
mode:
Diffstat (limited to 'image/common.ini')
-rw-r--r--image/common.ini28
1 files changed, 18 insertions, 10 deletions
diff --git a/image/common.ini b/image/common.ini
index bcd24ca..11891cd 100644
--- a/image/common.ini
+++ b/image/common.ini
@@ -5,10 +5,10 @@
[global]
# Image title.
# Put your title here.
-customization_info = Hexoquinasa v1.3 BETA4
+customization_info = Hexoquinasa v1.3 BETA5
# Languages to include
-#langs=es,en_US,pt,pt_BR,fr,de,qu,ayc,quz
+langs=es,en_US,pt,pt_BR,fr,de,qu,ayc,quz
# Image filename.
# String should contain one formatting argument to make Python expression,
@@ -18,8 +18,9 @@ image_name = hxp%%d
# Minimal list of required modules.
# All of the following modules need to be added to keep final image consistent.
-# `*sugar*` modules are not included on purpose, Sugar related configuration
-# will happen in `deployment.rpm` added from [custom_packages] section.
+# The `*sugar*` modules are not included on purpose, Sugar related configuration
+# will happen in either in `sweets` section or in `deployment.rpm` package
+# added from the [custom_packages] section.
modules_required =
base,
repos,
@@ -47,16 +48,23 @@ modules_extra =
path = latestbuild
[sweets]
+# Set current locale. If the option contains more than one value, the first
+# locale will be primary and the rest will be treated as secondary locales.
+# The format of items should be in format of `LANG_COUNTRY.CHARSET`.
+locale = en_US.UTF8
# Name of Sweets Distribution repository current one is based on.
# http://wiki.sugarlabs.org/go/Template:Sweets_Distribution_Linkbar
sweets_repository = 0.94:SugarNetwork
-# Url to downstream repository which should contain (or provide)
-# "deployment" package. Put your url here.
-deployment_repository_url = http://download.sugarlabs.org/packages/Hexoquinasa:/1/Fedora-14/
+# Url to connect to Sugar Network API server.
+# There are several public nodes:
+# - http://node.sugarlabs.org
+# - http://node-testing.sugarlabs.org
+# - http://node-devel.sugarlabs.org
+api_url = http://node.sugarlabs.org
-# Set particular image locales; if omitted, the full list will be generated
-locales = ayc_PE,es_PE,es_ES,es_MX,en_US,de_DE,fr_FR,pt_BR,quz_PE
+# Comma separated list of layers to restrict Sugar Network content by
+layers = pilot
# OBS repositories from packages.sugarlabs.org to install packages
# during image building phase and for post-image system upgrades.
@@ -127,7 +135,7 @@ add_packages =
# Deployment package which fetches all required dependencies and contains
# proper configuration. Post-image support will happen by updating
# `deployment.rpm` and spreading it via Sugar Network nodes.
- deployment,
+ deployment-testing,
# sugar-plugin-stats,
# sugar-plugin-upgrade,
# sugar-stats,