lp:~philroche/ubuntu/+source/google-guest-agent

Owned by Philip Roche
Get this repository:
git clone https://git.launchpad.net/~philroche/ubuntu/+source/google-guest-agent
Only Philip Roche can upload to this repository. If you are Philip Roche please log in for upload directions.

Branches

Name Last Modified Last Commit
feature/ubuntu/mantic-devel-no-start-services-on-upgrade 2023-05-12 12:12:45 UTC
fix: Add --no-stop-on-upgrade for upgrade path

Author: Philip Roche
Author Date: 2023-05-11 11:36:30 UTC

fix: Add --no-stop-on-upgrade for upgrade path

* debian/rules: Add --no-stop-on-upgrade for upgrade path for
  google-startup-scripts.service google-shutdown-scripts.service
  to enforce no stop of these service on package upgrade.
  This has the desired side-effect of not stopping, starting or
  restarting the services as a part of the upgrade.
  Previously an upgrade of the google-guest-agent package would
  restart google-startup-scripts.service and
  google-shutdown-scripts.service which was unexpected and
  if google-shutdown-scripts was performing destructive actions
  then this could cause issues.

  This also removes the confusingly named `--no-restart-on-upgrade`
  option which actually does result in a service restart via the
  service to being stopped in the prerm script and started again in
  the postinst script (LP: #2019089)

ubuntu/mantic-devel 2023-05-11 11:48:50 UTC
fix: Restore --no-stop-on-upgrade for upgrade path

Author: Philip Roche
Author Date: 2023-05-11 11:48:50 UTC

fix: Restore --no-stop-on-upgrade for upgrade path

* debian/rules: Restore --no-stop-on-upgrade for upgrade path for
  google-startup-scripts.service google-shutdown-scripts.service.

  Do not stop service on upgrade. This has the desired side-effect of not
  restarting the service as a part of the upgrade.

  Previously an upgrade of the google-guest-agent package would restart
  google-startup-scripts.service and google-shutdown-scripts.service which was
  unexpected and if google-shutdown-scripts was performing destructive actions
  then this could cause issues. (LP: #2019089)

12 of 2 results
This repository contains Public information 
Everyone can see this information.

Subscribers