20 lines
455 B
R
20 lines
455 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/metadata-build.R
|
|
\name{store_build_metadata}
|
|
\alias{store_build_metadata}
|
|
\title{Stores build metadata of single binary builds in a Postgres DB}
|
|
\usage{
|
|
store_build_metadata(
|
|
package_name,
|
|
tag,
|
|
platform,
|
|
error_occurred,
|
|
force = FALSE,
|
|
error = NA,
|
|
build_duration = NA,
|
|
size = NA
|
|
)
|
|
}
|
|
\description{
|
|
Stores build metadata of single binary builds in a Postgres DB
|
|
}
|