Skip to content

Commit 02f2e50

Browse files
Minor setup changes
1 parent 2a358a0 commit 02f2e50

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

docker-resources/variability_analysis_Linux.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extraction.timeout = 600
2727
### Analysis Parameters ###
2828
# How many commits should be analyzed in parallel? Warning: each task requires a considerable amount
2929
# of resources
30-
analysis.number_of_tasks = 1
30+
analysis.number_of_tasks = 3
3131

3232
# The folders which are considered by KbuildMiner can be specified manually with the following property. Normally,
3333
# they are determined automatically, which we consider to be the best option in most cases

start-extraction.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
#! /bin/bash
22
if [ "$1" = 'busybox' ]
33
then
4-
mkdir -p extraction-results/busybox
54
docker run --rm -v "$(pwd)/extraction-results/busybox":"/home/user/extraction-results/output" variability-extraction "$@"
65
elif [ "$1" = 'linux' ]
76
then
8-
mkdir -p extraction-results/linux
97
docker run --rm -v "$(pwd)/extraction-results/linux":"/home/user/extraction-results/output" variability-extraction "$@"
108
else
119
echo "Select a SPL to extract [ ./start-extraction.sh linux | ./start-extraction.sh busybox ]"
1210
fi
13-
echo "Done."
11+
echo "Done."

0 commit comments

Comments
 (0)