Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pegasus-isi
ACME-Workflow
Commits
0ea46a79
Commit
0ea46a79
authored
Jan 27, 2015
by
Juve, Gideon
Browse files
Update archive script
parent
a9690b97
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/acme-archive.sh
View file @
0ea46a79
...
@@ -38,6 +38,9 @@ fi
...
@@ -38,6 +38,9 @@ fi
CASE
=
$(
./xmlquery CASE
-valonly
-silent
)
CASE
=
$(
./xmlquery CASE
-valonly
-silent
)
RUNDIR
=
$(
./xmlquery RUNDIR
-valonly
-silent
)
RUNDIR
=
$(
./xmlquery RUNDIR
-valonly
-silent
)
RUNDIR
=
$(
cd
$RUNDIR
&&
pwd
)
RUNDIR
=
$(
cd
$RUNDIR
&&
pwd
)
DIR
=
$(
pwd
)
tar
-czv
-f
${
CASE
}
.stage
${
STAGE
}
.tar.gz
-C
$RUNDIR
${
CASE
}
.
*
cd
$RUNDIR
touch
outputs_to_ignore
tar
-czv
-f
$DIR
/
${
CASE
}
.stage
${
STAGE
}
.tar.gz
-X
outputs_to_ignore
${
CASE
}
.
*
ls
${
CASE
}
.
*
>
outputs_to_ignore
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment