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

Create changes file if none exists #484

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JanZerebecki
Copy link
Member

This was noticed in a CI generated package with only a _service file, which now fails because I made rpm error when it finds no changes file in Factory.

Fixes: https://bugzilla.suse.com/show_bug.cgi?id=1220540

TarSCM/tasks.py Show resolved Hide resolved
TarSCM/tasks.py Outdated Show resolved Hide resolved
This was noticed in a CI generated package with only a _service file,
which now fails because I made rpm error when it finds no changes file
in Factory.

Fixes: https://bugzilla.suse.com/show_bug.cgi?id=1220540
@JanZerebecki
Copy link
Member Author

Tested manually to work for both cases of existing an non-existing changes file. CI failure unrelated.

@adrianschroeter
Copy link
Member

erm, you always create a changes file now even not wanted?

That won't solve failures where you don't have a changes file on purpose, but build against factory (without any _service).
IMHO you need to solve this on the other side.

@JanZerebecki
Copy link
Member Author

@adrianschroeter This only creates the changes file if it is requested via the option for it.

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

Successfully merging this pull request may close these issues.

4 participants