On 10/22/20 7:50 PM, Aleksandra Fedorova wrote:
On Thu, Oct 22, 2020 at 7:41 PM Miro Hrončok <mhron...@redhat.com> wrote:
What is the correct way?

     $ fedpkg build --target=eln

?

Yes. Thank you.

I was sure it has been documented already, but apparently we
documented everything about buildroot, except this part. I'll add it.

Funny. I wanted to use chain-build:


[python3.9 (master)]$ fedpkg chain-build --target=eln python-pip
Could not execute chainbuild: Package python3.9-3.9.0-1.fc34 has already been 
built
Note: You can skip this check with --skip-nvr-check. See help for more info.

[python3.9 (master)]$ fedpkg chain-build --target=eln python-pip 
--skip-nvr-check
fedpkg: error: unrecognized arguments: --skip-nvr-check


So I proceeded to build the packages sequentially:


[python-pip (master)]$ fedpkg build --target=eln
Building python-pip-20.2.2-1.fc34 for eln
...
(this worked fine, because the rawhide build happened with .fc33)

[python3.9 (master)]$ fedpkg build --target=eln
Could not execute build: Package python3.9-3.9.0-1.fc34 has already been built
Note: You can skip this check with --skip-nvr-check. See help for more info.

[python3.9 (master)]$ fedpkg build --target=eln --skip-nvr-check
Building python3.9-3.9.0-1.fc34 for eln
...


Aleksandra, please document the need for --skip-nvr-check when you document 
this.

I'll open a bug for fedpkg about the chain-build problem.


--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to