From 0d750e6a28b10d3bbba29d6ffe0e57dc7d4b6323 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 16 May 2014 17:14:11 -0700 Subject: [PATCH] remove(build_container): Kill catalyst-based container script Never actually used this, new plan is slightly different. --- build_container | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100755 build_container diff --git a/build_container b/build_container deleted file mode 100755 index 104c2d25c6..0000000000 --- a/build_container +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/bash -# -# Copyright (c) 2013 The CoreOS Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -SCRIPT_ROOT=$(dirname $(readlink -f "$0")) -. "${SCRIPT_ROOT}/common.sh" || exit 1 - -TYPE="coreos-buildbot" -FORCE_STAGES="stage4" - -. "${BUILD_LIBRARY_DIR}/catalyst.sh" || exit 1 - -# include upload options -. "${BUILD_LIBRARY_DIR}/release_util.sh" || exit 1 - -## Define the stage4 config template -catalyst_stage4() { -cat <