Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2014-04-24 02:27:40 +0400
committerBryan Drewery <bryan@shatow.net>2014-04-24 02:27:40 +0400
commit9b41e2d747eeef8da2c2812a04a56ae9b2b747c4 (patch)
treefc2b66eef364b9b511006f8cfc169176680e4580 /completions
parentf4a51d899df68d7c181875f273bfc19bd6369117 (diff)
status: Add -b to display builder status, and allow -jzp to filter all builds
!! This breaks existing functionality which always showed the -b output when using -j. This now allows filtering by -j.
Diffstat (limited to 'completions')
-rw-r--r--completions/zsh/_poudriere1
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/zsh/_poudriere b/completions/zsh/_poudriere
index 52b406d3..440e5fad 100644
--- a/completions/zsh/_poudriere
+++ b/completions/zsh/_poudriere
@@ -116,6 +116,7 @@ _testport=(
_status=(
'-a[show all builds, not just currently running]'
+ '-b[show builder details]'
'-B[which build to match on]:buildname'
'-j[run only inside the given jail]::name:_poudriere_jail'
'-l[show logs instead of URL]'