Skip to content

Commit

Permalink
adding mate buster branch
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Nov 14, 2019
1 parent a0eae41 commit 466ca03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions endpoints.template
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion settings.sh
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 466ca03

Please sign in to comment.