Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-15 16:29:02 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-15 16:29:02 (GMT)
commit99b13c2bd7a90a439cb477b13ca25bf63d0ef1c0 (patch)
tree0b72811b47ceea767d80cf13ad62f35abb440165
parent3d63b2c813c9f00f706d7165195b587892817005 (diff)
Move configuration files to their own dir
-rw-r--r--commands/common.py2
-rw-r--r--config/deps/packages-3.4.json (renamed from scripts/deps/packages-3.4.json)0
-rw-r--r--config/deps/packages-3.6.json (renamed from scripts/deps/packages-3.6.json)0
-rw-r--r--config/deps/prerequisites.json (renamed from scripts/deps/prerequisites.json)0
-rw-r--r--config/deps/sugar-build.json (renamed from scripts/deps/sugar-build.json)0
-rw-r--r--config/deps/sugar-buildtime-3.4.json (renamed from scripts/deps/sugar-buildtime-3.4.json)0
-rw-r--r--config/deps/sugar-buildtime-3.6.json (renamed from scripts/deps/sugar-buildtime-3.6.json)0
-rw-r--r--config/deps/sugar-runtime-3.4.json (renamed from scripts/deps/sugar-runtime-3.4.json)0
-rw-r--r--config/deps/sugar-runtime-3.6.json (renamed from scripts/deps/sugar-runtime-3.6.json)0
-rw-r--r--config/deps/system.json (renamed from scripts/deps/system.json)0
-rw-r--r--config/modules/activities.json (renamed from scripts/modules/activities.json)0
-rw-r--r--config/modules/sugar.json (renamed from scripts/modules/sugar.json)0
-rw-r--r--config/modules/system-3.4.json (renamed from scripts/modules/system-3.4.json)0
-rw-r--r--config/modules/system-3.6.json (renamed from scripts/modules/system-3.6.json)0
14 files changed, 1 insertions, 1 deletions
diff --git a/commands/common.py b/commands/common.py
index 6f676a6..1aff0c5 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -9,7 +9,7 @@ from devbot import system
from devbot import config
def setup():
- config.set_config_dir(os.path.join(base_path, "scripts"))
+ config.set_config_dir(os.path.join(base_path, "config"))
config.set_install_dir(os.path.join(base_path, "install"))
config.set_source_dir(os.path.join(base_path, "source"))
config.set_build_dir(os.path.join(base_path, "build"))
diff --git a/scripts/deps/packages-3.4.json b/config/deps/packages-3.4.json
index 165c62d..165c62d 100644
--- a/scripts/deps/packages-3.4.json
+++ b/config/deps/packages-3.4.json
diff --git a/scripts/deps/packages-3.6.json b/config/deps/packages-3.6.json
index 808d4d0..808d4d0 100644
--- a/scripts/deps/packages-3.6.json
+++ b/config/deps/packages-3.6.json
diff --git a/scripts/deps/prerequisites.json b/config/deps/prerequisites.json
index 63d18f5..63d18f5 100644
--- a/scripts/deps/prerequisites.json
+++ b/config/deps/prerequisites.json
diff --git a/scripts/deps/sugar-build.json b/config/deps/sugar-build.json
index 2f368e7..2f368e7 100644
--- a/scripts/deps/sugar-build.json
+++ b/config/deps/sugar-build.json
diff --git a/scripts/deps/sugar-buildtime-3.4.json b/config/deps/sugar-buildtime-3.4.json
index 4362766..4362766 100644
--- a/scripts/deps/sugar-buildtime-3.4.json
+++ b/config/deps/sugar-buildtime-3.4.json
diff --git a/scripts/deps/sugar-buildtime-3.6.json b/config/deps/sugar-buildtime-3.6.json
index cbe41b9..cbe41b9 100644
--- a/scripts/deps/sugar-buildtime-3.6.json
+++ b/config/deps/sugar-buildtime-3.6.json
diff --git a/scripts/deps/sugar-runtime-3.4.json b/config/deps/sugar-runtime-3.4.json
index 61cc7c1..61cc7c1 100644
--- a/scripts/deps/sugar-runtime-3.4.json
+++ b/config/deps/sugar-runtime-3.4.json
diff --git a/scripts/deps/sugar-runtime-3.6.json b/config/deps/sugar-runtime-3.6.json
index 5ad43eb..5ad43eb 100644
--- a/scripts/deps/sugar-runtime-3.6.json
+++ b/config/deps/sugar-runtime-3.6.json
diff --git a/scripts/deps/system.json b/config/deps/system.json
index f9f70b3..f9f70b3 100644
--- a/scripts/deps/system.json
+++ b/config/deps/system.json
diff --git a/scripts/modules/activities.json b/config/modules/activities.json
index e97a0fc..e97a0fc 100644
--- a/scripts/modules/activities.json
+++ b/config/modules/activities.json
diff --git a/scripts/modules/sugar.json b/config/modules/sugar.json
index bbceb6d..bbceb6d 100644
--- a/scripts/modules/sugar.json
+++ b/config/modules/sugar.json
diff --git a/scripts/modules/system-3.4.json b/config/modules/system-3.4.json
index 9ba12cd..9ba12cd 100644
--- a/scripts/modules/system-3.4.json
+++ b/config/modules/system-3.4.json
diff --git a/scripts/modules/system-3.6.json b/config/modules/system-3.6.json
index 5cbaa6a..5cbaa6a 100644
--- a/scripts/modules/system-3.6.json
+++ b/config/modules/system-3.6.json