package_by_host_data: ingest dcf files for a package

View source: R/package_by_host_data.R

package_by_host_dataR Documentation

ingest dcf files for a package

Description

ingest dcf files for a package

Usage

package_by_host_data(
  afpath,
  host = "nebbiolo2",
  summary_types = c("install", "buildsrc", "checksrc", "buildbin"),
  read.dcf.silent = TRUE
)

Arguments

afpath

an element of an artifact_folder_paths instance

host

character(1) host used in BBS

summary_types

character() defaults to 'c("install", "buildsrc", "checksrc", "buildbin")'

read.dcf.silent

logical(1) defaults to TRUE, otherwise bad DCF or build will emit error note

Examples

af = make_demo_ArtifSet()
ho = slot(af, "hostnames")
pbh = package_by_host_data(tail(paths(af),1), host=ho[2])
pbh
package_by_host_data(head(paths(af),1), host=ho[2])

vjcitn/bbsBuildArtifacts documentation built on Aug. 6, 2023, 2:06 p.m.