Skip to content

Commit

Permalink
adding mint mate assets
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Dec 1, 2019
1 parent 69724a4 commit 0b1e2ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ services:

env:
global:
- BRANCH="mint-19.2-xfce"
- BRANCH="mint-19.2-mate"
- GITHUB_ENDPOINT="netbootxyz/ubuntu-squash"
- DEBIAN_FRONTEND="noninteractive"
- BUILD_TYPE="iso_extraction"

branches:
only:
- 'mint-19.2-xfce'
- 'mint-19.2-mate'
if: type != pull_request AND tag IS blank
script:
- |
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:
mint-19-xfce-squash:
mint-19-mate-squash:
path: /ubuntu-squash/releases/download/REPLACE_RELEASE_NAME/
files:
- filesystem.squashfs
os: "mint"
version: "19"
flavor: "xfce"
flavor: "MATE"
kernel: "ubuntu-18.04-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://torrents.linuxmint.com/torrents/linuxmint-REPLACE_VERSION-xfce-64bit.iso.torrent"
URL="https://torrents.linuxmint.com/torrents/linuxmint-REPLACE_VERSION-mate-64bit.iso.torrent"
TYPE=torrent
CONTENTS="\
casper/filesystem.squashfs|filesystem.squashfs"

0 comments on commit 0b1e2ee

Please sign in to comment.