From f6fc6e5c28255a60c7d2628c0d814e4f12185b16 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Tue, 8 Nov 2016 17:34:17 +0100 Subject: webdocs: fix config paths and merging Change-Id: Iadb970fba5f5af6ebee10722218ddeb8da717110 Signed-off-by: Stephane Desneux --- conf/AppDefaults.js | 6 +----- conf/_release.yml | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 conf/_release.yml (limited to 'conf') diff --git a/conf/AppDefaults.js b/conf/AppDefaults.js index 5d96ecf..38cd2ad 100644 --- a/conf/AppDefaults.js +++ b/conf/AppDefaults.js @@ -14,20 +14,16 @@ * limitations under the License. */ -var path= require("path"); - // Default config will be: // - completed with default from DOCS_TOOLS/conf/AppDefault.js // - superseaded by ProjectRoot/.config-???.js $HOME/.config-???.js /etc/default/config-???.js + config = { DST_PROD : "build-prod", DST_DEVL : "build-dev", VER_CURRENT: "2.x", - SITE_DIR : "site", - DOCS_TOOLS : "../doctools/webdocs", - PUSH_DEST : "apache@some.sample.server:/srv/www/docs/", CRAWL_PROD : "http://some.sample.server/", diff --git a/conf/_release.yml b/conf/_release.yml deleted file mode 100644 index b490702..0000000 --- a/conf/_release.yml +++ /dev/null @@ -1 +0,0 @@ -latest_docs_version: 2.x -- cgit