Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ucphhpc/docker-migrid
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbardino committed Mar 26, 2024
2 parents dc271bf + 5632d7f commit 3c10a67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions development.env
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,17 @@ EXTRA_USERPAGE_STYLES=""
# sudo mount /storage-mem/mig_system_run
# NOTE: toggle commenting on next two lines if you have such a tmpfs set up in the given path
#MIG_SYSTEM_RUN=/storage-mem/mig_system_run
MIG_SYSTEM_RUN=state/mig_system_run
MIG_SYSTEM_RUN=${DOCKER_MIGRID_ROOT}/state/mig_system_run

# Which svn repo and version of migrid should be used
#MIG_SVN_REPO=https://svn.code.sf.net/p/migrid/code/trunk
#MIG_SVN_REV=5779
#MIG_SVN_REV=5977

# NOTE: use 'git edge' here for tried and tested python2 version
# Which git repo and version of migrid should be used
MIG_GIT_REPO=https://github.com/ucphhpc/migrid-sync.git
MIG_GIT_BRANCH=edge
#MIG_GIT_REV=f394a4b861b8fb965457cafdcbd94350febfa95b
#MIG_GIT_REV=eae76c147016a95c794b7d4ca04a0ad1ba4b6247
CONTAINER_TAG=":${MIG_GIT_BRANCH}"

# Toggle future Python3 support
Expand Down
2 changes: 1 addition & 1 deletion development_gdp.env
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ EXTRA_USERPAGE_STYLES=""
# sudo mount /storage-mem/mig_system_run
# NOTE: toggle commenting on next two lines if you have such a tmpfs set up in the given path
#MIG_SYSTEM_RUN=/storage-mem/mig_system_run
MIG_SYSTEM_RUN=state/mig_system_run
MIG_SYSTEM_RUN=${DOCKER_MIGRID_ROOT}/state/mig_system_run

# Which svn repo and version of migrid should be used
#MIG_SVN_REPO=https://svn.code.sf.net/p/migrid/code/trunk
Expand Down
2 changes: 1 addition & 1 deletion production.env
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ EXTRA_USERPAGE_STYLES=""
# sudo mount /storage-mem/mig_system_run
# NOTE: toggle commenting on next two lines if you have such a tmpfs set up in the given path
#MIG_SYSTEM_RUN=/storage-mem/mig_system_run
MIG_SYSTEM_RUN=state/mig_system_run
MIG_SYSTEM_RUN=${DOCKER_MIGRID_ROOT}/state/mig_system_run

# Which svn repo and version of migrid should be used
#MIG_SVN_REPO=https://svn.code.sf.net/p/migrid/code/trunk
Expand Down

0 comments on commit 3c10a67

Please sign in to comment.