From 43df426551c78bfbc1f41c5ad0b74e4c45b68a54 Mon Sep 17 00:00:00 2001 From: Sebastian Silva Date: Wed, 18 Sep 2013 11:53:14 +0000 Subject: Settings for easier testing --- diff --git a/etc/sweets.conf b/etc/sweets.conf index b8bb2aa..ff5aa11 100644 --- a/etc/sweets.conf +++ b/etc/sweets.conf @@ -7,6 +7,10 @@ debug = 3 # To upload users' stats to a Sugar Network node, add "stats" plugin. plugins = telepathy proxy sn stats +[webui] +# this is for testing only, allows for easier automatic testing +webui-host = 0.0.0.0 + [blacklist] cpsection = # Standard Shell updater doesn't make sense if Sugar Network is enabled diff --git a/image/common.ini b/image/common.ini index c0f5fbe..919cfb2 100644 --- a/image/common.ini +++ b/image/common.ini @@ -114,7 +114,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-stats, # Useful packages from rpmfusion repository. -- cgit v0.9.1