Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
try hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdesaulniers committed Nov 10, 2018
1 parent c0aea26 commit 35c79b6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ matrix:
if: type = cron
# stable
# TODO: make cron only
- name: "ARCH=arm64 REPO=4.18"
env: ARCH=arm64 REPO="4.18"
- name: "ARCH=arm64 REPO=4.14"
env: ARCH=arm64 REPO="4.14"
- name: "ARCH=arm64 REPO=4.9"
env: ARCH=arm64 REPO="4.9"
- name: "ARCH=arm64 REPO=4.4"
env: ARCH=arm64 REPO="4.4"
- name: "ARCH=arm64 REPO=4-18"
env: ARCH=arm64 REPO=4.18
- name: "ARCH=arm64 REPO=4-14"
env: ARCH=arm64 REPO=4-14
- name: "ARCH=arm64 REPO=4-9"
env: ARCH=arm64 REPO=4-9
- name: "ARCH=arm64 REPO=4-4"
env: ARCH=arm64 REPO=4-4
compiler: gcc
os: linux
dist: trusty
Expand Down
16 changes: 8 additions & 8 deletions driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ setup_variables() {
echo " Nicknames for trees:"
echo " linux (default)"
echo " linux-next"
echo " 4.18"
echo " 4.14"
echo " 4.9"
echo " 4.4"
echo " 4-18"
echo " 4-14"
echo " 4-9"
echo " 4-4"
echo
echo " Optional parameters:"
echo " -c | --clean:"
Expand Down Expand Up @@ -93,19 +93,19 @@ setup_variables() {
owner=next
tree=linux-next
branch=master ;;
"4.18")
"4-18")
owner=stable
tree=linux
branch=linux-4.18.y ;;
"4.14")
"4-14")
owner=stable
tree=linux
branch=linux-4.14.y ;;
"4.9")
"4-9")
owner=stable
tree=linux
branch=linux-4.9.y ;;
"4.4")
"4-4")
owner=stable
tree=linux
branch=linux-4.4.y ;;
Expand Down

0 comments on commit 35c79b6

Please sign in to comment.