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:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-09-19 15:27:25 +0400
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-09-19 15:27:25 +0400
commit54a5228a5d6714a1e21b837bba1843f338075caa (patch)
tree3bca935a312aa7abaa38cd04fbafe160efc20a0a /src/poudriere.sh
parent9b7f116a124fb410677db81b9c8af23a36b88572 (diff)
Remove pbi subcommand, it never founds its public and was never finished
Diffstat (limited to 'src/poudriere.sh')
-rwxr-xr-xsrc/poudriere.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/poudriere.sh b/src/poudriere.sh
index 5849ec4c..36151bc2 100755
--- a/src/poudriere.sh
+++ b/src/poudriere.sh
@@ -50,9 +50,6 @@ case ${CMD} in
cron)
exec env -i PATH=${PATH} /bin/sh ${POUDRIEREPREFIX}/cron.sh
;;
- pbi)
- exec env -i PATH=${PATH} /bin/sh ${POUDRIEREPREFIX}/pbi.sh $@
- ;;
options)
exec env -i TERM=${SAVED_TERM} PATH=${PATH} /bin/sh ${POUDRIEREPREFIX}/options.sh $@
;;