File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11#! /bin/bash
22if [ " $1 " = ' busybox' ]
33then
4- mkdir -p extraction-results/busybox
54 docker run --rm -v " $( pwd) /extraction-results/busybox" :" /home/user/extraction-results/output" variability-extraction " $@ "
65elif [ " $1 " = ' linux' ]
76then
8- mkdir -p extraction-results/linux
97 docker run --rm -v " $( pwd) /extraction-results/linux" :" /home/user/extraction-results/output" variability-extraction " $@ "
108else
119 echo " Select a SPL to extract [ ./start-extraction.sh linux | ./start-extraction.sh busybox ]"
1210fi
13- echo " Done."
11+ echo " Done."
You can’t perform that action at this time.
0 commit comments