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

ci: add update tests #681

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

Conversation

daipom
Copy link
Contributor

@daipom daipom commented Oct 2, 2024

There is specification difference between DEB and RPM.

At least, there should be tests to clarify the current specification.

The current specification:

  • DEB
    • The service is enabled by default.
    • The service starts automatically after new install.
    • The service starts automatically when it was active OR enabled before update.
  • RPM
    • The service is disabled by default.
    • The service does not start automatically after new install.
    • The service starts automatically only when it was active before update.

@daipom daipom force-pushed the ci-add-update-tests branch 2 times, most recently from e723ea7 to a123910 Compare October 2, 2024 06:06
There is specification difference between DEB and RPM.
At least, there should be tests to clarify the current
specification.

Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
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.

1 participant