From d2fe42acff6db2c03a5dc17cc1eee52763083dd5 Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Tue, 29 Oct 2013 15:38:31 +0100 Subject: [PATCH] updated projects path Signed-off-by: Gaetan Semet --- custom/plugins/buildbot_dev/buildbot_dev.plugin.zsh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/custom/plugins/buildbot_dev/buildbot_dev.plugin.zsh b/custom/plugins/buildbot_dev/buildbot_dev.plugin.zsh index d2237abe4..f445eae1c 100644 --- a/custom/plugins/buildbot_dev/buildbot_dev.plugin.zsh +++ b/custom/plugins/buildbot_dev/buildbot_dev.plugin.zsh @@ -1,4 +1,4 @@ -BUILDBOT_PROJECT_PATH="~/projects/buildbot/" +BUILDBOT_PROJECT_PATH="$HOME/projects/buildbot/" alias cdb='cd $BUILDBOT_PROJECT_PATH/main' alias cdp='cd $BUILDBOT_PROJECT_PATH' @@ -83,6 +83,11 @@ function bb_push_with_care() echo "Press Enter to continue" read 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 "Waitin 30s..." @@ -90,7 +95,7 @@ function bb_push_with_care() repo sync . echo "Display merged:" - git log --pretty=oneline --graph -3 | cat + git log --pretty=oneline --graph -3 | cat } function bb_start_slaves()