From 737219e05fe108bd7de3cb7258d236fb2d7850e5 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sun, 13 Apr 2025 07:55:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4backport=E4=B8=BA=E5=AE=98?= =?UTF-8?q?=E6=96=B9=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../building-deb-tianlu-backport.yml | 27 ++++++++++++++++++- .../configure-building-enviroment.sh | 4 +-- .github/workflows/debian-backports.list | 4 +-- 3 files changed, 30 insertions(+), 5 deletions(-) diff --git a/.github/workflows/building-deb-tianlu-backport.yml b/.github/workflows/building-deb-tianlu-backport.yml index 15301e9..632d0f4 100755 --- a/.github/workflows/building-deb-tianlu-backport.yml +++ b/.github/workflows/building-deb-tianlu-backport.yml @@ -68,4 +68,29 @@ jobs: rootfs-source: https://deb.debian.org/debian/ gxde-codename: bixie gxde-codename-upload: tianlu-bpo - gxde-is-backport: true \ No newline at end of file + gxde-is-backport: true + + + call-loong64-tianlu: + uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master + secrets: inherit + with: + display-name: loong64-tianlu + arch: loong64 + rootfs-codename: sid + rootfs-source: https://deb.debian.org/debian-ports/ + gxde-codename: bixie + gxde-codename-upload: tianlu + gxde-is-backport: true + + call-riscv64-tianlu: + uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master + secrets: inherit + with: + display-name: riscv64-tianlu + arch: riscv64 + rootfs-codename: sid + rootfs-source: https://deb.debian.org/debian/ + gxde-codename: bixie + gxde-codename-upload: tianlu + gxde-is-backport: true diff --git a/.github/workflows/configure-building-enviroment.sh b/.github/workflows/configure-building-enviroment.sh index 6885d17..8e461df 100755 --- a/.github/workflows/configure-building-enviroment.sh +++ b/.github/workflows/configure-building-enviroment.sh @@ -38,7 +38,7 @@ do fi sleep 1 done -apt install dpkg-dev sudo debian-ports-archive-keyring debian-archive-keyring -y +apt install dpkg-dev sudo debian-ports-archive-keyring debian-archive-keyring devscripts -y #neofetch #if [[ `arch` != "x86_64" ]]; then # apt source qemu @@ -58,7 +58,7 @@ apt install dpkg-dev sudo debian-ports-archive-keyring debian-archive-keyring -y # 解包 deepin-desktop-base apt download deepin-desktop-base dpkg -x deepin-desktop-base_*.deb / -if [[ -f /etc/apt/sources.list.d/gxde-os-bpo.list ]]; then +if [[ -f /etc/apt/sources.list.d/debian-backports.list ]]; then dch --bpo "" sed -i "s/~bpo/-bpo/g" debian/changelog fi diff --git a/.github/workflows/debian-backports.list b/.github/workflows/debian-backports.list index fef1182..d3d744e 100644 --- a/.github/workflows/debian-backports.list +++ b/.github/workflows/debian-backports.list @@ -1,2 +1,2 @@ -deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware -# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware \ No newline at end of file +deb https://deb.debian.org/debian/ bookworm-backports main contrib non-free non-free-firmware +# deb-src https://deb.debian.org/debian/ bookworm-backports main contrib non-free non-free-firmware \ No newline at end of file