Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
tor-browser-build
Commits
c9fa59f3
Commit
c9fa59f3
authored
Mar 24, 2023
by
Richard Pospesel
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40823: Update appname_* variables in projects/release/update_responses_config.yml
parent
36781341
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!687
Bug 40823: Update appname_* variables in projects/release/update_responses_config.yml
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/release/update_responses_config.yml
+12
-9
12 additions, 9 deletions
projects/release/update_responses_config.yml
with
12 additions
and
9 deletions
projects/release/update_responses_config.yml
+
12
−
9
View file @
c9fa59f3
---
tmp_dir
:
'
[%
c("tmp_dir")
%]'
create_downloads_json
:
1
appname_marfile
:
tor-browser
appname_bundle_android
:
tor-browser
appname_bundle_macos
:
TorBrowser
appname_bundle_linux
:
tor-browser
appname_bundle_win32
:
torbrowser
-install
appname_bundle_win64
:
torbrowser
-install-win64
appname_marfile
:
'
[%
c("var/project-name")
%]'
appname_bundle_android
:
'
[%
c("var/project-name")
%]'
appname_bundle_macos
:
'
[%
c("var/ProjectName")
%]'
appname_bundle_linux
:
'
[%
c("var/project-name")
%]'
appname_bundle_win32
:
'
[%
c("var/projectname")
%]
-install
'
appname_bundle_win64
:
'
[%
c("var/projectname")
%]
-install-win64
'
releases_dir
:
[
%
path(c('output_dir')) %
][
%
IF ! c("var/nightly") %
]
/signed[% END %]
download
:
archive_url
:
https://archive.torproject.org/tor-package-archive/
torbrowser
archive_url
:
'
https://archive.torproject.org/tor-package-archive/
[%
c("var/projectname")
%]'
gpg_keyring
:
../../keyring/torbrowser.gpg
bundles_url
:
https://dist.torproject.org/
torbrowser
mars_url
:
https://cdn.torproject.org/aus1/
torbrowser
bundles_url
:
'
https://dist.torproject.org/
[%
c("var/projectname")
%]'
mars_url
:
'
https://cdn.torproject.org/aus1/
[%
c("var/projectname")
%]'
build_targets
:
linux32
:
Linux_x86-gcc3
linux64
:
Linux_x86_64-gcc3
...
...
@@ -61,6 +61,8 @@ versions:
minSupportedInstructionSet
:
SSE2
mar_compression
:
xz
tag
:
'
tbb-[%
c("var/torbrowser_version")
%]-[%
c("var/torbrowser_build")
%]'
[
%
IF c("var/tor-browser") -%
]
htaccess_rewrite_rules
:
alpha
:
|
# bug 26569: Redirect pre-8.0a9 alpha users to a separate update directory
...
...
@@ -75,3 +77,4 @@ htaccess_rewrite_rules:
RewriteRule ^[^/]+/11\.0.*/.* https://aus1.torproject.org/torbrowser/update_pre12.0/release/$0 [last]
RewriteRule ^[^/]+/11\.5/.* https://aus1.torproject.org/torbrowser/update_pre12.0/release/$0 [last]
RewriteRule ^[^/]+/11\.5\.[01234567]/.* https://aus1.torproject.org/torbrowser/update_pre12.0/release/$0 [last]
[
%
END -%
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment