mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 05:26:37 +08:00
调整backport为官方源
This commit is contained in:
@@ -68,4 +68,29 @@ jobs:
|
|||||||
rootfs-source: https://deb.debian.org/debian/
|
rootfs-source: https://deb.debian.org/debian/
|
||||||
gxde-codename: bixie
|
gxde-codename: bixie
|
||||||
gxde-codename-upload: tianlu-bpo
|
gxde-codename-upload: tianlu-bpo
|
||||||
gxde-is-backport: true
|
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
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ do
|
|||||||
fi
|
fi
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
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
|
#neofetch
|
||||||
#if [[ `arch` != "x86_64" ]]; then
|
#if [[ `arch` != "x86_64" ]]; then
|
||||||
# apt source qemu
|
# apt source qemu
|
||||||
@@ -58,7 +58,7 @@ apt install dpkg-dev sudo debian-ports-archive-keyring debian-archive-keyring -y
|
|||||||
# 解包 deepin-desktop-base
|
# 解包 deepin-desktop-base
|
||||||
apt download deepin-desktop-base
|
apt download deepin-desktop-base
|
||||||
dpkg -x deepin-desktop-base_*.deb /
|
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 ""
|
dch --bpo ""
|
||||||
sed -i "s/~bpo/-bpo/g" debian/changelog
|
sed -i "s/~bpo/-bpo/g" debian/changelog
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware
|
deb https://deb.debian.org/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
|
# deb-src https://deb.debian.org/debian/ bookworm-backports main contrib non-free non-free-firmware
|
||||||
Reference in New Issue
Block a user