From 99b13c2bd7a90a439cb477b13ca25bf63d0ef1c0 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 15 Nov 2012 16:29:02 +0000 Subject: Move configuration files to their own dir --- 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 -- cgit v0.9.1