Skip to content

Commit

Permalink
adding kde current assets
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Jan 22, 2020
1 parent 33a7845 commit 185cee9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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-current"
- BRANCH="kde-current"
- GITHUB_ENDPOINT="netbootxyz/manjaro-squash"
- DEBIAN_FRONTEND="noninteractive"
- BUILD_TYPE="initrd_patch"

branches:
only:
- 'xfce-current'
- 'kde-current'
if: type != pull_request AND tag IS blank
script:
- |
export EXTERNAL_VERSION=$(curl -sL https://manjaro.org/download/official/xfce/ |awk -F '(manjaro-xfce-|.iso)' '/manjaro-xfce-/ {print $2;exit}')
export EXTERNAL_VERSION=$(curl -sL https://manjaro.org/download/official/kde/ |awk -F '(manjaro-kde-|.iso)' '/manjaro-kde-/ {print $2;exit}')
- 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
6 changes: 3 additions & 3 deletions endpoints.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
endpoints:
manjaro-xfce-current:
manjaro-kde-current:
path: /manjaro-squash/releases/download/REPLACE_RELEASE_NAME/
files:
- livefs.sfs
Expand All @@ -10,5 +10,5 @@ endpoints:
- vmlinuz
os: "manjaro"
version: "current"
flavor: "xfce"
kernel: "manjaro-xfce-current"
flavor: "kde"
kernel: "manjaro-kde-current"
2 changes: 1 addition & 1 deletion settings.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
URL="https://osdn.net/dl/manjaro/manjaro-xfce-REPLACE_VERSION.iso"
URL="https://osdn.net/dl/manjaro/manjaro-kde-REPLACE_VERSION.iso"
TYPE=file
CONTENTS="\
manjaro/x86_64/livefs.sfs|livefs.sfs
Expand Down

0 comments on commit 185cee9

Please sign in to comment.