Skip to content

Commit

Permalink
remove /kits/ refs #462
Browse files Browse the repository at this point in the history
  • Loading branch information
zjttoefs committed May 27, 2016
1 parent 03abef5 commit 1de1045
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jenkins_build
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ if test "${job_name}" = "master branch"; then
make latexpdf
cd build

ls -ld /isis/www/nexus*
rm -fr /isis/www/nexus/doc/html
rm -fr /isis/www/nexus/doc/old
rm -rf /isis/www/nexus/kits

cp -fr html /isis/www/nexus/doc
cp -f latex/nexus.pdf /isis/www/nexus/doc/NeXusManual.pdf

Expand All @@ -36,8 +40,6 @@ if test "${job_name}" = "master branch"; then
cd ..

( cd www; cp -rf * /isis/www/nexus_main )
rm -fr /isis/www/nexus_main/download.nexusformat.org
find /isis/www/nexus* -ls
( cd www/download.nexusformat.org; cp -rf * /isis/www/nexus )

( cd impatient-guide && cp -f _build/latex/NXImpatient.pdf /isis/www/nexus/doc/NXImpatient.pdf && rm -rf /isis/www/nexus/doc/impatient && cp -rf _build/html /isis/www/nexus/doc/impatient )
Expand Down

0 comments on commit 1de1045

Please sign in to comment.