Skip to content

Commit

Permalink
Merge pull request #1930 from subutai-io/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Mike Savochkin authored Jun 24, 2020
2 parents 78e0fc9 + df1a84c commit d58ea74
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
8 changes: 4 additions & 4 deletions build_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ echo "$BRANCH"

export PATH=$QTBINPATH:$PATH

git checkout -- .
git pull
git checkout $BRANCH
git pull origin $BRANCH
#git checkout -- .
#git pull
#git checkout $BRANCH
#git pull origin $BRANCH

mkdir -p /usr/local/opt/libssh2/lib/
mkdir -p /usr/local/lib/
Expand Down
4 changes: 4 additions & 0 deletions build_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,7 @@ if "%APPVEYOR_REPO_BRANCH%" == "head" (
if "%APPVEYOR_REPO_BRANCH%" == "HEAD" (
copy "C:\SRC\SubutaiTraySetup\SubutaiTraySetup\Release\SubutaiControlCenter.msi" "C:\SRC\control-center\subutai_control_center_bin\subutai-control-center.msi"
)

if "%APPVEYOR_REPO_TAG%" == "true" (
copy "C:\SRC\SubutaiTraySetup\SubutaiTraySetup\Release\SubutaiControlCenter.msi" "C:\SRC\control-center\subutai_control_center_bin\subutai-control-center.msi"
)
11 changes: 2 additions & 9 deletions pack_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ cp SubutaiControlCenter_osx ../../../.

cd $TRAYDIR

PKGNAME="subutai-control-center.pkg"
PKGNAME="subutai-control-center-unsigned.pkg"
PKGNAME_S="subutai-control-center.pkg"
case $BRANCH in
dev)
PKGNAME="subutai-control-center-dev-unsigned.pkg"
Expand All @@ -19,14 +20,6 @@ case $BRANCH in
PKGNAME="subutai-control-center-master-unsigned.pkg"
PKGNAME_S="subutai-control-center-master.pkg"
;;
head)
PKGNAME="subutai-control-center-unsigned.pkg"
PKGNAME_S="subutai-control-center.pkg"
;;
HEAD)
PKGNAME="subutai-control-center.pkg"
PKGNAME_S="subutai-control-center.pkg"
;;
esac

cd darwin-packages/
Expand Down

0 comments on commit d58ea74

Please sign in to comment.