2 Commits
v0.1.0 ... main

Author SHA1 Message Date
29e097bb8b doc: typo in readme
All checks were successful
Continuous Integration / lint_n_build (push) Successful in 20s
2026-03-15 16:36:42 +01:00
52eb7159ef fix: install unit file
All checks were successful
Continuous Integration / lint_n_build (push) Successful in 17s
Continuous Delivery / build_n_upload (push) Successful in 17s
2026-03-14 01:07:29 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ install: ## Install files into rpm dest (requires env var DESTDIR)
fi
install --mode=755 --directory $(DESTDIR)$(RPM_SYSCONFDIR)/valkey $(DESTDIR)$(RPM_UNITDIR)/valkey.service.d
install --mode=644 --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/valkey files/valkey/netoik_valkey.conf
install --mode=644 --target-directory=$(DESTDIR)$(RPM_UNITDIR) files/systemd/valkey.conf
install --mode=644 --target-directory=$(DESTDIR)$(RPM_UNITDIR)/valkey.service.d files/systemd/valkey.conf
.PHONY: upload
upload: ## Upload rpm package to Gitea repository (requires env var PKG_TOKEN)

View File

@@ -70,7 +70,7 @@ Some commands to deploy the RPM package on server
- Install or upgrade package:
```shell
dnf --nogpgcheck --refresh --assumeyes --best install netoik-rp
dnf --nogpgcheck --refresh --assumeyes --best install netoik-cache
```