Skip to content

Commit 7f69485

Browse files
committed
make the tar file al9 compatible
1 parent 41a85a2 commit 7f69485

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

_includes/gitadd.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
git add *.sh *.py setup-grid DUNE*json
2-
tar cBf - \
2+
tar --no-xattrs -cf ../files/usefulcode.tar \
33
extractor_new.py \
44
gitadd.sh \
55
job_config.sh \
@@ -8,7 +8,7 @@ maketar.sh \
88
setup_before_submit.sh \
99
submit_local_code.jobscript.sh \
1010
setup-grid \
11-
submit_workflow.sh \
12-
> ../files/usefulcode.tar
11+
submit_workflow.sh
12+
#> ../files/usefulcode.tar
1313
git add ../files/usefulcode.tar
1414
git add ../_extras/short_submission.md

files/usefulcode.tar

-16.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)