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


Commits:
0bad6cae by Nicolas Vigier at 2024-11-27T20:33:16+00: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
=====================================
@@ -164,7 +164,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/0bad6caee7af740a3dd9e725763a8da70f980dd1

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/0bad6caee7af740a3dd9e725763a8da70f980dd1
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