From 09705680371bf6ef30197deb4977172d6763a271 Mon Sep 17 00:00:00 2001 From: Jeremy Raw Date: Fri, 19 Jun 2020 13:01:24 -0400 Subject: [PATCH] small tweaks to make the release build work nicely --- build/config/VE-config-release.yml | 2 +- build/scripts/build-installer-base.R | 1 - build/scripts/build-runtime-packages-bin.R | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build/config/VE-config-release.yml b/build/config/VE-config-release.yml index 50eb442ac..380265ce8 100644 --- a/build/config/VE-config-release.yml +++ b/build/config/VE-config-release.yml @@ -9,7 +9,7 @@ Roots: # Require ve.root and ve.output at a minimum Components: # Where to find wiki components (right here) ve.wiki: Root: ve.installer - Config: build/config/VE-wiki-components.yml + Config: config/VE-wiki-components.yml # Intended to add .md documents as PDFs in the end-user installer. Locations: # "Root" elements are variables defined in "Roots" section diff --git a/build/scripts/build-installer-base.R b/build/scripts/build-installer-base.R index acc36db18..0b806334e 100644 --- a/build/scripts/build-installer-base.R +++ b/build/scripts/build-installer-base.R @@ -16,7 +16,6 @@ build.date <- Sys.Date() ve.zipout <- dirname(ve.runtime) installer.base <- paste0(file.path(ve.zipout,paste0("VE-Runtime-R",this.R,"_",build.date)),".zip") -cat("Base Installer:",installer.base) cat("Building base installer...") owd <- getwd() diff --git a/build/scripts/build-runtime-packages-bin.R b/build/scripts/build-runtime-packages-bin.R index 4101578b8..183d1af42 100644 --- a/build/scripts/build-runtime-packages-bin.R +++ b/build/scripts/build-runtime-packages-bin.R @@ -6,7 +6,7 @@ # If the current platform is Mac, build a repository of mac binary packages # If the current platform is Unix, build a repository of source packages -message ("========== BUILD RUNTIME PACKAGES ( for",ve.build.type,") ==========") +message ("========== BUILD RUNTIME PACKAGES ==========") # Load runtime configuration if ( ! exists("ve.installer" ) ) ve.installer <- getwd()