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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41056: Make it possible to use templates in var/torbrowser_incremental_from



Title: GitLab

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

Commits:

  • 6858c6bd
    by Nicolas Vigier at 2023-12-20T16:40:56+01:00
    Bug 41056: Make it possible to use templates in var/torbrowser_incremental_from
    

1 changed file:

Changes:

  • projects/release/update_responses_config.yml
    ... ... @@ -43,9 +43,12 @@ versions:
    43 43
     [% END -%]
    
    44 44
             incremental_from:
    
    45 45
     [% SET incr_from = c("var/nightly") ? c("var_p/nightly_torbrowser_incremental_from") : c("var/torbrowser_incremental_from");
    
    46
    -   FOREACH v IN incr_from -%]
    
    47
    -          - [% v %]
    
    48
    -[% END -%]
    
    46
    +   FOREACH v IN incr_from;
    
    47
    +     SET ver = tmpl(v);
    
    48
    +     IF ver -%]
    
    49
    +          - [% ver %]
    
    50
    +[%   END;
    
    51
    +   END -%]
    
    49 52
             # for example, osx32: osx64
    
    50 53
             migrate_archs:
    
    51 54
             # for example, pt-PT: pt-BR
    

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