Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPM build process improvement #91

Open
laeti-tia opened this issue Oct 16, 2020 · 1 comment
Open

RPM build process improvement #91

laeti-tia opened this issue Oct 16, 2020 · 1 comment

Comments

@laeti-tia
Copy link
Member

In the psrpm_build_perl script, when the build machine has been already used to build previous versions of RPM, only the very first src.rpm is picked up by psrpm_mock /home/vagrant/rpmbuild/SRPMS/${PACKAGE}*.src.rpm at line 85. That any other newly build src.rpm present, but listed after the first one will never get build.

We should either clean all the /home/vagrant/rpmbuild/SRPMS/ directory before building the new src.rpm or call psrpm_mock with the exact src.rpm we just built before.

@laeti-tia
Copy link
Member Author

The alternative is to use psrpm_clean_buildenv before any new build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

1 participant