Commit Graph

7 Commits

Author SHA1 Message Date
kolaente
80ecaeb567 fix(ci): sign APT Release files manually instead of via reprepro gpgme
reprepro uses gpgme for signing which fails in CI environments because
gpgme cannot access pinentry. Instead, remove SignWith from the reprepro
distributions config and sign Release files manually with gpg after
reprepro finishes, producing both Release.gpg and InRelease.
2026-04-12 17:32:11 +02:00
kolaente
540beefabc refactor: update reprepro-dist-conf for multi-arch with stable and unstable suites
Update codename from buster to stable, add arm64 and armhf
architectures, pin GPG signing key, and add unstable distribution
for non-release builds.
2026-04-12 12:06:14 +00:00
kolaente
58ebd52520 fix(release): use openrc for alpine (#1016) 2025-06-25 10:40:11 +00:00
kolaente
bc782e68ff Add systemd service file to linux packages 2021-03-28 18:18:58 +02:00
kolaente
7dc2abb8e5 Make the debian repo structure for buster instead of strech 2020-12-18 23:33:23 +01:00
konrad
618353bf95 Use nfpm to build deb, rpm and apk packages (#689)
Cleanup

Update docs for deb

Add building os packages to drone

Add apk packages

Replace version and binlocation strings in nfpm config

Make nfpm config replacable

Fix nfpm config

Add nfpm config

go mod tidy

Add nfpm mage target

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/689
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-10-18 11:41:27 +00:00
konrad
eedc19a49e Build debian packages (#56) 2019-01-21 21:52:26 +00:00