Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSebastian Silva <sebastian@somosazucar.org>2013-07-26 04:05:11 (GMT)
committer Sebastian Silva <sebastian@somosazucar.org>2013-07-26 04:05:11 (GMT)
commit40cb047caac9ed917e1284d21230e7a6d35b60ab (patch)
treedb215e47cdd2afbd972c8cd1f15f8f56807ac101 /etc
parentad4181ae97637f1473689cbcf3be3268496e5ec5 (diff)
Changes from branching repos into testing and production
Diffstat (limited to 'etc')
-rw-r--r--etc/polkit-1/localauthority/50-local.d/deployment.pkla15
-rw-r--r--etc/sugar/blacklist/deployment6
-rw-r--r--etc/sweets.conf13
3 files changed, 23 insertions, 11 deletions
diff --git a/etc/polkit-1/localauthority/50-local.d/deployment.pkla b/etc/polkit-1/localauthority/50-local.d/deployment.pkla
index 283e1be..94c329b 100644
--- a/etc/polkit-1/localauthority/50-local.d/deployment.pkla
+++ b/etc/polkit-1/localauthority/50-local.d/deployment.pkla
@@ -1,13 +1,20 @@
[AllowSignedUpdates]
Identity=*
Action=org.freedesktop.packagekit.package-install
-ResultAny=no
-ResultInactive=no
+ResultAny=yes
+ResultInactive=yes
ResultActive=yes
[AllowNotSignedUpdates]
Identity=*
Action=org.freedesktop.packagekit.package-install-untrusted
-ResultAny=no
-ResultInactive=no
+ResultAny=yes
+ResultInactive=yes
+ResultActive=yes
+
+[AllowSystemUpdate]
+Identity=*
+Action=org.freedesktop.packagekit.system-update
+ResultAny=yes
+ResultInactive=yes
ResultActive=yes
diff --git a/etc/sugar/blacklist/deployment b/etc/sugar/blacklist/deployment
deleted file mode 100644
index e3c18d4..0000000
--- a/etc/sugar/blacklist/deployment
+++ /dev/null
@@ -1,6 +0,0 @@
-# Uncomment it to hide "Plugins" Control Panel section to
-# hanlde plugins configuration only via configuration files
-cpsection plugins
-
-# No need in ASLO updater with Sugar Network
-cpsection updater
diff --git a/etc/sweets.conf b/etc/sweets.conf
index 5818062..a670b83 100644
--- a/etc/sweets.conf
+++ b/etc/sweets.conf
@@ -2,6 +2,11 @@
# space separated list of plugins to enable
plugins = telepathy proxy sn stats
+[blacklist]
+# Uncomment it to hide "Plugins" Control Panel section to
+# hanlde plugins configuration only via configuration files
+cpsection = plugins
+
# Sugar Network client configuration
# http://wiki.sugarlabs.org/go/Platform_Team/Sugar_Network/Implementation#sugar-network-client
[client]
@@ -11,6 +16,12 @@ api-url = http://node.sugarlabs.org
# for now, "pilot" layer is being used to QA most useful/stable activities
layers = pilot
+# the minimal disk free space, in percents, to preserve while recycling disk
+# cache
+cache-limit = 10
+# check disk cache for recycling in specified delay in seconds
+cache-timeout = 3600
+
# Default parameters for sugar-plugin-stats package
[sugar-plugin-stats]
# space separated list of RRAs for RRD databases to keep usage statistics
@@ -24,4 +35,4 @@ stats-timeout = 3600
# Default parameters for sugar-plugin-upgrade package
[sugar-plugin-upgrade]
# if more than 0, do regular unattended system update with specified delay in seconds
-upgrade-timeout = 0
+upgrade-timeout = 0