update local/ scripts
This commit is contained in:
parent
fcf2b3fed2
commit
2588b2512f
1 changed files with 130 additions and 106 deletions
|
|
@ -1,3 +1,4 @@
|
|||
### Scope: Archive packages that have more than one entry in repository root
|
||||
library(bincraftR)
|
||||
s3fs::s3_file_system(
|
||||
aws_access_key_id = Sys.getenv("AWS_ACCESS_KEY_ID"),
|
||||
|
|
@ -6,8 +7,8 @@ s3fs::s3_file_system(
|
|||
region_name = "eu-central-003",
|
||||
)
|
||||
|
||||
arch = "arm64"
|
||||
os = "jammy"
|
||||
arch = "amd64"
|
||||
os = "noble"
|
||||
|
||||
files <- s3fs::s3_dir_ls(sprintf("devxy-arm64-r-binaries/%s/%s/latest/src/contrib", arch, os))
|
||||
length(unique(sapply(strsplit(basename(files), "_"), function(x) x[1])))
|
||||
|
|
|
|||
Loading…
Reference in a new issue