[tor-bugs] #31253 [Circumvention/Snowflake]: Add a webext packaging target to the build script

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Jul 26 16:05:22 UTC 2019


#31253: Add a webext packaging target to the build script
-----------------------------------------+--------------------
     Reporter:  arlolra                  |      Owner:  (none)
         Type:  defect                   |     Status:  new
     Priority:  Medium                   |  Milestone:
    Component:  Circumvention/Snowflake  |    Version:
     Severity:  Normal                   |   Keywords:
Actual Points:                           |  Parent ID:
       Points:                           |   Reviewer:
      Sponsor:                           |
-----------------------------------------+--------------------
 Run `npm run pack-webext -- 0.0.x`

 I imagine that'll do something like,

 {{{
 git clean -x -d -f webext/
 require('webext/manifest.json').version = argv[1];
 git commit -m "bump version to ${argv[1]}"
 git tag argv[1]
 git push --tags
 npm run webext
 zip webext
 }}}

 See comment:6:ticket:31087 for the original suggestion.

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


More information about the tor-bugs mailing list