diff --git a/diffs/diffs.zip.001 b/diffs/diffs.zip.001 deleted file mode 100644 index a8ad242..0000000 Binary files a/diffs/diffs.zip.001 and /dev/null differ diff --git a/diffs/diffs.zip.002 b/diffs/diffs.zip.002 deleted file mode 100644 index 1b66c95..0000000 Binary files a/diffs/diffs.zip.002 and /dev/null differ diff --git a/diffs/readme.md b/diffs/readme.md deleted file mode 100644 index c988ebe..0000000 --- a/diffs/readme.md +++ /dev/null @@ -1,2 +0,0 @@ -this folder contains the diff-files used for evaluation wrapped in a zip archive. -They can be unpacked by executing ```unpack-diffs.sh``` diff --git a/download-diffs.sh b/download-diffs.sh deleted file mode 100755 index 5aadc26..0000000 --- a/download-diffs.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -e - -BASEDIR=$(dirname "$0") - -cd $BASEDIR - -cd diffs -cat diffs.z* > diffs-joined.zip -unzip diffs-joined.zip -rm diffs-joined.zip diff --git a/get-evaluation-diffs.sh b/get-evaluation-diffs.sh new file mode 100755 index 0000000..834f70e --- /dev/null +++ b/get-evaluation-diffs.sh @@ -0,0 +1,12 @@ +#!/bin/sh -e + +BASEDIR=$(dirname "$0") + +cd $BASEDIR + +mkdir -p diffs +cd diffs + +wget https://github.com/moritzfl/IncrementalAnalysesEvaluation/releases/download/2.1/diffs.zip +unzip diffs.zip +rm diffs.zip