Skip to content

Two branches on same machine get messy #81

@dandaka

Description

@dandaka

Now

  1. User has 2 versions of a rep (master and beta)
  2. Updates at the same time
  3. Things get messy, since both updates use same folder

config.php →
define('TMP_DIR', '/tmp/spgd-'.md5(REMOTE_REPOSITORY).'/');

Should be

config.php →
define('TMP_DIR', '/tmp/spgd-'.md5(REMOTE_REPOSITORY+BRANCH).'/');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions