Skip to content

Two branches on same machine get messy #81

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).'/');

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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