Run this:
$ fedpkg clone redhat-rpm-config $ cd redhat-rpm-config/ $ centpkg build
You get:
Could not execute build: Branchname: rawhide is not valid
That is good. Now:
$ fedpkg switch-branch f34 $ centpkg build
Could not execute build: unsupported operand type(s) for +: 'NoneType' and 'NoneType'
That is bad.
I think https://git.centos.org/centos/centpkg/pull-request/30 may fix this but it needs some verification.
$ sudo patch -p1 /usr/lib/python3.9/site-packages/centpkg/__init__.py 30.patch patching file /usr/lib/python3.9/site-packages/centpkg/__init__.py patching file /usr/lib/python3.9/site-packages/centpkg/__init__.py $ cd ~/tmp/redhat-rpm-config/ $ git branch * f34 rawhide $ git remote -v origin ssh://churchyard@pkgs.fedoraproject.org/rpms/redhat-rpm-config (fetch) origin ssh://churchyard@pkgs.fedoraproject.org/rpms/redhat-rpm-config (push) $ centpkg build Could not execute build: unsupported operand type(s) for +: 'NoneType' and 'str'
Metadata Update from @tdawson: - Issue tagged with: Bug
Log in to comment on this ticket.