[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41127: Update default browser_release_date for nightly



Title: GitLab

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:

Changes:

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

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