-
Notifications
You must be signed in to change notification settings - Fork 26
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
packit: add actions for RPM tests #636
Conversation
dougsland
commented
Oct 27, 2024
- build rpm
- install rpm
- execute setup
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
2 similar comments
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
fb1508c
to
66580a2
Compare
0ce5b94
to
660ca30
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not using make with enabled vars for make ?
and run make once? rpmbuild will generate whatever needed?
eba8ff5
to
e849c2e
Compare
Makefile
Outdated
--exclude='demos' \ | ||
--exclude='.github' \ | ||
--transform s/qm/qm-${VERSION}/ \ | ||
-f $${HOME}/rpmbuild/SOURCES/v${VERSION}.tar.gz ../qm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.../qm is still failing.
Please work with static dir paths.
It is failing on in rpm build and in github actions check
16272cd
to
3cf689c
Compare
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
2 similar comments
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
0450e06
to
97df7d0
Compare
- build rpm - install rpm - execute setup Signed-off-by: Douglas Schilling Landgraf <[email protected]>
@dougsland Hi, I'm from the Packit team and I was wondering, what are you trying to achieve with these changes? I have to admit I don't understand them, and perhaps there is a better way to do what you are trying to do. We are happy to help. |
@nforro very happy to see you back here! Basically:
|
copr is not the right approach, let me try a different approach, thanks to @nforro |