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

boklm (@boklm) git at gitlab.torproject.org
Thu Dec 21 07:33:02 UTC 2023



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:

- projects/release/update_responses_config.yml


Changes:

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



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

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20231221/31602c73/attachment.htm>


More information about the tbb-commits mailing list