We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a85a2 commit 7f69485Copy full SHA for 7f69485
2 files changed
_includes/gitadd.sh
@@ -1,5 +1,5 @@
1
git add *.sh *.py setup-grid DUNE*json
2
-tar cBf - \
+tar --no-xattrs -cf ../files/usefulcode.tar \
3
extractor_new.py \
4
gitadd.sh \
5
job_config.sh \
@@ -8,7 +8,7 @@ maketar.sh \
8
setup_before_submit.sh \
9
submit_local_code.jobscript.sh \
10
setup-grid \
11
-submit_workflow.sh \
12
-> ../files/usefulcode.tar
+submit_workflow.sh
+#> ../files/usefulcode.tar
13
git add ../files/usefulcode.tar
14
git add ../_extras/short_submission.md
files/usefulcode.tar
-16.5 KB
0 commit comments