From 9510f08f6eb828aad0fe16a3ee89ad78a86b4ed8 Mon Sep 17 00:00:00 2001 From: Liam Hopkins Date: Thu, 5 Sep 2019 12:48:26 -0700 Subject: bump versions to 20190905 (#842) --- packages/google-compute-engine/packaging/debian/changelog | 6 ++++++ packages/google-compute-engine/packaging/setup_deb.sh | 2 +- packages/google-compute-engine/packaging/setup_rpm.sh | 2 +- packages/python-google-compute-engine/packaging/debian/changelog | 8 ++++++++ packages/python-google-compute-engine/packaging/setup_deb.sh | 2 +- packages/python-google-compute-engine/packaging/setup_rpm.sh | 2 +- 6 files changed, 18 insertions(+), 4 deletions(-) diff --git a/packages/google-compute-engine/packaging/debian/changelog b/packages/google-compute-engine/packaging/debian/changelog index 2c1d458..c9ce87b 100644 --- a/packages/google-compute-engine/packaging/debian/changelog +++ b/packages/google-compute-engine/packaging/debian/changelog @@ -1,3 +1,9 @@ +google-compute-engine (1:20190905.00-g1) stable; urgency=medium + + * Bump version to match python package release. + + -- Google Cloud Team Thu, 05 Sep 2019 12:00:22 -0700 + google-compute-engine (1:20190801.00-g1) stable; urgency=medium * Re-enable boto config and drop writing plugin directory. diff --git a/packages/google-compute-engine/packaging/setup_deb.sh b/packages/google-compute-engine/packaging/setup_deb.sh index 42ef266..06e5f82 100755 --- a/packages/google-compute-engine/packaging/setup_deb.sh +++ b/packages/google-compute-engine/packaging/setup_deb.sh @@ -14,7 +14,7 @@ # limitations under the License. NAME="google-compute-engine" -VERSION="20190801.00" +VERSION="20190905.00" working_dir=${PWD} if [[ $(basename "$working_dir") != $NAME ]]; then diff --git a/packages/google-compute-engine/packaging/setup_rpm.sh b/packages/google-compute-engine/packaging/setup_rpm.sh index 42e9c15..28065e2 100755 --- a/packages/google-compute-engine/packaging/setup_rpm.sh +++ b/packages/google-compute-engine/packaging/setup_rpm.sh @@ -14,7 +14,7 @@ # limitations under the License. NAME="google-compute-engine" -VERSION="20190801.00" +VERSION="20190905.00" rpm_working_dir=/tmp/rpmpackage/${NAME}-${VERSION} working_dir=${PWD} diff --git a/packages/python-google-compute-engine/packaging/debian/changelog b/packages/python-google-compute-engine/packaging/debian/changelog index d169640..ebf225a 100644 --- a/packages/python-google-compute-engine/packaging/debian/changelog +++ b/packages/python-google-compute-engine/packaging/debian/changelog @@ -1,3 +1,11 @@ +python-google-compute-engine (1:20190905.00-g1) stable; urgency=medium + + * Fix setup.py version to be compliant with legacy builds. + * Detect hostname changes. + * Use non-numeric project ID in generated boto.cfg for GSUtil. + + -- Google Cloud Team Thu, 05 Sep 2019 11:08:18 -0700 + python-google-compute-engine (1:20190801.00-g1) stable; urgency=medium * Re-enable boto config and drop writing plugin directory. diff --git a/packages/python-google-compute-engine/packaging/setup_deb.sh b/packages/python-google-compute-engine/packaging/setup_deb.sh index 9dc8306..ed321c8 100755 --- a/packages/python-google-compute-engine/packaging/setup_deb.sh +++ b/packages/python-google-compute-engine/packaging/setup_deb.sh @@ -14,7 +14,7 @@ # limitations under the License. NAME="python-google-compute-engine" -VERSION="20190801.00" +VERSION="20190905.00" working_dir=${PWD} if [[ $(basename "$working_dir") != $NAME ]]; then diff --git a/packages/python-google-compute-engine/packaging/setup_rpm.sh b/packages/python-google-compute-engine/packaging/setup_rpm.sh index f926673..8d5e05d 100755 --- a/packages/python-google-compute-engine/packaging/setup_rpm.sh +++ b/packages/python-google-compute-engine/packaging/setup_rpm.sh @@ -14,7 +14,7 @@ # limitations under the License. NAME="python-google-compute-engine" -VERSION="20190801.00" +VERSION="20190905.00" rpm_working_dir=/tmp/rpmpackage/${NAME}-${VERSION} working_dir=${PWD} -- cgit v1.2.1 From 1fda9db94741a72e1985ab41fc73becdd91a11d1 Mon Sep 17 00:00:00 2001 From: Liam Hopkins Date: Thu, 5 Sep 2019 15:06:17 -0700 Subject: remove deb10 builds (#843) * bump versions to 20190905 * missed version bump --- daisy_workflows/build_deb_packages.sh | 9 +++------ daisy_workflows/build_debian.wf.json | 28 -------------------------- packages/python-google-compute-engine/setup.py | 2 +- 3 files changed, 4 insertions(+), 35 deletions(-) diff --git a/daisy_workflows/build_deb_packages.sh b/daisy_workflows/build_deb_packages.sh index 061b31d..7754a7c 100755 --- a/daisy_workflows/build_deb_packages.sh +++ b/daisy_workflows/build_deb_packages.sh @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +set -e + URL="http://metadata/computeMetadata/v1/instance/attributes" BRANCH="$(curl -f -H Metadata-Flavor:Google ${URL}/github_branch)" @@ -57,12 +59,7 @@ done # Copy the deb and dsc files to the output. cd "${workdir}/output" -# For Debian 10 right now, only copy OS Login package. -if [[ "$(cut -d. -f1