From a9f37bd42dbb7edbbc8366a42d100d2c473d28a1 Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Tue, 31 Oct 2017 10:02:06 +0300 Subject: [PATCH] Update comments in buildpack.sh. --- scripts/buildpack.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/buildpack.sh b/scripts/buildpack.sh index 36781f5..9d0c3eb 100755 --- a/scripts/buildpack.sh +++ b/scripts/buildpack.sh @@ -35,9 +35,10 @@ # and 'sysbench-prereleases' otherwise. # # PACKAGECLOUD_EXTRA_ARGS - extra arguments to pass to the package_cloud -# utility. Empty by default +# utility. Empty by default. Can be used to pass the +# --skip-errors flag to ignore deploy errors. # -# PACKPACK_REPO - packpack repository to use. Defaults to packpack/packpack. +# PACKPACK_REPO - packpack repository to use. Defaults to akopytov/packpack. set -eu