-
Task
-
Resolution: Unresolved
-
Major
-
None
-
amedvede@redhat.com
Original reporter: amedvede@redhat.com
The issue:
Create a clean branching point by freezing Rawhide in Koji and cancelling active builds.
—
-
- Checklist
- [ ] SSH to `koji01` and `koji02` and become root
- [ ] Get `koji-http-toggle.sh` script
- [ ] Block external HTTP submissions:
```
koji-http-toggle.sh block
``` - [ ] Verify block status and confirm external submissions fail
- [ ] List running Rawhide builds:
```
koji list-builds --state=0 --type=rpm | grep fc44 | awk ' {print $1}'
``` - [ ] Cancel all relevant running Rawhide builds