Commit 0a0acbf9 authored by Vitaly Lipatov's avatar Vitaly Lipatov

allow to set default target branch (via MENV in config)

parent 9ff17256
...@@ -171,8 +171,6 @@ fi ...@@ -171,8 +171,6 @@ fi
[ "$1" = "--help" ] && mygetopts -h [ "$1" = "--help" ] && mygetopts -h
# Build for Sisyphus by default
MENV=SS
if is_gear ; then if is_gear ; then
# Set target according to current branch # Set target according to current branch
set_target_type $(get_type_by_current_branch) set_target_type $(get_type_by_current_branch)
......
...@@ -46,6 +46,9 @@ HASHERARG="" ...@@ -46,6 +46,9 @@ HASHERARG=""
# for use in help as example branch/distro name # for use in help as example branch/distro name
CURRENTBRANCHNAME="M51" CURRENTBRANCHNAME="M51"
# Build for Sisyphus by default
MENV=SS
[ -n "$DEBUG" ] && HASHERARG="-v $HASHERARG" [ -n "$DEBUG" ] && HASHERARG="-v $HASHERARG"
#SSH_KEYFILE=~/.ssh/id_dsa #SSH_KEYFILE=~/.ssh/id_dsa
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment