mirror of
https://gitlab.com/packaging/gitea
synced 2024-12-18 08:03:29 +00:00
add label/origin/suite to repo
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
This commit is contained in:
parent
95b3e57504
commit
882c7a05d3
@ -1,3 +1,6 @@
|
|||||||
|
Origin: morph027
|
||||||
|
Suite: gitea
|
||||||
|
Label: gitea
|
||||||
Codename: gitea
|
Codename: gitea
|
||||||
Components: main
|
Components: main
|
||||||
Architectures: amd64 arm64
|
Architectures: amd64 arm64
|
||||||
|
14
README.md
14
README.md
@ -28,3 +28,17 @@ sudo apt-get install gitea morph027-keyring
|
|||||||
```
|
```
|
||||||
systemctl enable --now gitea
|
systemctl enable --now gitea
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Extras
|
||||||
|
|
||||||
|
### unattended-upgrades
|
||||||
|
|
||||||
|
To enable automatic upgrades using `unattended-upgrades`, just add the following config file:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cat > /etc/apt/apt.conf.d/50gitea <<EOF
|
||||||
|
Unattended-Upgrade::Allowed-Origins {
|
||||||
|
"morph027:gitea";
|
||||||
|
};
|
||||||
|
EOF
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user