Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d544a7645 | |||
| e48a882b46 | |||
| 29e097bb8b |
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@ NAME = netoik-cache
|
||||
VERSION = $(shell git describe --abbrev=0)
|
||||
RELEASE = $(shell git rev-parse --short HEAD)
|
||||
ARCH = noarch
|
||||
OWNER = samuel
|
||||
OWNER = netoik
|
||||
SUMMARY = "Netoïk Cache Server"
|
||||
LICENSE = "MIT"
|
||||
URL = "https://git.netoik.io/$(OWNER)/$(NAME)"
|
||||
|
||||
@@ -65,12 +65,12 @@ Some commands to deploy the RPM package on server
|
||||
|
||||
- Show available versions:
|
||||
```shell
|
||||
dnf --showduplicates netoik-cache
|
||||
dnf search --showduplicates netoik-cache
|
||||
```
|
||||
|
||||
- Install or upgrade package:
|
||||
```shell
|
||||
dnf --nogpgcheck --refresh --assumeyes --best install netoik-rp
|
||||
dnf --nogpgcheck --refresh --assumeyes --best install netoik-cache
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user