From 466ca0319659b3077dd1e585028c30d6e95b6ace Mon Sep 17 00:00:00 2001 From: thelamer Date: Thu, 14 Nov 2019 03:52:57 -0800 Subject: [PATCH] adding mate buster branch --- .travis.yml | 6 +++--- endpoints.template | 4 ++-- settings.sh | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 53b7e55..c49a92b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,18 +7,18 @@ services: env: global: - - BRANCH="xfce-10" + - BRANCH="mate-10" - GITHUB_ENDPOINT="netbootxyz/debian-squash" - DEBIAN_FRONTEND="noninteractive" - BUILD_TYPE="iso_extraction" branches: only: - - 'xfce-10' + - 'mate-10' if: type != pull_request AND tag IS blank script: - | - export EXTERNAL_VERSION=$(curl -sfL https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/MD5SUMS | grep 'xfce.iso' | grep -Po "(\d+\.)+\d+") + export EXTERNAL_VERSION=$(curl -sfL https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/MD5SUMS | grep 'mate.iso' | grep -Po "(\d+\.)+\d+") - wget https://raw.githubusercontent.com/netbootxyz/build-pipelines/master/build.sh && chmod +x build.sh - git config --local user.name $GIT_USERNAME - git config --local user.email $GIT_EMAIL diff --git a/endpoints.template b/endpoints.template index b514dfc..3bacdb3 100644 --- a/endpoints.template +++ b/endpoints.template @@ -1,9 +1,9 @@ endpoints: - debian-10-xfce-squash: + debian-10-mate-squash: path: /debian-squash/releases/download/REPLACE_RELEASE_NAME/ files: - filesystem.squashfs os: "debian" version: "10" - flavor: "xfce" + flavor: "mate" kernel: "debian-10-live-kernel" diff --git a/settings.sh b/settings.sh index 94851a6..51b1762 100644 --- a/settings.sh +++ b/settings.sh @@ -1,4 +1,4 @@ -URL="https://cdimage.debian.org/debian-cd/current-live/amd64/bt-hybrid/debian-live-REPLACE_VERSION-amd64-xfce.iso.torrent" +URL="https://cdimage.debian.org/debian-cd/current-live/amd64/bt-hybrid/debian-live-REPLACE_VERSION-amd64-mate.iso.torrent" TYPE=torrent CONTENTS="\ live/filesystem.squashfs|filesystem.squashfs"