aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqlite/deploy/add_fixed_output_to_derivations.sql
Commit message (Collapse)AuthorAge
* Store if the derivation is a fixed output derivationChristopher Baines2020-08-26
As this information will come in useful when working out how to handle builds for fixed output derivations. Specifically, I want to make it configurable whether to add builds for fixed output derivations if a build already exists for the output, but the derivation is different. Currently, different fixed output derivations can be ignored but it's not possible to just avoid adding more builds for non fixed output derivations while adding builds when fixed output derivations change. This new information will help enable that.