mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
updated projects path
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
62e40902ff
commit
d2fe42acff
1 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
BUILDBOT_PROJECT_PATH="~/projects/buildbot/"
|
BUILDBOT_PROJECT_PATH="$HOME/projects/buildbot/"
|
||||||
|
|
||||||
alias cdb='cd $BUILDBOT_PROJECT_PATH/main'
|
alias cdb='cd $BUILDBOT_PROJECT_PATH/main'
|
||||||
alias cdp='cd $BUILDBOT_PROJECT_PATH'
|
alias cdp='cd $BUILDBOT_PROJECT_PATH'
|
||||||
|
|
@ -83,6 +83,11 @@ function bb_push_with_care()
|
||||||
echo "Press Enter to continue"
|
echo "Press Enter to continue"
|
||||||
read
|
read
|
||||||
git push ssh://android.intel.com/a/buildbot/$project HEAD:platform/buildbot/$branch
|
git push ssh://android.intel.com/a/buildbot/$project HEAD:platform/buildbot/$branch
|
||||||
|
# git push umg HEAD:platform/buildbot/$branch
|
||||||
|
# This requires to have the following configuration in git remote (ex for 'config' project):
|
||||||
|
# umg ssh://gerrit-glb.tl.intel.com/a/buildbot/config (fetch)
|
||||||
|
# umg ssh://gerrit-glb.tl.intel.com/a/buildbot/config (push)
|
||||||
|
#
|
||||||
|
|
||||||
echo "Refreshing repo"
|
echo "Refreshing repo"
|
||||||
echo "Waitin 30s..."
|
echo "Waitin 30s..."
|
||||||
|
|
@ -90,7 +95,7 @@ function bb_push_with_care()
|
||||||
repo sync .
|
repo sync .
|
||||||
|
|
||||||
echo "Display merged:"
|
echo "Display merged:"
|
||||||
git log --pretty=oneline --graph -3 | cat
|
git log --pretty=oneline --graph -3 | cat
|
||||||
}
|
}
|
||||||
|
|
||||||
function bb_start_slaves()
|
function bb_start_slaves()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue