BSR: pass all the logs
authorhyokeun.jeon <hyokeun.jeon@samsung.com>
Sat, 27 Mar 2021 15:50:22 +0000 (00:50 +0900)
committerhyokeun.jeon <hyokeun.jeon@samsung.com>
Sat, 27 Mar 2021 15:57:25 +0000 (00:57 +0900)
debian/changelog
depanneur

index a2367d2fddd3190b4d565082c76574774c4981b0..0d29b9eb8016c78d2d8392f9f9732e07d38c7101 100644 (file)
@@ -1,7 +1,8 @@
 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
 
index 69b1d2b207411b7ae3bb8c89432b09aa1cce4d56..fd4044e84ae83c892d73b540d64492837f51f61f 100755 (executable)
--- a/depanneur
+++ b/depanneur
@@ -2585,6 +2585,7 @@ sub dir_wanted {
 sub prepare_preorder_list {
 
     my_system("rm -rf bsr_profiling_report");
+    my_system("rm -rf $localrepo/$dist/$arch/bsr_profiling_report");
 
     my @preview_orders = ();
 
@@ -2664,7 +2665,7 @@ sub profiling_report {
     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 = "";