Skip to content

Commit 6e8d29d

Browse files
committed
adding default eoan flavor
1 parent 9437400 commit 6e8d29d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎.travis.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ services:
77

88
env:
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

1515
branches:
1616
only:
17-
- 'xubuntu-19.10'
17+
- 'ubuntu-default-19.10'
1818
if: type != pull_request AND tag IS blank
1919
script:
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

‎endpoints.template‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
endpoints:
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"

‎settings.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"
22
TYPE=torrent
33
CONTENTS="\
44
casper/filesystem.squashfs|filesystem.squashfs"

0 commit comments

Comments
 (0)