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.


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

Reply via email to