Skip to content

Commit

Permalink
Merge pull request moby#20114 from jfrazelle/fix-release-script
Browse files Browse the repository at this point in the history
get os arch for release script
  • Loading branch information
Jess Frazelle committed Feb 11, 2016
2 parents 73ee139 + 26da52d commit 2a64d40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/make/release-deb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ set -e
#
# ... 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}
: ${GPG_KEYID:=releasedocker}
APTDIR=$DOCKER_RELEASE_DIR/apt/repo
Expand Down
2 changes: 2 additions & 0 deletions hack/make/release-rpm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ set -e
#
# ... and so on and so forth for the builds created by hack/make/build-rpm

source "$(dirname "$BASH_SOURCE")/.detect-daemon-osarch"

: ${DOCKER_RELEASE_DIR:=$DEST}
YUMDIR=$DOCKER_RELEASE_DIR/yum/repo
: ${GPG_KEYID:=releasedocker}
Expand Down

0 comments on commit 2a64d40

Please sign in to comment.