From 05aaed9a8deaae401bfb88344d1703a617092cf1 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sun, 13 Apr 2025 07:35:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../building-deb-tianlu-backport.yml | 26 +------------------ .../configure-building-enviroment.sh | 5 +++- 2 files changed, 5 insertions(+), 26 deletions(-) diff --git a/.github/workflows/building-deb-tianlu-backport.yml b/.github/workflows/building-deb-tianlu-backport.yml index 59e8765..15301e9 100755 --- a/.github/workflows/building-deb-tianlu-backport.yml +++ b/.github/workflows/building-deb-tianlu-backport.yml @@ -68,28 +68,4 @@ jobs: rootfs-source: https://deb.debian.org/debian/ gxde-codename: bixie gxde-codename-upload: tianlu-bpo - 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-bpo - 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-bpo - gxde-is-backport: true + gxde-is-backport: true \ No newline at end of file diff --git a/.github/workflows/configure-building-enviroment.sh b/.github/workflows/configure-building-enviroment.sh index bbaeecc..6885d17 100755 --- a/.github/workflows/configure-building-enviroment.sh +++ b/.github/workflows/configure-building-enviroment.sh @@ -58,7 +58,10 @@ 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 + dch --bpo "" + sed -i "s/~bpo/-bpo/g" debian/changelog +fi for i in {1..5}; do apt build-dep . -y