Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #31313

Closed (moved)
Open
Opened Aug 01, 2019 by Philipp Winter@phw

Don't rely on RecommendedTBBVersions to create download links

Over at #31307 (moved), we were dealing with a broken GetTor because it made assumptions on the list length available at https://www.torproject.org/projects/torbrowser/RecommendedTBBVersions/. See this comment for more details.

While our emergency fix worked, boklm mentions on IRC that RecommendedTBBVersions is not a good way to learn about the current Tor Browser version:

 20:46  boklm│ RecommendedTBBVersions is not a good way to get the current Tor Browser version
 20:47  boklm│ https://aus1.torproject.org/torbrowser/update_3/release/downloads.json is better
 20:48  boklm│ for example with: wget -q -O - https://aus1.torproject.org/torbrowser/update_3/release/downloads.json | jq -r .version

Let's use this JSON file instead, and make GetTor more robust.

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#31313