Skip to content

Commit

Permalink
Merge pull request #90 from rlcee/update_231012
Browse files Browse the repository at this point in the history
skip fermiapp in tarball, move default tarball to /srv/mu2e/data
  • Loading branch information
rlcee authored Oct 12, 2023
2 parents 910334b + 509d444 commit b7ce0b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/museTarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ usageMuseTarball() {
Make a tarball, ready to be submitted to the grid. All locally built
products are tarred, areas on cvmfs are linked. The tarball defaults to
/mu2e/data/users/\$USER/museTarball/tmp.dir/Code.tar.bz2
/srv/mu2e/data/users/\$USER/museTarball/tmp.dir/Code.tar.bz2
<global options>
-v, --verbose : add verbosity
Expand Down Expand Up @@ -42,8 +42,8 @@ if [ $? -ne 0 ]; then
fi
eval set -- "$PARAMS"

TMPDIR=/mu2e/data/users/$USER/museTarball
EXPORTDIR=/mu2e/data/users/$USER/museTarball
TMPDIR=/srv/mu2e/data/users/$USER/museTarball
EXPORTDIR=/srv/mu2e/data/users/$USER/museTarball
EXTRAEXCLUDE=""
RELEASE=false

Expand Down Expand Up @@ -169,7 +169,7 @@ PRODPATH=""
NPP=0
for DD in $(echo $PRODUCTS | tr ":" " " )
do
if [[ ! "$DD" =~ $cvmfsReg ]]; then
if [[ ! "$DD" =~ $cvmfsReg && ! "$DD" =~ "/grid/fermiapp" ]]; then
if [ $MUSE_VERBOSE -gt 0 ]; then
echo "taring local PRODUCTS area $DD"
fi
Expand Down

0 comments on commit b7ce0b6

Please sign in to comment.