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 Package #1403

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

RPM Package #1403

wants to merge 9 commits into from

Conversation

Fabxx
Copy link
Contributor

@Fabxx Fabxx commented Mar 2, 2023

Fixes #1012
thanks to @SSUPII for help

-Creates a RPM package with github actions.
-Checks if a new version is available by parsing commit number
-Updates the field "Version" in the spec file automatically

@cangarujack

This comment was marked as off-topic.

@@ -0,0 +1,24 @@
name: Xemu RPM
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this done separately instead of being part of the packaging steps in the main CI pipeline? This is also in the wrong directory in any case, so it won't run.

id: rpm
uses: xemu-project/xemu
with:
spec_file: "RPM_package.spec"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this work? I don't think the xemu-project/xemu action exists

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.

RPM package
3 participants