This commit is contained in:
Patrick Schratz 2024-07-23 23:13:18 +02:00
commit 60a6d81acc
Signed by: pat-s
GPG key ID: 3C6318841EF78925
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,8 @@ export(build_binary_package)
export(build_single_tag)
export(dbcon)
export(install_package_system_dependencies)
export(set_bin_path)
export(set_codename)
export(upload_single_binary_to_s3)
import(progressr)
importFrom(DBI,dbConnect)

View file

@ -1,3 +1,4 @@
#' @export
set_codename <- function(codename) {
if (is.null(codename)) {
if (Sys.info()["sysname"] == "Linux") {
@ -25,6 +26,7 @@ set_codename <- function(codename) {
return(codename)
}
#' @export
set_bin_path <- function(r_version_minor, build_for_minor, local_build_root, codename) {
if (!build_for_minor) {
path <- sprintf(