From f1cada4a56d58ff39415048efc557121742f5313 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Feb 04 2021 13:53:01 +0000 Subject: Freeze dhall-zuul dependency to version 0.5.0 This change prevents failure when the zuul binding is updated. Depends-On: https://pagure.io/fedora-project-config/pull-request/128 --- diff --git a/zuul.d/jobs.dhall b/zuul.d/jobs.dhall index caed587..2b1974a 100644 --- a/zuul.d/jobs.dhall +++ b/zuul.d/jobs.dhall @@ -12,19 +12,16 @@ Install dhall by following https://docs.dhall-lang.org/tutorials/Getting-started Install zuulfmt by running: `python3 -mpip install --user zuulfmt` -} -let Zuul = - ~/git/softwarefactory-project.io/software-factory/dhall-zuul/package.dhall - ? https://softwarefactory-project.io/cgit/software-factory/dhall-zuul/plain/package.dhall +let FZCI = ~/git/pagure.io/fedora-project-config/FZCI.dhall/package.dhall + +let Zuul = FZCI.Zuul -let Prelude = - https://prelude.dhall-lang.org/v17.0.0/package.dhall sha256:10db3c919c25e9046833df897a8ffe2701dc390fa0893d958c3430524be5a43e +let Prelude = FZCI.Prelude let --| When setting a custom prefix, redirect the output to a new file to preserve the existing job definition job-prefix = env:JOB_PREFIX as Text ? "" -let FZCI = ~/git/pagure.io/fedora-project-config/FZCI.dhall/package.dhall - let Branches = FZCI.Branches let Arches = FZCI.Arches