build in new root, upload PACKAGES file at the end

This commit is contained in:
Patrick Schratz 2024-07-26 12:23:52 +02:00
commit 4e24f4e743
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -9,6 +9,7 @@ export(list_metadata_tables)
export(query_metadata_table)
export(set_bin_path)
export(set_codename)
export(upload_package_index)
export(upload_single_binary_to_s3)
import(progressr)
importFrom(DBI,dbConnect)
@ -25,6 +26,7 @@ importFrom(dplyr,group_by)
importFrom(dplyr,n)
importFrom(dplyr,summarise)
importFrom(dplyr,tbl)
importFrom(fs,file_size)
importFrom(future,plan)
importFrom(future.apply,future_mapply)
importFrom(gert,git_config_set)