update repo plusing and intel plugin after new env in cactus

This commit is contained in:
Gaetan Semet 2013-11-07 10:09:44 +01:00
commit 9a4e25f460
2 changed files with 13 additions and 4 deletions

View file

@ -3,6 +3,9 @@ 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'
alias c='cactus'
alias cj='cactus jump'
function bb_env() function bb_env()
{ {
BBDIR=$1 BBDIR=$1

View file

@ -54,7 +54,7 @@ _repo()
'prune:Prune (delete) already merged topics' 'prune:Prune (delete) already merged topics'
'push:Push the local branch' 'push:Push the local branch'
'rebase:Rebase local branches on upstream branch' 'rebase:Rebase local branches on upstream branch'
#- 'selfupdate:Update repo to the latest version' 'selfupdate:Update repo to the latest version'
'smartsync:Update working tree to the latest known good revision' 'smartsync:Update working tree to the latest known good revision'
'stage:Stage file(s) for commit' 'stage:Stage file(s) for commit'
'start:Start a new branch for development' 'start:Start a new branch for development'
@ -197,6 +197,12 @@ _repo()
"(-c --command -h --help -v --verbose -p)"{-c,--command}"[Command (and arguments) to execute]" \ "(-c --command -h --help -v --verbose -p)"{-c,--command}"[Command (and arguments) to execute]" \
&& ret=0 && ret=0
;; ;;
(selfupdate)
_arguments : \
"(-h --help)"{-h,--help}"[Show help]" \
"(--no-repo-verif)--no-repo-verif[do not verify repo source code]" \
&& ret=0
;;
*) *)
ret=0 ret=0
esac esac