[tor-bugs] #19893 [Metrics/metrics-lib]: Include resources in tarball

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Aug 12 16:45:41 UTC 2016


#19893: Include resources in tarball
---------------------------------+-----------------------------------
 Reporter:  karsten              |          Owner:  karsten
     Type:  defect               |         Status:  merge_ready
 Priority:  Low                  |      Milestone:  metrics-lib 1.4.0
Component:  Metrics/metrics-lib  |        Version:
 Severity:  Normal               |     Resolution:
 Keywords:                       |  Actual Points:
Parent ID:                       |         Points:
 Reviewer:                       |        Sponsor:
---------------------------------+-----------------------------------
Changes (by iwakeh):

 * status:  needs_review => merge_ready


Comment:

 Looks fine, although wouldn't it suffice to include the entire source
 folder?

 like:
 {{{
 <tarfileset dir="src"
            prefix="descriptor-${release.version}/src" />
 }}}
 or using a new property
 {{{
 ...
 <property name="allsources" value="src"/>
 ...
 <tarfileset dir="${allsources}"
            prefix="descriptor-${release.version}/${allsources}" />
 }}}

 (Btw, I only noticed this ticket by accident.)

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


More information about the tor-bugs mailing list