Compare commits

...
Author SHA1 Message Date
DragonSlayer_14 25e076ba18 Merge pull request 'Merge dev in testing: Feat: Hebt Version auf 0.1.3 an' (#12) from dev into testing
Testing Build, Publish & Preview Release / Build, Publish Packages (Testing) & Create Preview Release (push) Successful in 1m2s
Reviewed-on: #12
2026-08-24 17:48:03 +00:00
DragonSlayer_14 a0ffe731bf Merge branch 'testing' into dev 2026-08-24 17:47:51 +00:00
DragonSlayer_14 9a2a1730dd Feat: Hebt Version auf 0.1.3 an 2026-08-24 19:47:16 +02:00
DragonSlayer_14 851c863b24 Merge pull request 'Merge dev in testing: Passt Arch-Url an und behebt Fehler, wodurch das Repo zu testing/upload wurde' (#11) from dev into testing
Testing Build, Publish & Preview Release / Build, Publish Packages (Testing) & Create Preview Release (push) Failing after 54s
Reviewed-on: #11
2026-08-24 17:45:33 +00:00
DragonSlayer_14 0d811cfb75 Fix: Entfernt /upload von Arch-Package-Upload-URL 2026-08-24 19:44:25 +02:00
DragonSlayer_14 bd374b95fc Fix: Arch-Repository-Namen in README.md aktualisiert 2026-08-24 19:37:18 +02:00
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
curl -f -s -S -X PUT \
-H "Authorization: token ${TOKEN}" \
--upload-file "$pkg" \
"${GITEA_URL}/api/packages/${REPO_OWNER}/arch/stable/upload"
"${GITEA_URL}/api/packages/${REPO_OWNER}/arch/stable"
done
- name: Create Gitea Release and Upload Assets
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
curl -f -s -S -X PUT \
-H "Authorization: token ${TOKEN}" \
--upload-file "$pkg" \
"${GITEA_URL}/api/packages/${REPO_OWNER}/arch/testing/upload"
"${GITEA_URL}/api/packages/${REPO_OWNER}/arch/testing"
done
- name: Create Gitea Pre-Release and Upload Assets
Generated
+1 -1
View File
@@ -29,7 +29,7 @@ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
[[package]]
name = "docker-update"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"confy",
"libc 1.0.0-alpha.4",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "docker-update"
version = "0.1.2"
version = "0.1.3"
edition = "2024"
authors = ['DragonSlayer_14']
readme = "README.md"
+2 -2
View File
@@ -135,7 +135,7 @@ zypper install docker-update
Füge das Repository in `/etc/pacman.conf` ein:
```ini
[docker-update-stable]
[stable]
SigLevel = Optional TrustAll
Server = https://gitea.creative-dragonslayer.de/api/packages/Linuxapps/arch/stable/x86_64
```
@@ -151,7 +151,7 @@ sudo pacman -Sy docker-update
Füge das Testing-Repository in `/etc/pacman.conf` ein:
```ini
[docker-update-testing]
[testing]
SigLevel = Optional TrustAll
Server = https://gitea.creative-dragonslayer.de/api/packages/Linuxapps/arch/testing/x86_64
```