-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add srpm-build to replace tito build #232
Conversation
70629a8
to
fa2a7d6
Compare
192b683
to
378e080
Compare
@evgeni Can you help me understand this error? Coming from pylint but locally the code works.
|
You can ignore that. |
36a05c1
to
3562873
Compare
@evgeni Curious if you had any thoughts. The error is:
I do not see this error locally. As I understand it, the test code copies the source in, and does the git annex add and commit before this would be ran: https://github.com/theforeman/obal/blob/master/tests/test_functional.py#L24 |
3696e9f
to
43f0491
Compare
@evgeni From your experience, since this passes locally, does this look like an issue with how the repository gets set up, my code or version of git annex? |
Most probably the annex version used. Given to this runs on old Ubuntu... You could reconfigure the tests to run on Ubuntu 20.04 (need to explicitly config that, latest still points at 18.04). |
859ecec
to
9bee451
Compare
That did it, thanks @evgeni ! |
f50b6a1
to
f46166d
Compare
I'm sure this could use some cleaning up, and tests. I would appreciate some early feedback.