mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
new alias for cactus jump
display command line for bb_repo upload (when if want to answer "yes") Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
6d372d6b25
commit
199d7e3048
2 changed files with 7 additions and 22 deletions
|
|
@ -5,6 +5,12 @@ alias cdp='cd $BUILDBOT_PROJECT_PATH'
|
||||||
|
|
||||||
alias c='cactus'
|
alias c='cactus'
|
||||||
alias cj='cactus jump'
|
alias cj='cactus jump'
|
||||||
|
alias cjh='cactus jump home'
|
||||||
|
alias cjw='cactus jump workdir'
|
||||||
|
alias cjc='cactus jump cactus'
|
||||||
|
alias cjt='cactus jump txwebservices'
|
||||||
|
alias cja='cactus jump android'
|
||||||
|
alias cjm='cactus jump metacactus'
|
||||||
|
|
||||||
function bb_env()
|
function bb_env()
|
||||||
{
|
{
|
||||||
|
|
@ -56,6 +62,7 @@ function bb_repo_upload()
|
||||||
A=$(printf -- '%s,' ${REVIEWERS[@]})
|
A=$(printf -- '%s,' ${REVIEWERS[@]})
|
||||||
A=${A%,}
|
A=${A%,}
|
||||||
echo "Reviewers: $A"
|
echo "Reviewers: $A"
|
||||||
|
echo "Cmd: repo upload --cbr --re=$A ."
|
||||||
yes | repo upload --cbr --re=$A .
|
yes | repo upload --cbr --re=$A .
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,22 +0,0 @@
|
||||||
#compdef txw
|
|
||||||
#
|
|
||||||
# this is zsh completion function file.
|
|
||||||
# generated by genzshcomp(ver: 0.5.1)
|
|
||||||
#
|
|
||||||
|
|
||||||
typeset -A opt_args
|
|
||||||
local context state line
|
|
||||||
|
|
||||||
_arguments -s -S \
|
|
||||||
"-h[show this help message and exit]:" \
|
|
||||||
"--help[show this help message and exit]:" \
|
|
||||||
"--debug[Enable debugging output]" \
|
|
||||||
"--quiet[Suppress output]" \
|
|
||||||
"--verbose[Enable additional output]" \
|
|
||||||
"--gerrit_website[Override ~/.txgerrit.conf.yaml option gerrit_website]::GERRIT_WEBSITE:_files" \
|
|
||||||
"--bz_website[Override ~/.txgerrit.conf.yaml option bz_website]::BZ_WEBSITE:_files" \
|
|
||||||
"--artifactory_website[Override ~/.txgerrit.conf.yaml option artifactory_website]::ARTIFACTORY_WEBSITE:_files" \
|
|
||||||
"--auto_proxy[Override ~/.txgerrit.conf.yaml option auto_proxy]::AUTO_PROXY:_files" \
|
|
||||||
"--username[Override ~/.txgerrit.conf.yaml option username]::USERNAME:_files" \
|
|
||||||
"--password[Override ~/.txgerrit.conf.yaml option password atest,artifactory-clean-cache,artifactory-cp} copy artifacts inside the same repository latest copy build artifacts for latest che clean cached version of the given url on all other sites]::PASSWORD:_files" \
|
|
||||||
"*::args:_files"
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue