summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Illfelder <illfelder@users.noreply.github.com>2016-06-29 13:58:26 -0700
committerGitHub <noreply@github.com>2016-06-29 13:58:26 -0700
commit696adfba023c573fdf49d33081dfb253c9d7245e (patch)
tree4fbab6c7208927f4ce7ebc66ac29ab18ed3f96d3
parentfe559b0b887a68b91b73438a3262578c5af46bc9 (diff)
downloadgoogle-compute-image-packages-696adfba023c573fdf49d33081dfb253c9d7245e.tar.gz
Replace the old daemon packages in the new guest. (#289)
-rwxr-xr-xgoogle_compute_engine_init/build_packages.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/google_compute_engine_init/build_packages.sh b/google_compute_engine_init/build_packages.sh
index 09dfacc..1d5131f 100755
--- a/google_compute_engine_init/build_packages.sh
+++ b/google_compute_engine_init/build_packages.sh
@@ -47,7 +47,9 @@ function build_distro() {
--license 'Apache Software License' \
--maintainer 'gc-team@google.com' \
--name "${name}" \
+ --replaces 'gce-daemon' \
--replaces 'gce-startup-scripts' \
+ --replaces 'google-compute-daemon' \
--replaces 'google-startup-scripts' \
--rpm-dist "${distro}" \
--url 'https://github.com/GoogleCloudPlatform/compute-image-packages' \