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 cdp='cd $BUILDBOT_PROJECT_PATH'
alias c='cactus'
alias cj='cactus jump'
function bb_env()
{
BBDIR=$1

View file

@ -38,23 +38,23 @@ _repo()
'branch:View current topic branches'
'branches:View current topic branches'
'checkout:Checkout a branch for development'
'checkout-manifest:for every project in a manifest tag file check out the sha1 listed in the file'
'checkout-manifest:for every project in a manifest tag file check out the sha1 listed in the file'
'cherry-pick:Cherry-pick a change.'
'diff:Show changes between commit and working tree'
'download:Download and checkout a change'
'forall:execute command on several project'
'format-patch:build patch sets for each project common to a manifest baseline'
'format-patch:build patch sets for each project common to a manifest baseline'
'grep:Print lines matching a pattern'
'help:Display detailed help on a command'
'init:Initialize repo in the current directory'
# 'info:Get info on the manifest branch, current branch or unmerged branches'
# 'info:Get info on the manifest branch, current branch or unmerged branches'
'list:List projects and their associated directories'
'manifest:Manifest inspection utility'
'overview:Display overview of unmerged project branches'
'prune:Prune (delete) already merged topics'
'push:Push the local 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'
'stage:Stage file(s) for commit'
'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]" \
&& 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
esac