Compare commits

...
5 Commits
Author SHA1 Message Date
shenmo7192andGitee e450748e92 gxde boot maker
Signed-off-by: shenmo <jifengshenmo@outlook.com>
2024-10-05 11:54:07 +00:00
gfdgd-xi 8393ff7d4e 调整dde-requ为gxde-requ 2024-10-05 13:39:40 +08:00
gfdgd-xi 9174b9be73 更换loong action构建时使用的apt源 2024-10-05 13:35:55 +08:00
gfdgd-xi 8f6fd15352 构建时会git clone tag 2024-10-05 09:38:41 +08:00
gfdgd-xi a4068fbe0c 调整riscv64构建 2024-10-05 09:14:34 +08:00
5 changed files with 20 additions and 14 deletions
+10 -6
View File
@@ -109,7 +109,7 @@ jobs:
sshpass -p "$UPASSWD" ssh $UUSERS@$UHOST -p $UPORT $UPROGRAM $UPATH/$tarName > /dev/null
arm64:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Clone Repository To Get Script
run: |
@@ -208,7 +208,7 @@ jobs:
- name: Configure Base System
run: |
bash .github/workflows/configure-building-enviroment-base-system.sh loong64 unstable $REPOSITORY https://github.com/$GITHUB_REPOSITORY https://mirror.sjtu.edu.cn/debian-ports/
bash .github/workflows/configure-building-enviroment-base-system.sh loong64 unstable $REPOSITORY https://github.com/$GITHUB_REPOSITORY https://deb.debian.org/debian-ports/
- name: Building ${{ GITHUB.repository }}
run: |
@@ -255,20 +255,23 @@ jobs:
- name: Configure Base System
run: |
bash .github/workflows/configure-building-enviroment-base-system.sh riscv64 sid $REPOSITORY https://github.com/$GITHUB_REPOSITORY | true
bash .github/workflows/configure-building-enviroment-base-system.sh riscv64 sid $REPOSITORY https://github.com/$GITHUB_REPOSITORY
- name: Building ${{ GITHUB.repository }}
run: |
env gitPath=$(basename $GITHUB_REPOSITORY) bash .github/workflows/run-command-in-chroot.sh env GO111MODULE=off dpkg-buildpackage -b | true
set +e
env gitPath=$(basename $GITHUB_REPOSITORY) bash .github/workflows/run-command-in-chroot.sh env GO111MODULE=off dpkg-buildpackage -b
- name: Remove Debug Package
run: |
env env gitPath=$(basename $GITHUB_REPOSITORY) bash .github/workflows/run-command-in-chroot.sh rm -rfv ../*dbg*.deb | true
set +e
env env gitPath=$(basename $GITHUB_REPOSITORY) bash .github/workflows/run-command-in-chroot.sh rm -rfv ../*dbg*.deb
- name: Pack tar
run: |
set +e
cd $BOTTLEPATH
sudo tar -cvf ../deb-$(date +%s).tar *.deb | true
sudo tar -cvf ../deb-$(date +%s).tar *.deb
- name: Push
env:
@@ -279,6 +282,7 @@ jobs:
UPROGRAM: ${{ secrets.UPROGRAM }}
UPORT: ${{ secrets.UPORT }}
run: |
set +e
sudo apt update
sudo apt install sshpass -y
mkdir -p ~/.ssh/
@@ -40,8 +40,8 @@ sudo bash .github/workflows/pardus-chroot $bottlePath
sudo chroot $bottlePath apt update
sudo chroot $bottlePath apt full-upgrade -y
sudo chroot $bottlePath apt install git -y
sudo chroot $bottlePath git clone $3 --depth=1
sudo chroot $bottlePath git clone $4 --depth=1
sudo chroot $bottlePath git clone $3 #--depth=1
sudo chroot $bottlePath git clone $4 #--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
@@ -18,7 +18,7 @@ export DEBIAN_FRONTEND=noninteractive # 防止卡 tzdate
echo "deb [trusted=true] https://repo1.gxde.top/gxde-os/tianlu ./" >> /etc/apt/sources.list.d/gxde-os.list
echo "deb [trusted=true] https://repo1.gxde.top/gxde-os/bixie ./" >> /etc/apt/sources.list.d/gxde-os.list
if [[ $(dpkg --print-architecture) == "loong64" ]]; then
echo "deb [trusted=true] http://mirror.sjtu.edu.cn/debian-ports unreleased main" > /etc/apt/sources.list.d/debian-unreleased.list
echo "deb [trusted=true] http://deb.debian.org/debian-ports unreleased main" > /etc/apt/sources.list.d/debian-unreleased.list
fi
for i in {1..8};
do
+4 -3
View File
@@ -1,14 +1,15 @@
gxde (2024.10.04) UNRELEASED; urgency=medium
gxde (2024.10.06) UNRELEASED; urgency=medium
* Add packages
* Add package: gxde-boot-maker
-- gfdgd_xi <3025613752@qq.com> Fri, 04 Oct 2024 09:22:50 +0800
gxde (2024.10.01) UNRELEASED; urgency=medium
* fix 15.14 conponents dependencies
*
-- gfdgd_xi <3025613752@qq.com> Fri, 04 Oct 2024 09:22:50 +0800
-- gfdgd_xi <3025613752@qq.com> Sat, 05 Oct 2024 13:39:12 +0800
gxde (2024.09.01) UNRELEASED; urgency=medium
+3 -2
View File
@@ -23,12 +23,13 @@ Depends: ${misc:Depends},
gxde-picker,
gxde-font-installer,
deepin-movie,
dde-requ,
gxde-requ,
gxde-quick-hash,
gxde-sendbylan,
gxde-dict,
gxde-system-assistant,
spark-store | aptss
spark-store | aptss,
gxde-boot-maker
Description: GXDE New Desktop Environment Extra - Next
This is a meta package depends GXDE New Desktop Envrionment Extra.
.