Skip to content

Commit

Permalink
templates/rebase: add -v to koji untag-build
Browse files Browse the repository at this point in the history
This will give you some status updates to the screen while it's running.
Otherwise there's not much feedback to the user and you aren't sure if
it's working or not.
  • Loading branch information
dustymabe committed May 23, 2023
1 parent adb3cfd commit ebdfe21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/rebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ If there are any RPMs signed by the old key they'll need to be investigated. May

```
# use xargs so we don't exhaust bash string limit
cat untaglist | xargs -L50 koji untag-build coreos-pool
cat untaglist | xargs -L50 koji untag-build -v coreos-pool
```

- [ ] Now that untagging is done, give a heads up to rpm-ostree developers that N-2 packages have been untagged and that they may need to update their CI compose tests to freeze on a newer FCOS commit.
Expand Down

0 comments on commit ebdfe21

Please sign in to comment.