bdcs-0.2.0: Tools for managing a content store of software packages

Copyright(c) 2016-2017 Red Hat Inc.
LicenseLGPL
Maintainerhttps://github.com/weldr
Stabilityalpha
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

BDCS.Signatures

Description

Manage BuildSignatures records in the database. These are used for keeping track of the signatures given to a build at build time. Multiple signatures can be associated with a single Builds record.

Synopsis

Documentation

insertBuildSignatures :: MonadIO m => [BuildSignatures] -> SqlPersistT m [Key BuildSignatures] Source #

Loop over a list of provided BuildSignatures and add them to the database, returning their keys in the same order as the original list.