Skip to content
Snippets Groups Projects
Select Git revision
  • 5ff7e55964f9169c029ccebe8bd116a20dbb5fb6
  • master default protected
2 results

linux-image-5.4.19-rt11-dbg_5.4.19-rt11-1_amd64.deb

Blame
  • Forked from CeTI / ROS / Ubuntu Realtime Kernel
    Source project has a limited visibility.
    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}