From 199d7e304859cb82218f7770745fc25da736395b Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Mon, 18 Nov 2013 19:44:58 +0100 Subject: [PATCH] new alias for cactus jump display command line for bb_repo upload (when if want to answer "yes") Signed-off-by: Gaetan Semet --- .../buildbot_dev/buildbot_dev.plugin.zsh | 7 ++++++ custom/plugins/txw/_txw | 22 ------------------- 2 files changed, 7 insertions(+), 22 deletions(-) delete mode 100644 custom/plugins/txw/_txw diff --git a/custom/plugins/buildbot_dev/buildbot_dev.plugin.zsh b/custom/plugins/buildbot_dev/buildbot_dev.plugin.zsh index 3f26ceecc..8cfdfc15d 100644 --- a/custom/plugins/buildbot_dev/buildbot_dev.plugin.zsh +++ b/custom/plugins/buildbot_dev/buildbot_dev.plugin.zsh @@ -5,6 +5,12 @@ alias cdp='cd $BUILDBOT_PROJECT_PATH' alias c='cactus' 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() { @@ -56,6 +62,7 @@ function bb_repo_upload() A=$(printf -- '%s,' ${REVIEWERS[@]}) A=${A%,} echo "Reviewers: $A" + echo "Cmd: repo upload --cbr --re=$A ." yes | repo upload --cbr --re=$A . } diff --git a/custom/plugins/txw/_txw b/custom/plugins/txw/_txw deleted file mode 100644 index 371e0322a..000000000 --- a/custom/plugins/txw/_txw +++ /dev/null @@ -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"