Skip to content

Commit

Permalink
small tweaks to make the release build work nicely
Browse files Browse the repository at this point in the history
  • Loading branch information
jrawbits committed Jun 19, 2020
1 parent 2ed77e3 commit 0970568
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/config/VE-config-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion build/scripts/build-installer-base.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/build-runtime-packages-bin.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 0970568

Please sign in to comment.