Reapply fixed "Don't hardcode the branched number in Bodhi compose repo config" #2485
No reviewers
Labels
No labels
freeze-break-request
post-freeze
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Infrastructure/ansible#2485
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-bodhi-compose-branched-template"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This reverts commit
6d4c6b0be1
, butfixes the problem.
So I think the problem here is that we're actually in a format string. See the handling of
env_suffix
.I would like to fix this more cleanly by dropping the use of
.format
and using this syntax instead:which ought to work and let us use 'normal' templating inside the block, but I am not sure how the whitespace would work out there, and whether however the whitespace ended up would break Bodhi :/ so this is a minimal change instead.
Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/da6592f6ee1f4f978be2a2059c43cef3
+1 looks reasonable to me.
+1 from me
rebased onto
d63afb09d8
rebased onto
d63afb09d8
ok, thats +2, lets go.
Pull-Request has been merged by kevin
Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/e3f7448351d8473da2de1a359d3ecaa0
did you run the check on it? was it ok?
Yeah, ran check then for real, Seemed ok.