|
@@ -14,6 +14,8 @@ set -e
|
|
#
|
|
#
|
|
# ... and so on and so forth for the builds created by hack/make/build-deb
|
|
# ... and so on and so forth for the builds created by hack/make/build-deb
|
|
|
|
|
|
|
|
+source "$(dirname "$BASH_SOURCE")/.detect-daemon-osarch"
|
|
|
|
+
|
|
: ${DOCKER_RELEASE_DIR:=$DEST}
|
|
: ${DOCKER_RELEASE_DIR:=$DEST}
|
|
: ${GPG_KEYID:=releasedocker}
|
|
: ${GPG_KEYID:=releasedocker}
|
|
APTDIR=$DOCKER_RELEASE_DIR/apt/repo
|
|
APTDIR=$DOCKER_RELEASE_DIR/apt/repo
|