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

renumber unit files in release #3769

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

bcressey
Copy link
Contributor

@bcressey bcressey commented Feb 7, 2024

Issue number:
N/A

Description of changes:
Defragment the source files for systemd units so that similar units fall within the same numerical range. This has no effect on the final package, but will make it easier to review future edits to the spec.

Testing done:
Extracted RPM contents before and after this commit, to verify that no files went missing and that none were silently replaced with a different source file.

$ mkdir before
$ cd before
$ rpm2cpio ../bottlerocket-release-0.0-0.aarch64.rpm |cpio -idmv
...
$ mkdir after
$ cd after
$ rpm2cpio ../bottlerocket-release-0.0-0.aarch64.rpm |cpio -idmv
...
$ git diff --no-index before after
<no change>

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

Defragment the source files for systemd units so that similar units
fall within the same numerical range. This has no effect on the final
package, but will make it easier to review future edits to the spec.

Signed-off-by: Ben Cressey <[email protected]>
@bcressey bcressey merged commit 673df23 into bottlerocket-os:develop Feb 8, 2024
50 checks passed
@bcressey bcressey deleted the renumber-release-units branch February 8, 2024 17:54
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.

3 participants