Skip to content
Snippets Groups Projects
Commit 67761dc5 authored by René Schöne's avatar René Schöne
Browse files

Added script(s) to create and validate the archives used for the artifact evaluation.

parent cb1e03c0
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
mkdir -p ModelValidationWithRAGs/trainbenchmark
mkdir -p ModelValidationWithRAGs/docker-results/
mkdir -p ModelValidationWithRAGs/docker-diagrams/
cp -a \
.editorconfig .dockerignore \
README.{md,html,txt} AUTHORS.txt \
Dockerfile docker/ run_docker.sh \
paper-results/ \
preprocessor/ \
trainbenchmark/ \
ModelValidationWithRAGs/ # the target directory
# remove build and gradle files
rm -r ModelValidationWithRAGs/trainbenchmark/*/build
rm -r ModelValidationWithRAGs/trainbenchmark/.gradle
# remove generate files
rm -r ModelValidationWithRAGs/trainbenchmark/*/src/main/java-gen/*
rm ModelValidationWithRAGs/trainbenchmark/trainbenchmark-tool-jastadd-specialized-base/src/main/jastadd/TrainGen.*
echo "Now please run 'sudo docker save --output ModelValidationWithRAGs/trainbenchmark-docker.tar trainbenchmark && chown $(whoami):$(whoami) ModelValidationWithRAGs/trainbenchmark-docker.tar'"
# todos
# preprocessor/.classpath missing
# also preprocessor/tests/errors/{Errors.out,Inheritance.out}
Source diff could not be displayed: it is too large. Options to address this: view the blob.
meld <(sort expected_tar_content | sed 's|/$||') <(find ModelValidationWithRAGs/ | sort)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment