Skip to content

Commit

Permalink
Fix pinning of git branch for given CoreOS release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudi Chiarito committed Jan 24, 2017
1 parent 18edfe3 commit 8244734
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _container_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ set -e
trap finish exit

emerge-gitclone
. /usr/share/coreos/release
git -C /var/lib/portage/coreos-overlay checkout build-${COREOS_RELEASE_VERSION%%.*}
emerge -${EMERGE_SOURCE_FLAGS}q --jobs 4 --load-average 4 coreos-sources

cd /usr/src/linux
Expand Down

0 comments on commit 8244734

Please sign in to comment.