[PR #1016] [MERGED] fix(release): use openrc for alpine #1152

Closed
opened 2025-11-01 21:12:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1016
Author: @kolaente
Created: 6/24/2025
Status: Merged
Merged: 6/25/2025
Merged by: @kolaente

Base: mainHead: codex/make-alpine-package-independent-of-systemd


📝 Commits (2)

📊 Changes

5 files changed (+35 additions, -1 deletions)

View changed files

build/after-install-openrc.sh (+8 -0)
📝 build/after-install.sh (+1 -1)
📝 devenv.nix (+1 -0)
📝 nfpm.yaml (+10 -0)
vikunja.initd (+15 -0)

📄 Description

Resolves https://github.com/go-vikunja/vikunja/issues/557

Summary

  • drop systemd dependency for the apk package
  • provide OpenRC init script and Alpine-specific postinstall

Testing

  • mage lint:fix
  • pnpm lint:fix
  • mage test:feature

https://chatgpt.com/codex/tasks/task_e_685b120af2088322b51dc05f123389c2


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1016 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/24/2025 **Status:** ✅ Merged **Merged:** 6/25/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/make-alpine-package-independent-of-systemd` --- ### 📝 Commits (2) - [`72ccd2f`](https://github.com/go-vikunja/vikunja/commit/72ccd2f8b9618c0552be6c31735cb4f09235aa56) fix(pkg): use openrc for alpine - [`91184e7`](https://github.com/go-vikunja/vikunja/commit/91184e75674625fa04a3486cbdce0d6e7e54a806) fix: nfpm config ### 📊 Changes **5 files changed** (+35 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `build/after-install-openrc.sh` (+8 -0) 📝 `build/after-install.sh` (+1 -1) 📝 `devenv.nix` (+1 -0) 📝 `nfpm.yaml` (+10 -0) ➕ `vikunja.initd` (+15 -0) </details> ### 📄 Description Resolves https://github.com/go-vikunja/vikunja/issues/557 ## Summary - drop systemd dependency for the apk package - provide OpenRC init script and Alpine-specific postinstall ## Testing - `mage lint:fix` - `pnpm lint:fix` - `mage test:feature` ------ https://chatgpt.com/codex/tasks/task_e_685b120af2088322b51dc05f123389c2 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:12:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1152