File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ services:
77
88env :
99 global :
10- - BRANCH="xubuntu -19.10"
10+ - BRANCH="ubuntu-default -19.10"
1111 - GITHUB_ENDPOINT="netbootxyz/ubuntu-squash"
1212 - DEBIAN_FRONTEND="noninteractive"
1313 - BUILD_TYPE="iso_extraction"
1414
1515branches :
1616 only :
17- - ' xubuntu -19.10'
17+ - ' ubuntu-default -19.10'
1818if : type != pull_request AND tag IS blank
1919script :
2020 - |
21- export EXTERNAL_VERSION=$(curl -sL http://mirror.us.leaseweb.net/ ubuntu-cdimage/xubuntu/releases/19.10/release /MD5SUMS | cut -c1-8 )
21+ export EXTERNAL_VERSION=$(curl -sL http://releases. ubuntu.com/eoan /MD5SUMS | grep "desktop" | cut -c1-8)
2222 - wget https://raw.githubusercontent.com/netbootxyz/build-pipelines/master/build.sh && chmod +x build.sh
2323 - git config --local user.name $GIT_USERNAME
2424 - git config --local user.email $GIT_EMAIL
Original file line number Diff line number Diff line change 11endpoints:
2- ubuntu-19.10-xfce -squash:
2+ ubuntu-19.10-default -squash:
33 path: /ubuntu-squash/releases/download/REPLACE_RELEASE_NAME/
44 files:
55 - filesystem.squashfs
66 os: "ubuntu"
77 version: "19.10"
8- flavor: "xfce "
8+ flavor: "core "
99 kernel: "ubuntu-19.10-live-kernel"
Original file line number Diff line number Diff line change 1- URL=" https ://torrent .ubuntu.com/xubuntu/releases/ eoan/release/desktop/xubuntu -19.10-desktop-amd64.iso.torrent"
1+ URL=" http ://releases .ubuntu.com/eoan/ubuntu -19.10-desktop-amd64.iso.torrent"
22TYPE=torrent
33CONTENTS=" \
44casper/filesystem.squashfs|filesystem.squashfs"
You can’t perform that action at this time.
0 commit comments