Project

General

Profile

Actions

Bug #3513

closed

rudder-upgrade.sh uses a broken grep to migrate rudder.autoDeployOnModification

Added by Matthieu CERDA almost 11 years ago. Updated about 9 years ago.

Status:
Released
Priority:
1
Assignee:
Matthieu CERDA
Category:
Packaging
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

rudder-upgrade.sh uses a broken grep to migrate rudder.autoDeployOnModification

    AUTODEPLOY_BOOL=$(grep ^rudder.autoDeployOnModification rudder-web.properties|sed "s/.*=\(.*\)/\1/")

should be

    AUTODEPLOY_BOOL=$(grep ^rudder.autoDeployOnModification /opt/rudder/etc/rudder-web.properties|sed "s/.*=\(.*\)/\1/")
Actions #1

Updated by Matthieu CERDA almost 11 years ago

  • Status changed from 8 to Pending technical review
  • % Done changed from 0 to 100
  • Pull Request set to https://github.com/Normation/rudder-packages/pull/42

PR available, to be reviewed.

Actions #2

Updated by Matthieu CERDA almost 11 years ago

  • Status changed from Pending technical review to Pending release

Applied in changeset commit:4bbd91540deb21827449417de56e649e7d477721.

Actions #3

Updated by Jonathan CLARKE almost 11 years ago

Applied in changeset commit:5d9b460797014b4823e0dca85405e30f0390cdc9.

Actions #4

Updated by Jonathan CLARKE almost 11 years ago

  • Status changed from Pending release to Released
Actions #5

Updated by Benoît PECCATTE about 9 years ago

  • Project changed from 34 to Rudder
  • Category set to Packaging
Actions

Also available in: Atom PDF