diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 2bab721..507fab0 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -6,13 +6,13 @@ skip_clone: true matrix: include: - PLATFORM: redhat-9 - BLOCK: 18537:21000 + BLOCK: 19706:21169 - PLATFORM: redhat-8 - BLOCK: 18508:21000 + BLOCK: 19674:21169 - PLATFORM: ubuntu-2404 - BLOCK: 19121:21000 + BLOCK: 20076:21169 - PLATFORM: ubuntu-2204 - BLOCK: 19121:21000 + BLOCK: 20076:21169 steps: - name: 'Build binaries (${PLATFORM}: ${BLOCK})' secrets: [red_hat_dev_pw, aws_access_key_id, aws_secret_access_key, pgpass, git_ro_token, GITHUB_PAT] diff --git a/R/update-packages.R b/R/update-packages.R index 2f56e55..355fb53 100644 --- a/R/update-packages.R +++ b/R/update-packages.R @@ -3,9 +3,9 @@ #' Packages which got removed from CRAN can be deleted by setting `prune = TRUE`. #' Argument `interval` allows to specify a range which should be processed. #' -#' @export #' @importFrom dplyr bind_rows #' @importFrom purrr walk2 +#' @export update_packages <- function( package_name, tag, diff --git a/man/update_packages.Rd b/man/update_packages.Rd index 5f47a7c..21764d4 100644 --- a/man/update_packages.Rd +++ b/man/update_packages.Rd @@ -10,7 +10,14 @@ update_packages( platform = platform, local_clone_dir, interval = lubridate::today(), - prune = TRUE + prune = TRUE, + build_for_minor = FALSE, + codename = NULL, + r_minor_version = NULL, + local_build_root = ".", + endpoint = "https://s3.eu-central-003.backblazeb2.com", + region = "eu-central-003", + bucket = "devxy-arm64-r-binaries" ) } \description{