Skip to content

Commit

Permalink
support multiple scratch systems
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoely86 committed Oct 27, 2023
1 parent 67e7bef commit 30aaa1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/vscprompt.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fixpathvsc(){
path=$PWD

regex_scratch='^/theia/scratch/brussel/(.*)$'
regex_scratch='^/[^/]+/scratch/brussel/(.*)$'
regex_home='^/vscmnt/'${VSC_INSTITUTE}'_[^/]+/_[^/]*(user|home)_'${VSC_INSTITUTE}'/(.*)$'
regex_data='^/vscmnt/'${VSC_INSTITUTE}'_[^/]+/_[^/]*data_'${VSC_INSTITUTE}'/(.*)$'

Expand Down
4 changes: 3 additions & 1 deletion vsc-profiles-brussel.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: brussel vsc profiles files
Name: vsc-profiles-brussel
Version: 1.40
Version: 1.41
Release: 1
License: GPL
Group: Applications/System
Expand Down Expand Up @@ -42,6 +42,8 @@ rm -rf %{buildroot}


%changelog
* Fri Oct 27 2023 Ward Poelmans <[email protected]>
- Adjust scratch regex to also support rhea scratch
* Fri Sep 29 2023 Alex Domingo <[email protected]>
- Avoid spurious extra colon in MODULEPATH
* Mon Mar 27 2023 Samuel Moors <[email protected]>
Expand Down

0 comments on commit 30aaa1a

Please sign in to comment.