We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d080eca commit 71cafd0Copy full SHA for 71cafd0
Makefile
@@ -73,7 +73,7 @@ obs-workdir: clean-obs
73
sed -i 's/%%VERSION%%/$(VERSION)/' build/obs/$(OBS_PACKAGE).spec
74
rm build/obs/*.tar.gz
75
tar -cvzf build/obs/$(OBS_PACKAGE)-$(VERSION).tar.gz -C build/obs/$(OBS_PACKAGE) .
76
- .ci/gh_release_to_obs_changeset.py $(REPOSITORY) --author $(AUTHOR) --tag $(VERSION) -f build/obs/$(OBS_PACKAGE).changes
+ .ci/gh_release_to_obs_changeset.py $(REPOSITORY) -a $(AUTHOR) -t $(VERSION) -f build/obs/$(OBS_PACKAGE).changes || true
77
78
obs-commit: obs-workdir
79
cd build/obs; osc addremove
0 commit comments