Created
July 8, 2016 16:23
-
-
Save dmmfll/c67e55786fe21060d5a2944614731291 to your computer and use it in GitHub Desktop.
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
I have installed Dokku on a Linode instance. | |
To test that Dokku functions as expected, I deployed a sample Rails app from https://github.com/heroku/ruby-rails-sample | |
The Rails app deploys with no problems. | |
I then decided to try deploying a Pelican static site as described in this blog: https://launchbylunch.com/posts/2014/Jan/23/blog-tech-stack/ | |
I used this repo to create my own Pelican site: https://launchbylunch.com/posts/2014/Jan/23/blog-tech-stack/#barebones-pelican-blog | |
I commited all my changes and set my git remote branch and tried `git push dokku master`. | |
I received a | |
To [email protected]:blog | |
1 ! [remote rejected] master -> master (pre-receive hook declined) | |
1033 error: failed to push some refs to '[email protected]:blog' | |
I am rather new to Dokku so the output after turning on dokku trace did not help me. I am posting the output here to try and get some help. | |
I presume the creator of the example Pelican blog had success and something has changed in the meantime. | |
Thank you. | |
Start of trace: | |
+ 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/local/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/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/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 e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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: + git_receive_app blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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=e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[K | |
remote: + [[ ! -d /home/dokku/blog/refs ]][K | |
remote: + dokku git-build blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[K | |
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-build blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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: + for arg in '"$@"'[K | |
remote: + false[K | |
remote: + case "$arg" in[K | |
remote: + local next_index=4[K | |
remote: + return 0[K | |
remote: + args=("$@")[K | |
remote: + [[ git-build =~ ^--.* ]][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-build =~ ^plugin:.* ]][K | |
remote: + [[ -n '' ]][K | |
remote: + dokku_auth git-build blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[K | |
remote: + declare 'desc=executes dokku sub-commands'[K | |
remote: + local PLUGIN_NAME=git-build[K | |
remote: + local PLUGIN_CMD=git-build[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-build[K | |
remote: + [[ /var/lib/dokku/plugins/enabled/git-build == *core-plugins* ]][K | |
remote: + [[ -x /var/lib/dokku/plugins/enabled/git-build/subcommands/default ]][K | |
remote: + [[ -x /var/lib/dokku/plugins/enabled/git-build/subcommands/git-build ]][K | |
remote: + [[ -x /var/lib/dokku/plugins/enabled/git-build/subcommands/git-build ]][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-build blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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_build_cmd git-build blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[K | |
remote: + declare 'desc=lock git-build'[K | |
remote: + local cmd=git-build[K | |
remote: + local APP=blog[K | |
remote: + local APP_BUILD_LOCK=/home/dokku/blog/.build.lock[K | |
remote: + local 'APP_BUILD_LOCK_MSG=blog is currently being deployed or locked. Waiting...'[K | |
remote: ++ flock -n /home/dokku/blog/.build.lock true[K | |
remote: ++ echo 0[K | |
remote: + [[ 0 -ne 0 ]][K | |
remote: + shift 1[K | |
remote: + flock -o /home/dokku/blog/.build.lock dokku git-build-locked blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[K | |
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-build-locked blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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: + for arg in '"$@"'[K | |
remote: + false[K | |
remote: + case "$arg" in[K | |
remote: + local next_index=4[K | |
remote: + return 0[K | |
remote: + args=("$@")[K | |
remote: + [[ git-build-locked =~ ^--.* ]][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-build-locked =~ ^plugin:.* ]][K | |
remote: + [[ -n '' ]][K | |
remote: + dokku_auth git-build-locked blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build-locked blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build-locked blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[K | |
remote: + declare 'desc=executes dokku sub-commands'[K | |
remote: + local PLUGIN_NAME=git-build-locked[K | |
remote: + local PLUGIN_CMD=git-build-locked[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-build-locked[K | |
remote: + [[ /var/lib/dokku/plugins/enabled/git-build-locked == *core-plugins* ]][K | |
remote: + [[ -x /var/lib/dokku/plugins/enabled/git-build-locked/subcommands/default ]][K | |
remote: + [[ -x /var/lib/dokku/plugins/enabled/git-build-locked/subcommands/git-build-locked ]][K | |
remote: + [[ -x /var/lib/dokku/plugins/enabled/git-build-locked/subcommands/git-build-locked ]][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-build-locked blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build-locked blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build-locked blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build-locked blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build-locked blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build-locked blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build-locked blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build-locked blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build-locked blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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-build-locked blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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_build_locked_cmd git-build-locked blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[K | |
remote: + declare 'desc=setup and call git_build_app_repo'[K | |
remote: + local cmd=git-build-locked[K | |
remote: + local APP=blog[K | |
remote: + [[ 3 -ge 3 ]][K | |
remote: + local REF=e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[K | |
remote: + git_build_app_repo blog e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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=e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[K | |
remote: ++ mktemp -d /tmp/dokku_git.XXXX[K | |
remote: + local GIT_BUILD_APP_REPO_TMP_WORK_DIR=/tmp/dokku_git.57w9[K | |
remote: + trap 'rm -rf "$GIT_BUILD_APP_REPO_TMP_WORK_DIR" > /dev/null' RETURN INT TERM EXIT[K | |
remote: + local TMP_TAG=dokku/e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[K | |
remote: + chmod 755 /tmp/dokku_git.57w9[K | |
remote: + unset GIT_DIR GIT_WORK_TREE[K | |
remote: + pushd /tmp/dokku_git.57w9[K | |
remote: + [[ ! -d /home/dokku/blog ]][K | |
remote: + GIT_DIR=/home/dokku/blog[K | |
remote: + git tag -d dokku/e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[K | |
remote: + GIT_DIR=/home/dokku/blog[K | |
remote: + git tag dokku/e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7 e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[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/e0a7247bd0565248edb7ddce5c5a67c4ce57bbf7[K | |
remote: + git reset --hard FETCH_HEAD[K | |
remote: + git submodule update --init --recursive[K | |
remote: + rm -rf /tmp/dokku_git.57w9[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 | |
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 | |
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/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