Skip to content

Commit 14bd3df

Browse files
committed
Update directories for new mountpoints
1 parent d0d619d commit 14bd3df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.etc/deploy-material.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rsync --archive --exclude="*minified.pdf" --exclude="tut*" --exclude=".*" --exclude="*-sc*.pdf" --verbose ../ judac:/p/project/training2526/common/material/
1+
rsync --archive --exclude="*minified.pdf" --exclude="tut*" --exclude=".*" --exclude="*-sc*.pdf" --verbose ../ judac:/p/project1/training2526/common/material/

.etc/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rsync --archive --exclude="deploy.sh" --exclude="raw/" --exclude="sc2*-titleslides/" --verbose . judac:/p/project/training2526/common/environment/
1+
rsync --archive --exclude="deploy.sh" --exclude="raw/" --exclude="sc2*-titleslides/" --verbose . judac:/p/project1/training2526/common/environment/

.etc/jsccourse-bashrc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
if [ -z "$_JSCCOURSE_ENV_SOURCED" ]; then
1414
project="training2526"
1515

16-
export JSCCOURSE_DIR_GROUP=/p/project/$project
16+
export JSCCOURSE_DIR_GROUP=/p/project1/$project
1717
export JSCCOURSE_DIR_LOCAL=${JSCCOURSE_DIR_LOCAL_BASE:-$HOME}/ISC25-Multi-GPU-Tutorial
1818

1919
export _JSCCOURSE_ENV_SOURCED="$(date)"

0 commit comments

Comments
 (0)