build in new root, upload PACKAGES file at the end
This commit is contained in:
parent
f0af31e5d2
commit
4e24f4e743
1 changed files with 90 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue