The new version of pungi installed:
pungi-utils-4.1.17-2.fc25.noarch Thu 20 Jul 2017 02:05:15 PM UTC pungi-4.1.17-2.fc25.noarch Thu 20 Jul 2017 02:05:13 PM UTC
Seems to have broken all of our composes (except rawhide). Here is an error from the two week atomic run:
/tmp/twoweekF26.VPJB9H ~ Cloning into 'pungi-fedora'... Switched to a new branch 'f26' Branch f26 set up to track remote branch f26 from origin. Cloning into 'releng'... /tmp/26.20170723.RPs6 /tmp/twoweekF26.VPJB9H/pungi-fedora Cloning into 'fedora-comps'... /tmp/26.20170723.RPs6/fedora-comps /tmp/26.20170723.RPs6 /tmp/twoweekF26.VPJB9H/pungi-fedora ./update-comps comps-f26.xml Merging translations into comps-f26.xml. CREATED comps-f26.xml /tmp/26.20170723.RPs6 /tmp/twoweekF26.VPJB9H/pungi-fedora /tmp/twoweekF26.VPJB9H/pungi-fedora usage: pungi-koji [-h] (--target-dir PATH | --compose-dir PATH) [--label LABEL] [--no-label] [--supported] [--old-composes PATH] [--debug-mode] --config CONFIG [--skip-phase PHASE] [--just-phase PHASE] [--nightly] [--test] [--ci] [--koji-event ID] [--version] [--notification-script NOTIFICATION_SCRIPT] [--no-latest-link] [--latest-link-status STATUS] [--quiet] pungi-koji: error: unrecognized arguments: RC-20170723.0
This is actually a problem in the nightly script: it adds the label as extra argument. This was originally silently ignored, but after using argparse instead of optparse this is reported as a usage error.
argparse
optparse
This should be fixed in script itself: https://pagure.io/pungi-fedora/pull-request/301
Metadata Update from @lsedlar: - Issue close_status updated to: Invalid - Issue status updated to: Closed (was: Open)
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/pungi/pungi/issues/682
Please continue any further discussion there.