
boklm pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 02b1ec60 by Nicolas Vigier at 2025-10-16T17:53:42+02:00 Bug 41594: Remove version from tor-expert-bundle and tor-expert-bundle-aar filenames - - - - - 2 changed files: - projects/tor-expert-bundle-aar/config - projects/tor-expert-bundle/config Changes: ===================================== projects/tor-expert-bundle-aar/config ===================================== @@ -1,6 +1,6 @@ # vim: filetype=yaml sw=2 version: '[% c("var/torbrowser_version") %]' -filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %]' +filename: '[% project %]-[% c("var/build_id") %]' var: ===================================== projects/tor-expert-bundle/config ===================================== @@ -1,5 +1,5 @@ # vim: filetype=yaml sw=2 -filename: '[% project %]-[% c("var/osname") %]-[% c("version") %]-[% c("var/build_id") %]' +filename: '[% project %]-[% c("var/osname") %]-[% c("var/build_id") %]' version: '[% c("var/torbrowser_version") %]' targets: View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/02... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/02... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
boklm (@boklm)