Skip to content
Snippets Groups Projects
Commit 996c8f19 authored by Alexander van Amesfoort's avatar Alexander van Amesfoort
Browse files

Task #8691: Dragnet deploy & activate scripts: force svn export in case last...

Task #8691: Dragnet deploy & activate scripts: force svn export in case last run failed to rm exported script
parent 42f06e50
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# Preferably run as lofarbuild. It can write in /opt/lofar_versions/, but it also needs to own the symlink. # Preferably run as lofarbuild. It can write in /opt/lofar_versions/, but it also needs to own the symlink.
# #
# Jenkins shell command: # Jenkins shell command:
# svn export https://svn.astron.nl/LOFAR/trunk/SubSystems/Dragnet/scripts/LOFAR-Dragnet-activate.sh && \ # svn export --force https://svn.astron.nl/LOFAR/trunk/SubSystems/Dragnet/scripts/LOFAR-Dragnet-activate.sh && \
# ./LOFAR-Dragnet-activate.sh "$LOFAR_SVN_TAG" && \ # ./LOFAR-Dragnet-activate.sh "$LOFAR_SVN_TAG" && \
# rm LOFAR-Dragnet-activate.sh # rm LOFAR-Dragnet-activate.sh
# #
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
# - install new module env file into /etc/modulefiles/lofar/ # - install new module env file into /etc/modulefiles/lofar/
# #
# Jenkins shell command: # Jenkins shell command:
# svn export https://svn.astron.nl/LOFAR/trunk/SubSystems/Dragnet/scripts/LOFAR-Dragnet-deploy.sh && \ # svn export --force https://svn.astron.nl/LOFAR/trunk/SubSystems/Dragnet/scripts/LOFAR-Dragnet-deploy.sh && \
# ./LOFAR-Dragnet-deploy.sh "$LOFAR_SVN_TAG" && \ # ./LOFAR-Dragnet-deploy.sh "$LOFAR_SVN_TAG" && \
# rm LOFAR-Dragnet-deploy.sh # rm LOFAR-Dragnet-deploy.sh
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment