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
  • #21156

Closed (moved)
Open
Opened Jan 06, 2017 by Karsten Loesing@karsten

Include xz-1.5.jar in the Onionoo release .jar file

When I started a temporary Onionoo instance for #20994 (moved), I noticed that the release .jar file does not contain xz-1.5.jar. The result is that it cannot process xz-compressed tarballs in in/archive/. Should we add that? If so, here's what I did, but I'm not certain whether that was the right way to add it:

diff --git a/build.xml b/build.xml
index 438cdc5..3c2ad5c 100644
--- a/build.xml
+++ b/build.xml
@@ -51,6 +51,7 @@
     <include name="logback-classic-1.1.2.jar"/>
     <include name="logback-core-1.1.2.jar"/>
     <include name="slf4j-api-1.7.7.jar"/>
+    <include name="xz-1.5.jar"/>
   </patternset>
 
   <patternset id="web" >

But I did not check what other effects this change might have.

Oh, and we'd probably want to add these lines to the LICENSE file (copied from CollecTor's LICENSE file):


--------------------------------------------------------------------------

XZ binaries have been put into the public domain.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Onionoo 3.2-1.1.0
Milestone
Onionoo 3.2-1.1.0
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#21156