Select Git revision
ilp_measurement.py
create_release.sh 1019 B
#!/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}