depanneur (0.16.10.6) unstable; urgency=high
* Upgrade to 0.16.10.6
- * BSR: give -j option to the report ode
+ * BSR: give -j option to the report mode
+ * BSR: give all the logs
-- Hyokeun Jeon <hyokeun.jeon@samsung.com> Sun, 28 Mar 2021 10:00:00 +0800
sub prepare_preorder_list {
my_system("rm -rf bsr_profiling_report");
+ my_system("rm -rf $localrepo/$dist/$arch/bsr_profiling_report");
my @preview_orders = ();
if (-e $dep_xml_file) {
$report_command = $report_command . " -x \"$dep_xml_file\" ";
}
- $report_command = $report_command . " -k \"$success_logs_path\" ";
+ $report_command = $report_command . " -k \"$localrepo/$dist/$arch/logs/\" ";
# Get candidate repos
my $candidate_ref = "";