[tor-bugs] #32534 [Applications/Tor Browser]: settle on one canonical jtorctl

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Dec 19 10:29:23 UTC 2019


#32534: settle on one canonical jtorctl
-------------------------------------------------+-------------------------
 Reporter:  eighthave                            |          Owner:  tbb-
                                                 |  team
     Type:  defect                               |         Status:  new
 Priority:  Medium                               |      Milestone:
Component:  Applications/Tor Browser             |        Version:
 Severity:  Normal                               |     Resolution:
 Keywords:  Android, tbb-mobile, jtorctl,        |  Actual Points:
  TorBrowserTeam202001                           |
Parent ID:                                       |         Points:
 Reviewer:                                       |        Sponsor:
-------------------------------------------------+-------------------------

Comment (by eighthave):

 as a step towards making this officially `org.torproject:jtorctl:0.4.2.5`,
 I made a release of `info.guardianproject:jtorctl:0.4` based on my tested
 fork of jtorctl, which in turn is based on the
 `org.briarproject:jtorctl:0.3` release.  We'll be using that in Orbot-
 mini, a new app based on Orbot.  It builds reproducibly with either Maven
 or Gradle, and it is close to generating the same files with both Maven
 and Gradle.  I also published a [https://reproducible-builds.org/docs/jvm/
 .buildinfo] file used to rebuild the artifacts on Maven Central:
 https://repo1.maven.org/maven2/info/guardianproject/jtorctl/0.4/

 For any GitLab forks, it will build and deploy to that fork's Maven
 repostory, for example:
 https://gitlab.com/eighthave/jtorctl/-/jobs/383905747

 Here's the Maven repo overview:
 https://gitlab.com/eighthave/jtorctl/-/packages

 And this repo can be used by adding this to `build.gradle`:
 {{{
 allprojects {
     repositories {
         maven { url 'file:///usr/share/maven-repo' }
         google()
         jcenter()
         maven { url
 'https://gitlab.com/api/v4/projects/15548368/packages/maven'}
     }
 }
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/32534#comment:19>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list