Skip to content

Commit

Permalink
Merge pull request cms-sw#67 from amarini/topic_80X
Browse files Browse the repository at this point in the history
probably this patch will make submit work
  • Loading branch information
amarini committed Jun 22, 2016
2 parents 1174f0d + f71589c commit bea47d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/submit.py
Expand Up @@ -420,6 +420,8 @@ def PrintHadhoop(dir, doPrint = True):

if opts.tar:
sh.write("mkdir -p $WORKDIR/%s_%d\n"%(opts.dir,iJob))
sh.write("cd $WORKDIR\n")
sh.write("ln -s %s_%d/interface ./"%(opts.dir,iJob))
sh.write("cd $WORKDIR/%s_%d\n"%(opts.dir,iJob))
#sh.write('LD_LIBRARY_PATH=${PWD}:${PWD}/bin:$LD_LIBRARY_PATH\n') ## TODO: test
sh.write("tar -xzf %s/package.tar.gz\n"%(basedir ))
Expand Down

0 comments on commit bea47d4

Please sign in to comment.