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

Two branches on same machine get messy #81

Open
dandaka opened this issue May 23, 2017 · 0 comments
Open

Two branches on same machine get messy #81

dandaka opened this issue May 23, 2017 · 0 comments

Comments

@dandaka
Copy link

dandaka commented May 23, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant