test/data: set source epoch for certain pipelines
For selected pipelines, set the source epoch. The date is set to the current updates snapshot date (in epoch).
This commit is contained in:
parent
3cc26444c9
commit
1d193008d4
8 changed files with 12 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
{
|
||||
"runner": "org.osbuild.fedora36",
|
||||
"name": "build",
|
||||
"source-epoch": 1659397331,
|
||||
"stages": [
|
||||
{
|
||||
"type": "org.osbuild.rpm",
|
||||
|
|
@ -379,6 +380,7 @@
|
|||
{
|
||||
"name": "ostree-tree",
|
||||
"build": "name:build",
|
||||
"source-epoch": 1659397331,
|
||||
"stages": [
|
||||
{
|
||||
"type": "org.osbuild.rpm.macros",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue