rebrand!: Antergos NeXT -> Euri Linux

This commit is contained in:
2026-08-21 21:43:47 +02:00
parent 7256fd331a
commit 0cfc149d37
1452 changed files with 599 additions and 597 deletions
+10 -10
View File
@@ -38,13 +38,13 @@ jobs:
- name: Set up repo
run: |
mkdir -p repo/antergos-pkgs/os/x86_64
cp /tmp/pkgout/*.pkg.tar.zst repo/antergos-pkgs/os/x86_64/
mkdir -p repo/euri-pkgs/os/x86_64
cp /tmp/pkgout/*.pkg.tar.zst repo/euri-pkgs/os/x86_64/
- name: Generate repo database
run: |
cd repo/antergos-pkgs/os/x86_64
repo-add antergos-pkgs.db.tar.gz *.pkg.tar.zst
cd repo/euri-pkgs/os/x86_64
repo-add euri-pkgs.db.tar.gz *.pkg.tar.zst
- name: Sign repo database
env:
@@ -56,10 +56,10 @@ jobs:
mkdir -p "$GNUPGHOME" && chmod 700 "$GNUPGHOME"
echo "$SIGNING_KEY" | base64 -d > /tmp/signing-key.gpg
gpg --batch --import /tmp/signing-key.gpg
cd repo/antergos-pkgs/os/x86_64
cd repo/euri-pkgs/os/x86_64
gpg --batch --yes --pinentry-mode loopback --passphrase "$SIGNING_PASSPHRASE" \
--detach-sign --output antergos-pkgs.db.tar.gz.sig antergos-pkgs.db.tar.gz
cp antergos-pkgs.db.tar.gz.sig antergos-pkgs.db.sig
--detach-sign --output euri-pkgs.db.tar.gz.sig euri-pkgs.db.tar.gz
cp euri-pkgs.db.tar.gz.sig euri-pkgs.db.sig
rm -rf "$GNUPGHOME" /tmp/signing-key.gpg
else
@@ -68,8 +68,8 @@ jobs:
- name: Copy to root for flat-URL compat
run: |
cp repo/antergos-pkgs/os/x86_64/*.pkg.tar.zst repo/
cp repo/antergos-pkgs/os/x86_64/antergos-pkgs.db* repo/
cp repo/euri-pkgs/os/x86_64/*.pkg.tar.zst repo/
cp repo/euri-pkgs/os/x86_64/euri-pkgs.db* repo/
- name: Generate index and package list
run: python generate-index.py
@@ -80,7 +80,7 @@ jobs:
run: |
git config user.name "gitea-actions"
git config user.email "actions@antergos-nas.taild4360b.ts.net"
git remote set-url origin "https://git:${GITEA_TOKEN}@antergos-nas.taild4360b.ts.net/Antergos-NeXT/antergos-packages.git"
git remote set-url origin "https://git:${GITEA_TOKEN}@antergos-nas.taild4360b.ts.net/Euri-Linux/euri-packages.git"
git checkout -B repo
git add -f repo
git commit -m "Update packages [skip ci]" || echo "Nothing to commit"