From b4d6fb95975863f4d84e453d1e366c3c5ca9be9b Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 7 May 2014 12:49:53 -0700 Subject: [PATCH] fix(set_lsb_release): Set default GROUP= from arg again. This makes sure developer builds stick to the developer group. After commit c3d07e94 developer PXE/ISO images would report as 'alpha'. --- build_image | 1 + build_library/set_lsb_release | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_image b/build_image index e850fd32e2..e6cdffa614 100755 --- a/build_image +++ b/build_image @@ -19,6 +19,7 @@ assert_not_root_user DEFAULT_GROUP=developer if [[ ${COREOS_OFFICIAL:-0} -eq 1 ]]; then + # TODO: update to beta, and then stable once those actually exist DEFAULT_GROUP=alpha fi diff --git a/build_library/set_lsb_release b/build_library/set_lsb_release index fd63991cf4..81aeefcbf7 100755 --- a/build_library/set_lsb_release +++ b/build_library/set_lsb_release @@ -59,10 +59,9 @@ COREOS_RELEASE_VERSION=$COREOS_VERSION_STRING COREOS_RELEASE_BOARD=$FLAGS_board EOF -# TODO: update to beta, and then stable once those actually exist sudo_clobber "${ROOT_FS_DIR}/usr/share/coreos/update.conf" <