From 46c0155137839a26fe550deec762207ee4669f48 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Wed, 15 Apr 2026 22:14:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dmeimei=E4=BA=A4=E5=8F=89?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=97=B6=E6=9C=AA=E6=AD=A3=E7=A1=AE=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0meimei=E6=BA=90=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gfdgd_xi <3025613752@qq.com> --- .github/workflows/building-deb-base.yml | 1 + ...nfigure-building-enviroment-base-system.sh | 20 ++----------------- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/.github/workflows/building-deb-base.yml b/.github/workflows/building-deb-base.yml index 76742a4..8b56905 100755 --- a/.github/workflows/building-deb-base.yml +++ b/.github/workflows/building-deb-base.yml @@ -88,6 +88,7 @@ jobs: https://github.com/$GITHUB_REPOSITORY \ ${{ inputs.rootfs-source }} \ ${{ github.ref_name }} \ + ${{ inputs.gxde-codename-upload }} \ $isBackport - name: Building ${{ GITHUB.repository }} diff --git a/.github/workflows/configure-building-enviroment-base-system.sh b/.github/workflows/configure-building-enviroment-base-system.sh index cbd4ce6..ab0f4ca 100755 --- a/.github/workflows/configure-building-enviroment-base-system.sh +++ b/.github/workflows/configure-building-enviroment-base-system.sh @@ -56,7 +56,7 @@ if [[ $? != 0 ]] && [[ $1 == loong64 ]] && [[ $2 != "loongnix" ]]; then sudo mv squashfs-root $bottlePath -v fi sudo bash .github/workflows/pardus-chroot $bottlePath -if [[ $7 == "backport" ]]; then +if [[ $8 == "backport" ]]; then sudo cp -rv .github/workflows/debian-backports.list $bottlePath/etc/apt/sources.list.d sudo mkdir -p $bottlePath/etc/apt/preferences.d/ sudo cp -rv .github/workflows/90bookworm-backports $bottlePath/etc/apt/preferences.d/ @@ -74,22 +74,6 @@ sudo chroot $bottlePath git clone $4 -b $6 #--depth=1 sudo mv $bottlePath/$(basename $3)/.github/workflows/* $bottlePath/$(basename $4)/.github/workflows -v # 修改版本号 #sudo sed -i "s/) UNRELEASED; urgency=medium/~$2) UNRELEASED; urgency=medium/g" $bottlePath/deep-wine-runner-qemu-system/debian/changelog -case $2 in - "trixie") - env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh zhuangzhuang - ;; - "sid") - env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh zhuangzhuang - ;; - "loongnix-stable") - env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh meimei - ;; - "crimson") - env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh hetao - ;; - *) - env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh - ;; -esac +env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh $7 exit 0