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


Commits:
e47404c6 by Nicolas Vigier at 2024-04-17T21:17:49+02:00
Bug 41127: Update default browser_release_date for nightly

In nightly builds, when a date cannot be extracted from
`var/torbrowser_version` (for example when doing a testbuild), we set a
default date. However `firefox-android` fails to build when the date
from `MOZ_BUILD_DATE` (which is based on `var/browser_release_date`) is
too old. So we change the default date to something more recent.

- - - - -


1 changed file:

- rbm.conf


Changes:

=====================================
rbm.conf
=====================================
@@ -256,7 +256,7 @@ targets:
           IF (matches = 
c("var/torbrowser_version").match('^tbb-nightly\.(\d\d\d\d)\.(\d\d)\.(\d\d)$'));
             GET matches.0 _ "/" _ matches.1 _ "/" _ matches.2 _ " 01:01:01";
           ELSE;
-            GET "2000/01/01 01:01:01";
+            GET "2024/01/01 01:01:01";
           END
           -%]
       max_torbrowser_incremental_from: 2



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

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


_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to