Created
July 9, 2016 18:53
-
-
Save dmmfll/e55c676175792bef4178b9ef2b341479 to your computer and use it in GitHub Desktop.
output_from_push_after_upgrade
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ case "$(lsb_release -si)" in | |
++ lsb_release -si | |
+ export DOKKU_DISTRO=ubuntu | |
+ DOKKU_DISTRO=ubuntu | |
+ export DOKKU_IMAGE=gliderlabs/herokuish | |
+ DOKKU_IMAGE=gliderlabs/herokuish | |
+ export DOKKU_LIB_ROOT=/var/lib/dokku | |
+ DOKKU_LIB_ROOT=/var/lib/dokku | |
+ export PLUGIN_PATH=/var/lib/dokku/plugins | |
+ PLUGIN_PATH=/var/lib/dokku/plugins | |
+ export PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available | |
+ PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available | |
+ export PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled | |
+ PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled | |
+ export PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins | |
+ PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins | |
+ export PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available | |
+ PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available | |
+ export PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled | |
+ PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled | |
+ export DOKKU_API_VERSION=1 | |
+ DOKKU_API_VERSION=1 | |
+ export DOKKU_NOT_IMPLEMENTED_EXIT=10 | |
+ DOKKU_NOT_IMPLEMENTED_EXIT=10 | |
+ export DOKKU_VALID_EXIT=0 | |
+ DOKKU_VALID_EXIT=0 | |
+ export DOKKU_LOGS_DIR=/var/log/dokku | |
+ DOKKU_LOGS_DIR=/var/log/dokku | |
+ export DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log | |
+ DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log | |
+ export DOKKU_CONTAINER_LABEL=dokku | |
+ DOKKU_CONTAINER_LABEL=dokku | |
+ export DOKKU_GLOBAL_RUN_ARGS=--label=dokku | |
+ DOKKU_GLOBAL_RUN_ARGS=--label=dokku | |
+ source /var/lib/dokku/core-plugins/available/common/functions | |
++ set -eo pipefail | |
++ [[ -n 1 ]] | |
++ set -x | |
+ parse_args git-receive-pack ''\''blog'\''' | |
+ declare 'desc=top-level cli arg parser' | |
+ local next_index=1 | |
+ local skip=false | |
+ args=("$@") | |
+ local args | |
+ for arg in '"$@"' | |
+ false | |
+ case "$arg" in | |
+ local next_index=2 | |
+ for arg in '"$@"' | |
+ false | |
+ case "$arg" in | |
+ local next_index=3 | |
+ return 0 | |
+ args=("$@") | |
+ [[ git-receive-pack =~ ^--.* ]] | |
+ has_tty | |
+ declare 'desc=return 0 if we have a tty' | |
++ /usr/bin/tty | |
++ true | |
+ [[ not a tty == \n\o\t\ \a\ \t\t\y ]] | |
+ return 1 | |
+ DOKKU_QUIET_OUTPUT=1 | |
++ id -un | |
+ [[ dokku != \d\o\k\k\u ]] | |
++ id -un | |
+ [[ dokku != \r\o\o\t ]] | |
+ [[ git-receive-pack =~ ^plugin:.* ]] | |
+ [[ -n git-receive-pack 'blog' ]] | |
+ export -n SSH_ORIGINAL_COMMAND | |
+ [[ git-receive-pack =~ config-* ]] | |
+ [[ git-receive-pack =~ docker-options* ]] | |
+ set -f | |
+ /usr/bin/dokku git-receive-pack ''\''blog'\''' | |
+ case "$(lsb_release -si)" in | |
++ lsb_release -si | |
+ export DOKKU_DISTRO=ubuntu | |
+ DOKKU_DISTRO=ubuntu | |
+ export DOKKU_IMAGE=gliderlabs/herokuish | |
+ DOKKU_IMAGE=gliderlabs/herokuish | |
+ export DOKKU_LIB_ROOT=/var/lib/dokku | |
+ DOKKU_LIB_ROOT=/var/lib/dokku | |
+ export PLUGIN_PATH=/var/lib/dokku/plugins | |
+ PLUGIN_PATH=/var/lib/dokku/plugins | |
+ export PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available | |
+ PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available | |
+ export PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled | |
+ PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled | |
+ export PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins | |
+ PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins | |
+ export PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available | |
+ PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available | |
+ export PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled | |
+ PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled | |
+ export DOKKU_API_VERSION=1 | |
+ DOKKU_API_VERSION=1 | |
+ export DOKKU_NOT_IMPLEMENTED_EXIT=10 | |
+ DOKKU_NOT_IMPLEMENTED_EXIT=10 | |
+ export DOKKU_VALID_EXIT=0 | |
+ DOKKU_VALID_EXIT=0 | |
+ export DOKKU_LOGS_DIR=/var/log/dokku | |
+ DOKKU_LOGS_DIR=/var/log/dokku | |
+ export DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log | |
+ DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log | |
+ export DOKKU_CONTAINER_LABEL=dokku | |
+ DOKKU_CONTAINER_LABEL=dokku | |
+ export DOKKU_GLOBAL_RUN_ARGS=--label=dokku | |
+ DOKKU_GLOBAL_RUN_ARGS=--label=dokku | |
+ source /var/lib/dokku/core-plugins/available/common/functions | |
++ set -eo pipefail | |
++ [[ -n 1 ]] | |
++ set -x | |
+ parse_args git-receive-pack ''\''blog'\''' | |
+ declare 'desc=top-level cli arg parser' | |
+ local next_index=1 | |
+ local skip=false | |
+ args=("$@") | |
+ local args | |
+ for arg in '"$@"' | |
+ false | |
+ case "$arg" in | |
+ local next_index=2 | |
+ for arg in '"$@"' | |
+ false | |
+ case "$arg" in | |
+ local next_index=3 | |
+ return 0 | |
+ args=("$@") | |
+ [[ git-receive-pack =~ ^--.* ]] | |
+ has_tty | |
+ declare 'desc=return 0 if we have a tty' | |
++ /usr/bin/tty | |
++ true | |
+ [[ not a tty == \n\o\t\ \a\ \t\t\y ]] | |
+ return 1 | |
+ DOKKU_QUIET_OUTPUT=1 | |
++ id -un | |
+ [[ dokku != \d\o\k\k\u ]] | |
++ id -un | |
+ [[ dokku != \r\o\o\t ]] | |
+ [[ git-receive-pack =~ ^plugin:.* ]] | |
+ [[ -n '' ]] | |
+ dokku_auth git-receive-pack ''\''blog'\''' | |
+ declare 'desc=calls user-auth plugin trigger' | |
+ export SSH_USER=dokku | |
+ SSH_USER=dokku | |
+ export SSH_NAME=dmmmd | |
+ SSH_NAME=dmmmd | |
+ plugn trigger user-auth dokku dmmmd git-receive-pack ''\''blog'\''' | |
+ source /var/lib/dokku/core-plugins/available/common/functions | |
++ set -eo pipefail | |
++ [[ -n 1 ]] | |
++ set -x | |
+ [[ ! -n '' ]] | |
+ return 0 | |
+ case "$1" in | |
+ execute_dokku_cmd git-receive-pack ''\''blog'\''' | |
+ declare 'desc=executes dokku sub-commands' | |
+ local PLUGIN_NAME=git-receive-pack | |
+ local PLUGIN_CMD=git-receive-pack | |
+ local implemented=0 | |
+ local script | |
+ argv=("$@") | |
+ local argv | |
+ case "$PLUGIN_NAME" in | |
++ readlink -f /var/lib/dokku/plugins/enabled/git-receive-pack | |
+ [[ /var/lib/dokku/plugins/enabled/git-receive-pack == *core-plugins* ]] | |
+ [[ -x /var/lib/dokku/plugins/enabled/git-receive-pack/subcommands/default ]] | |
+ [[ -x /var/lib/dokku/plugins/enabled/git-receive-pack/subcommands/git-receive-pack ]] | |
+ [[ -x /var/lib/dokku/plugins/enabled/git-receive-pack/subcommands/git-receive-pack ]] | |
+ [[ 0 -eq 0 ]] | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/00_dokku-standard/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/20_events/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/apps/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/certs/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/checks/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/config/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/docker-options/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/domains/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/enter/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/git/commands git-receive-pack ''\''blog'\''' | |
+ source /var/lib/dokku/plugins/available/git/functions | |
++ set -eo pipefail | |
++ [[ -n 1 ]] | |
++ set -x | |
++ source /var/lib/dokku/core-plugins/available/common/functions | |
+++ set -eo pipefail | |
+++ [[ -n 1 ]] | |
+++ set -x | |
++ source /var/lib/dokku/plugins/available/apps/functions | |
+++ set -eo pipefail | |
+++ [[ -n 1 ]] | |
+++ set -x | |
+++ source /var/lib/dokku/core-plugins/available/common/functions | |
++++ set -eo pipefail | |
++++ [[ -n 1 ]] | |
++++ set -x | |
+++ source /var/lib/dokku/plugins/available/config/functions | |
++++ set -eo pipefail | |
++++ [[ -n 1 ]] | |
++++ set -x | |
++++ source /var/lib/dokku/core-plugins/available/common/functions | |
+++++ set -eo pipefail | |
+++++ [[ -n 1 ]] | |
+++++ set -x | |
++ source /var/lib/dokku/plugins/available/config/functions | |
+++ set -eo pipefail | |
+++ [[ -n 1 ]] | |
+++ set -x | |
+++ source /var/lib/dokku/core-plugins/available/common/functions | |
++++ set -eo pipefail | |
++++ [[ -n 1 ]] | |
++++ set -x | |
+ case "$1" in | |
+ git_glob_cmd git-receive-pack ''\''blog'\''' | |
+ declare 'desc=catch-all for any other git-* commands' | |
+ local 'cmd=git-*' | |
++ sed 's/^\///g' | |
++ sed 's/\\'\''/'\''/g' | |
++ perl -pe 's/(?<!\\)'\''//g' | |
++ echo ''\''blog'\''' | |
+ local APP=blog | |
+ local APP_PATH=/home/dokku/blog | |
+ [[ git-receive-pack == \g\i\t\-\r\e\c\e\i\v\e\-\p\a\c\k ]] | |
+ [[ ! -d /home/dokku/blog/refs ]] | |
+ [[ git-receive-pack == \g\i\t\-\r\e\c\e\i\v\e\-\p\a\c\k ]] | |
+ local 'args=git-receive-pack '\''/home/dokku/blog'\''' | |
+ git-shell -c 'git-receive-pack '\''/home/dokku/blog'\''' | |
remote: + case "$(lsb_release -si)" in[K | |
remote: ++ lsb_release -si[K | |
remote: + export DOKKU_DISTRO=ubuntu[K | |
remote: + DOKKU_DISTRO=ubuntu[K | |
remote: + export DOKKU_IMAGE=gliderlabs/herokuish[K | |
remote: + DOKKU_IMAGE=gliderlabs/herokuish[K | |
remote: + export DOKKU_LIB_ROOT=/var/lib/dokku[K | |
remote: + DOKKU_LIB_ROOT=/var/lib/dokku[K | |
remote: + export PLUGIN_PATH=/var/lib/dokku/plugins[K | |
remote: + PLUGIN_PATH=/var/lib/dokku/plugins[K | |
remote: + export PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available[K | |
remote: + PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available[K | |
remote: + export PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled[K | |
remote: + PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled[K | |
remote: + export PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins[K | |
remote: + PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins[K | |
remote: + export PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available[K | |
remote: + PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available[K | |
remote: + export PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled[K | |
remote: + PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled[K | |
remote: + export DOKKU_API_VERSION=1[K | |
remote: + DOKKU_API_VERSION=1[K | |
remote: + export DOKKU_NOT_IMPLEMENTED_EXIT=10[K | |
remote: + DOKKU_NOT_IMPLEMENTED_EXIT=10[K | |
remote: + export DOKKU_VALID_EXIT=0[K | |
remote: + DOKKU_VALID_EXIT=0[K | |
remote: + export DOKKU_LOGS_DIR=/var/log/dokku[K | |
remote: + DOKKU_LOGS_DIR=/var/log/dokku[K | |
remote: + export DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log[K | |
remote: + DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log[K | |
remote: + export DOKKU_CONTAINER_LABEL=dokku[K | |
remote: + DOKKU_CONTAINER_LABEL=dokku[K | |
remote: + export DOKKU_GLOBAL_RUN_ARGS=--label=dokku[K | |
remote: + DOKKU_GLOBAL_RUN_ARGS=--label=dokku[K | |
remote: + source /var/lib/dokku/core-plugins/available/common/functions[K | |
remote: ++ set -eo pipefail[K | |
remote: ++ [[ -n 1 ]][K | |
remote: ++ set -x[K | |
remote: + parse_args git-hook blog[K | |
remote: + declare 'desc=top-level cli arg parser'[K | |
remote: + local next_index=1[K | |
remote: + local skip=false[K | |
remote: + args=("$@")[K | |
remote: + local args[K | |
remote: + for arg in '"$@"'[K | |
remote: + false[K | |
remote: + case "$arg" in[K | |
remote: + local next_index=2[K | |
remote: + for arg in '"$@"'[K | |
remote: + false[K | |
remote: + case "$arg" in[K | |
remote: + local next_index=3[K | |
remote: + return 0[K | |
remote: + args=("$@")[K | |
remote: + [[ git-hook =~ ^--.* ]][K | |
remote: + has_tty[K | |
remote: + declare 'desc=return 0 if we have a tty'[K | |
remote: ++ /usr/bin/tty[K | |
remote: ++ true[K | |
remote: + [[ not a tty == \n\o\t\ \a\ \t\t\y ]][K | |
remote: + return 1[K | |
remote: + DOKKU_QUIET_OUTPUT=1[K | |
remote: ++ id -un[K | |
remote: + [[ dokku != \d\o\k\k\u ]][K | |
remote: ++ id -un[K | |
remote: + [[ dokku != \r\o\o\t ]][K | |
remote: + [[ git-hook =~ ^plugin:.* ]][K | |
remote: + [[ -n '' ]][K | |
remote: + dokku_auth git-hook blog[K | |
remote: + declare 'desc=calls user-auth plugin trigger'[K | |
remote: + export SSH_USER=dokku[K | |
remote: + SSH_USER=dokku[K | |
remote: + export SSH_NAME=dmmmd[K | |
remote: + SSH_NAME=dmmmd[K | |
remote: + plugn trigger user-auth dokku dmmmd git-hook blog[K | |
remote: + source /var/lib/dokku/core-plugins/available/common/functions[K | |
remote: ++ set -eo pipefail[K | |
remote: ++ [[ -n 1 ]][K | |
remote: ++ set -x[K | |
remote: + [[ ! -n '' ]][K | |
remote: + return 0[K | |
remote: + case "$1" in[K | |
remote: + execute_dokku_cmd git-hook blog[K | |
remote: + declare 'desc=executes dokku sub-commands'[K | |
remote: + local PLUGIN_NAME=git-hook[K | |
remote: + local PLUGIN_CMD=git-hook[K | |
remote: + local implemented=0[K | |
remote: + local script[K | |
remote: + argv=("$@")[K | |
remote: + local argv[K | |
remote: + case "$PLUGIN_NAME" in[K | |
remote: ++ readlink -f /var/lib/dokku/plugins/enabled/git-hook[K | |
remote: + [[ /var/lib/dokku/plugins/enabled/git-hook == *core-plugins* ]][K | |
remote: + [[ -x /var/lib/dokku/plugins/enabled/git-hook/subcommands/default ]][K | |
remote: + [[ -x /var/lib/dokku/plugins/enabled/git-hook/subcommands/git-hook ]][K | |
remote: + [[ -x /var/lib/dokku/plugins/enabled/git-hook/subcommands/git-hook ]][K | |
remote: + [[ 0 -eq 0 ]][K | |
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'[K | |
remote: + set +e[K | |
remote: + /var/lib/dokku/plugins/enabled/00_dokku-standard/commands git-hook blog[K | |
remote: + exit_code=10[K | |
remote: + set -e[K | |
remote: + [[ 10 -eq 10 ]][K | |
remote: + continue[K | |
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'[K | |
remote: + set +e[K | |
remote: + /var/lib/dokku/plugins/enabled/20_events/commands git-hook blog[K | |
remote: + exit_code=10[K | |
remote: + set -e[K | |
remote: + [[ 10 -eq 10 ]][K | |
remote: + continue[K | |
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'[K | |
remote: + set +e[K | |
remote: + /var/lib/dokku/plugins/enabled/apps/commands git-hook blog[K | |
remote: + exit_code=10[K | |
remote: + set -e[K | |
remote: + [[ 10 -eq 10 ]][K | |
remote: + continue[K | |
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'[K | |
remote: + set +e[K | |
remote: + /var/lib/dokku/plugins/enabled/certs/commands git-hook blog[K | |
remote: + exit_code=10[K | |
remote: + set -e[K | |
remote: + [[ 10 -eq 10 ]][K | |
remote: + continue[K | |
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'[K | |
remote: + set +e[K | |
remote: + /var/lib/dokku/plugins/enabled/checks/commands git-hook blog[K | |
remote: + exit_code=10[K | |
remote: + set -e[K | |
remote: + [[ 10 -eq 10 ]][K | |
remote: + continue[K | |
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'[K | |
remote: + set +e[K | |
remote: + /var/lib/dokku/plugins/enabled/config/commands git-hook blog[K | |
remote: + exit_code=10[K | |
remote: + set -e[K | |
remote: + [[ 10 -eq 10 ]][K | |
remote: + continue[K | |
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'[K | |
remote: + set +e[K | |
remote: + /var/lib/dokku/plugins/enabled/docker-options/commands git-hook blog[K | |
remote: + exit_code=10[K | |
remote: + set -e[K | |
remote: + [[ 10 -eq 10 ]][K | |
remote: + continue[K | |
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'[K | |
remote: + set +e[K | |
remote: + /var/lib/dokku/plugins/enabled/domains/commands git-hook blog[K | |
remote: + exit_code=10[K | |
remote: + set -e[K | |
remote: + [[ 10 -eq 10 ]][K | |
remote: + continue[K | |
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'[K | |
remote: + set +e[K | |
remote: + /var/lib/dokku/plugins/enabled/enter/commands git-hook blog[K | |
remote: + exit_code=10[K | |
remote: + set -e[K | |
remote: + [[ 10 -eq 10 ]][K | |
remote: + continue[K | |
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'[K | |
remote: + set +e[K | |
remote: + /var/lib/dokku/plugins/enabled/git/commands git-hook blog[K | |
remote: + source /var/lib/dokku/plugins/available/git/functions[K | |
remote: ++ set -eo pipefail[K | |
remote: ++ [[ -n 1 ]][K | |
remote: ++ set -x[K | |
remote: ++ source /var/lib/dokku/core-plugins/available/common/functions[K | |
remote: +++ set -eo pipefail[K | |
remote: +++ [[ -n 1 ]][K | |
remote: +++ set -x[K | |
remote: ++ source /var/lib/dokku/plugins/available/apps/functions[K | |
remote: +++ set -eo pipefail[K | |
remote: +++ [[ -n 1 ]][K | |
remote: +++ set -x[K | |
remote: +++ source /var/lib/dokku/core-plugins/available/common/functions[K | |
remote: ++++ set -eo pipefail[K | |
remote: ++++ [[ -n 1 ]][K | |
remote: ++++ set -x[K | |
remote: +++ source /var/lib/dokku/plugins/available/config/functions[K | |
remote: ++++ set -eo pipefail[K | |
remote: ++++ [[ -n 1 ]][K | |
remote: ++++ set -x[K | |
remote: ++++ source /var/lib/dokku/core-plugins/available/common/functions[K | |
remote: +++++ set -eo pipefail[K | |
remote: +++++ [[ -n 1 ]][K | |
remote: +++++ set -x[K | |
remote: ++ source /var/lib/dokku/plugins/available/config/functions[K | |
remote: +++ set -eo pipefail[K | |
remote: +++ [[ -n 1 ]][K | |
remote: +++ set -x[K | |
remote: +++ source /var/lib/dokku/core-plugins/available/common/functions[K | |
remote: ++++ set -eo pipefail[K | |
remote: ++++ [[ -n 1 ]][K | |
remote: ++++ set -x[K | |
remote: + case "$1" in[K | |
remote: + git_hook_cmd git-hook blog[K | |
remote: + declare 'desc=kick off receive-app trigger from git prereceive hook'[K | |
remote: + local cmd=git-hook[K | |
remote: + local APP=blog[K | |
remote: + local oldrev newrev refname[K | |
remote: + read -r oldrev newrev refname[K | |
remote: + [[ refs/heads/master = \r\e\f\s\/\h\e\a\d\s\/\m\a\s\t\e\r ]][K | |
remote: + plugn trigger receive-app blog c3b7574593284431f4a7cbdf7f353c4ba92df300[K | |
remote: + source /var/lib/dokku/core-plugins/available/common/functions[K | |
remote: ++ set -eo pipefail[K | |
remote: ++ [[ -n 1 ]][K | |
remote: ++ set -x[K | |
remote: + [[ ! -n '' ]][K | |
remote: + source /var/lib/dokku/core-plugins/available/common/functions[K | |
remote: ++ set -eo pipefail[K | |
remote: ++ [[ -n 1 ]][K | |
remote: ++ set -x[K | |
remote: + source /var/lib/dokku/plugins/available/git/functions[K | |
remote: ++ set -eo pipefail[K | |
remote: ++ [[ -n 1 ]][K | |
remote: ++ set -x[K | |
remote: ++ source /var/lib/dokku/core-plugins/available/common/functions[K | |
remote: +++ set -eo pipefail[K | |
remote: +++ [[ -n 1 ]][K | |
remote: +++ set -x[K | |
remote: ++ source /var/lib/dokku/plugins/available/apps/functions[K | |
remote: +++ set -eo pipefail[K | |
remote: +++ [[ -n 1 ]][K | |
remote: +++ set -x[K | |
remote: +++ source /var/lib/dokku/core-plugins/available/common/functions[K | |
remote: ++++ set -eo pipefail[K | |
remote: ++++ [[ -n 1 ]][K | |
remote: ++++ set -x[K | |
remote: +++ source /var/lib/dokku/plugins/available/config/functions[K | |
remote: ++++ set -eo pipefail[K | |
remote: ++++ [[ -n 1 ]][K | |
remote: ++++ set -x[K | |
remote: ++++ source /var/lib/dokku/core-plugins/available/common/functions[K | |
remote: +++++ set -eo pipefail[K | |
remote: +++++ [[ -n 1 ]][K | |
remote: +++++ set -x[K | |
remote: ++ source /var/lib/dokku/plugins/available/config/functions[K | |
remote: +++ set -eo pipefail[K | |
remote: +++ [[ -n 1 ]][K | |
remote: +++ set -x[K | |
remote: +++ source /var/lib/dokku/core-plugins/available/common/functions[K | |
remote: ++++ set -eo pipefail[K | |
remote: ++++ [[ -n 1 ]][K | |
remote: ++++ set -x[K | |
remote: + git_receive_app blog c3b7574593284431f4a7cbdf7f353c4ba92df300[K | |
remote: + declare 'desc=git receive-app plugin trigger'[K | |
remote: + local trigger=git_receive_app[K | |
remote: + local APP=blog[K | |
remote: + local REV=c3b7574593284431f4a7cbdf7f353c4ba92df300[K | |
remote: + [[ ! -d /home/dokku/blog/refs ]][K | |
remote: + acquire_app_deploy_lock blog exclusive[K | |
remote: + declare 'desc=acquire advisory lock for use in git/tar deploys'[K | |
remote: + local APP=blog[K | |
remote: + verify_app_name blog[K | |
remote: + declare 'desc=verify app name format and app existence'[K | |
remote: + local APP=blog[K | |
remote: + [[ ! -n blog ]][K | |
remote: + [[ ! blog =~ ^[a-z].* ]][K | |
remote: + [[ ! -d /home/dokku/blog ]][K | |
remote: + return 0[K | |
remote: + local LOCK_TYPE=exclusive[K | |
remote: + local APP_DEPLOY_LOCK_FD=200[K | |
remote: + local APP_DEPLOY_LOCK_FILE=/home/dokku/blog/.deploy.lock[K | |
remote: + local 'LOCK_WAITING_MSG=blog is currently being deployed. Waiting...'[K | |
remote: + local 'LOCK_FAILED_MSG=blog is currently being deployed. Exiting...'[K | |
remote: + local SHOW_MSG=true[K | |
remote: + eval 'exec 200>/home/dokku/blog/.deploy.lock'[K | |
remote: ++ exec[K | |
remote: + [[ exclusive == \w\a\i\t\i\n\g ]][K | |
remote: + flock -n 200[K | |
remote: + git_build blog c3b7574593284431f4a7cbdf7f353c4ba92df300[K | |
remote: + declare 'desc=setup and call git_build_app_repo'[K | |
remote: + local APP=blog[K | |
remote: + [[ 2 -ge 2 ]][K | |
remote: + local REF=c3b7574593284431f4a7cbdf7f353c4ba92df300[K | |
remote: + git_build_app_repo blog c3b7574593284431f4a7cbdf7f353c4ba92df300[K | |
remote: + declare 'desc=builds local git app repo for app'[K | |
remote: + verify_app_name blog[K | |
remote: + declare 'desc=verify app name format and app existence'[K | |
remote: + local APP=blog[K | |
remote: + [[ ! -n blog ]][K | |
remote: + [[ ! blog =~ ^[a-z].* ]][K | |
remote: + [[ ! -d /home/dokku/blog ]][K | |
remote: + return 0[K | |
remote: + local APP=blog[K | |
remote: + local REV=c3b7574593284431f4a7cbdf7f353c4ba92df300[K | |
remote: ++ mktemp -d /tmp/dokku_git.XXXX[K | |
remote: + local GIT_BUILD_APP_REPO_TMP_WORK_DIR=/tmp/dokku_git.TYID[K | |
remote: + trap 'rm -rf "$GIT_BUILD_APP_REPO_TMP_WORK_DIR" > /dev/null' RETURN INT TERM EXIT[K | |
remote: + local TMP_TAG=dokku/c3b7574593284431f4a7cbdf7f353c4ba92df300[K | |
remote: + chmod 755 /tmp/dokku_git.TYID[K | |
remote: + unset GIT_DIR GIT_WORK_TREE[K | |
remote: + pushd /tmp/dokku_git.TYID[K | |
remote: + [[ ! -d /home/dokku/blog ]][K | |
remote: + GIT_DIR=/home/dokku/blog[K | |
remote: + git tag -d dokku/c3b7574593284431f4a7cbdf7f353c4ba92df300[K | |
remote: + GIT_DIR=/home/dokku/blog[K | |
remote: + git tag dokku/c3b7574593284431f4a7cbdf7f353c4ba92df300 c3b7574593284431f4a7cbdf7f353c4ba92df300[K | |
remote: + git init[K | |
remote: + git config advice.detachedHead false[K | |
remote: + git remote add origin /home/dokku/blog[K | |
remote: + git fetch --depth=1 origin refs/tags/dokku/c3b7574593284431f4a7cbdf7f353c4ba92df300[K | |
remote: + git reset --hard FETCH_HEAD[K | |
remote: + git submodule update --init --recursive[K | |
remote: + rm -rf /tmp/dokku_git.TYID[K | |
remote: + exit_code=1[K | |
remote: + set -e[K | |
remote: + [[ 1 -eq 10 ]][K | |
remote: + implemented=1[K | |
remote: + [[ 1 -ne 0 ]][K | |
remote: + exit 1[K | |
+ exit_code=0 | |
+ set -e | |
+ [[ 0 -eq 10 ]] | |
+ implemented=1 | |
+ [[ 0 -ne 0 ]] | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/logs/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/nginx-vhosts/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/plugin/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/postgres/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/proxy/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/ps/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/repo/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/shell/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/storage/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/tags/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ for script in '$PLUGIN_ENABLED_PATH/*/commands' | |
+ set +e | |
+ /var/lib/dokku/plugins/enabled/tar/commands git-receive-pack ''\''blog'\''' | |
+ exit_code=10 | |
+ set -e | |
+ [[ 10 -eq 10 ]] | |
+ continue | |
+ [[ 1 -eq 0 ]] | |
+ set +f | |
+ exit 0 | |
To [email protected]:blog | |
! [remote rejected] master -> master (pre-receive hook declined) | |
error: failed to push some refs to '[email protected]:blog' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment