Problem/Motivation

In #3250696: Each stage should have its own staging directory, to avoid filesystem and locking conflicts, we're making every stage have a unique staging directory path. Therefore, PathLocator::getStageDirectory() is kind of useless, since its assumption is that there's one overall staging directory. Let's just remove it and rely on each stage telling us what its staging directory should be.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

phenaproxima created an issue. See original summary.

phenaproxima’s picture

Status: Active » Needs review
tedbow’s picture

Status: Needs review » Reviewed & tested by the community

Looks good!

phenaproxima’s picture

  • phenaproxima committed 6cc69f4 on 8.x-2.x
    Issue #3252097 by phenaproxima, tedbow: Remove PathLocator::...
phenaproxima’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.