TYPO3 Flow Base DistributionPackagesApplications

Bug #46052

Must support subcontext

Added by Dominique Feyer over 2 years ago. Updated about 2 years ago.

Status:Resolved Start date:2013-03-05
Priority:Should have Due date:
Assigned To:Dominique Feyer % Done:

100%

Category:-
Target version:-

Description

If we use "Production/Staging" context per ex. we have a subdirectory in the configuration directory, and this directory break the SymlinkConfigurationTask because we use "rm -f Production/*", but should be "rm -Rf Production/*"

Patch is coming

Associated revisions

Revision 1888df72
Added by Dominique Feyer about 2 years ago

[BUGFIX] Sub-contexts are not supported

If using e.g. "Production/Staging" as context a subdirectory in the
configuration directory exists. This directory is now correctly
removed using "rm -Rf Production/*" instead of "rm -f Production/*".
The SymlinkConfigurationTask thus no longer breaks.

Change-Id: I02427a3b2d91ff2ad260f2779ca0d290a1e2e7cc
Fixes: #46052

History

#1 Updated by Gerrit Code Review over 2 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18714

#2 Updated by Gerrit Code Review about 2 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18714

#3 Updated by Karsten Dambekalns about 2 years ago

  • Status changed from New to Under Review
  • Assigned To set to Dominique Feyer

#4 Updated by Karsten Dambekalns about 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF