Skip to content

Commit

Permalink
Add missing rose-2019.01 symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmatthews committed Jun 14, 2024
1 parent 20645e5 commit db645ea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ dos2unix -n /vagrant/usr/local/bin/install-rose /usr/local/bin/install-rose
/usr/local/bin/install-cylc8 || error
/usr/local/bin/install-rose --set-default || error
# Set the default to Cylc 7
ln -sf /opt/cylc-7 /opt/cylc
ln -sf cylc-7 /opt/cylc

#### Configure syntax highlighting & bash completion
sudo -u $(logname) mkdir -p /home/vagrant/.local/share/gtksourceview-3.0/language-specs/
Expand Down
2 changes: 1 addition & 1 deletion usr/local/bin/install-cylc7
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ fi
if $set_default; then
echo Setting the default Cylc 7 version to $CYLC_VERSION
rm -f /opt/cylc-7
ln -sf /opt/cylc-$CYLC_VERSION /opt/cylc-7
ln -sf cylc-$CYLC_VERSION /opt/cylc-7
fi
2 changes: 1 addition & 1 deletion usr/local/bin/install-fcm
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ fi
if $set_default; then
echo Setting the default FCM version to $FCM_VERSION
rm -f /opt/fcm
ln -sf /opt/fcm-$FCM_VERSION /opt/fcm
ln -sf fcm-$FCM_VERSION /opt/fcm
fi
3 changes: 2 additions & 1 deletion usr/local/bin/install-rose
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ fi
if $set_default; then
echo Setting the default Rose version to $ROSE_VERSION
rm -f /opt/rose
ln -sf /opt/rose-$ROSE_VERSION /opt/rose
ln -sf rose-$ROSE_VERSION /opt/rose
ln -sf rose-$ROSE_VERSION /opt/rose-2019.01
fi

0 comments on commit db645ea

Please sign in to comment.