boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
78039907 by NoisyCoil at 2024-12-02T17:22:49+01:00
Bug 41329: Add no_install_recommends option to container-image
- - - - -
8a16e82b by NoisyCoil at 2024-12-02T17:22:51+01:00
Bug 41329: Set no_install_recommends for linux-aarch64 firefox
Avoids installing python2.7-minimal:arm64, which is never used and
whose postinst script tries to execute the arm64 native python
binary on x86_64 (affects every Debian release where it still
exists)
- - - - -
2 changed files:
- projects/container-image/config
- projects/firefox/config
Changes:
=====================================
projects/container-image/config
=====================================
@@ -64,8 +64,9 @@ pre: |
res_deps = res_deps.sort.unique;
END;
IF res_deps.size;
+ SET no_install_recommends = pc(c('origin_project'), 'var/no_install_recommends', { step => c('origin_step') });
FOREACH pkg IN res_deps;
- GET c('install_package', { pkg_name => pkg });
+ GET c('install_package', { pkg_name => pkg, no_install_recommends => no_install_recommends });
GET "\n";
END;
END;
=====================================
projects/firefox/config
=====================================
@@ -146,6 +146,7 @@ targets:
linux-aarch64:
var:
+ no_install_recommends: 1
arch_deps:
- libgtk2.0-dev:arm64
- libgtk-3-dev:arm64
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/…
You're receiving this email because of your account on gitlab.torproject.org.
boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
2eb95d67 by Nicolas Vigier at 2024-12-02T17:13:42+01:00
Update rbm for rbm#40081
- - - - -
1 changed file:
- rbm
Changes:
=====================================
rbm
=====================================
@@ -1 +1 @@
-Subproject commit f18daa3f93d1aec674e4ba0dfbd22ac6afd6f8c9
+Subproject commit c6a40950607fa73861f81185764dff2bab150010
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2…
You're receiving this email because of your account on gitlab.torproject.org.
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/0…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/0…
You're receiving this email because of your account on gitlab.torproject.org.
morgan pushed to branch maint-14.0 at The Tor Project / Applications / tor-browser-build
Commits:
bb8c25be by Nicolas Vigier at 2024-11-27T20:32:49+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
=====================================
@@ -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/b…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/b…
You're receiving this email because of your account on gitlab.torproject.org.
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/5…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/5…
You're receiving this email because of your account on gitlab.torproject.org.