Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #3403: Add a SQL migration script for the workflows, and replace t... #30

Merged
merged 2 commits into from Apr 11, 2013
Merged

Fixes #3403: Add a SQL migration script for the workflows, and replace t... #30

merged 2 commits into from Apr 11, 2013

Conversation

Kegeruneku
Copy link

...he autoDeployOnModification property with workflow.enabled

To be merged in master.

Ticket: http://www.rudder-project.org/redmine/issues/3403

…e the autoDeployOnModification property with workflow.enabled
fi

# Replace the old property if applicable
sed -i "s/rudder.autoDeployOnModification=.*/# This variable has been replaced by\n# rudder.workflow.enabled, see below./" rudder-web.properties
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is going to delete the whole "rudder.autoDeployOnModification=." line. You should capture it, and add it again to the final line, like:
+sed -i "s/^(rudder.autoDeployOnModification=.
)$/# This variable has been replaced by\n# rudder.workflow.enabled, see below.\n#\1/" rudder-web.properties

…e the autoDeployOnModification property with workflow.enabled (corrected minor errors)
Kegeruneku pushed a commit that referenced this pull request Apr 11, 2013
…gration_scripts_in_packaging

Fixes #3403: Add a SQL migration script for the workflows, and replace t...
@Kegeruneku Kegeruneku merged commit a402b05 into Normation:master Apr 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants