Skip to content

Commit

Permalink
build: Use git master branches for YIO repos
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed May 3, 2020
1 parent a35dd98 commit a609bc1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ Build all:

yio build

Switch Git branch of remote-software project to develop:
Switch Git branch of remote-software project to a feature branch:

yio remote-software git checkout develop
yio remote-software git checkout feature/foobar

See Git status of remote-os project:

Expand Down
17 changes: 8 additions & 9 deletions docker/yio-image/scripts/yio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@ LINGUIST_LRELEASE=/usr/lib/qt5/bin/lrelease
#=============================================================

GitProjects=(
"https://github.com/YIO-Remote/integration.dock.git,dev"
"https://github.com/YIO-Remote/integration.homey.git,dev"
"https://github.com/YIO-Remote/integration.home-assistant.git,dev"
"https://github.com/YIO-Remote/integration.ir.git,dev"
"https://github.com/YIO-Remote/integration.openhab.git,dev"
"https://github.com/YIO-Remote/integration.openweather.git,dev"
"https://github.com/YIO-Remote/integration.roon.git,develop"
"https://github.com/YIO-Remote/integration.spotify.git,dev"
"https://github.com/YIO-Remote/integration.dock.git,master"
"https://github.com/YIO-Remote/integration.homey.git,master"
"https://github.com/YIO-Remote/integration.home-assistant.git,master"
"https://github.com/YIO-Remote/integration.openhab.git,master"
"https://github.com/YIO-Remote/integration.openweather.git,master"
"https://github.com/YIO-Remote/integration.roon.git,master"
"https://github.com/YIO-Remote/integration.spotify.git,master"
"https://github.com/YIO-Remote/remote-os.git,feature/develop"
"https://github.com/YIO-Remote/remote-software.git,develop"
"https://github.com/YIO-Remote/remote-software.git,master"
"https://github.com/YIO-Remote/web-configurator.git,master"
)

Expand Down

0 comments on commit a609bc1

Please sign in to comment.