morgan pushed to branch main at The Tor Project / Applications / 
tor-browser-build


Commits:
55c24300 by Nicolas Vigier at 2024-11-27T17:57:04+01:00
Bug 41327: Print more logs when make_full_update.sh failed to generate mar file 
in dmg2mar

- - - - -


1 changed file:

- tools/dmg2mar


Changes:

=====================================
tools/dmg2mar
=====================================
@@ -165,7 +165,7 @@ sub convert_files {
         (undef, $err, $success) =  capture_exec('make_full_update.sh', '-q',
                                         $output, $appdir);
         exit_error "Error updating $output: $err" unless $success;
-        exit_error "make_full_update.sh failed. $output does not exist."
+        exit_error "make_full_update.sh failed. $output was not created.\n$err"
             unless -f $output;
         $pm->finish;
     }



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/55c2430010a628cd6b8def9fd3fb93f6db9bb872

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/55c2430010a628cd6b8def9fd3fb93f6db9bb872
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to