tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

README_MOZILLA (665B)


      1 This directory contains build files for the gemmology reference implementation.
      2 The actual library source is in $TOPSRCDIR/third_party/gemmology/
      3 
      4 Any patches or additional configuration to be applied to the
      5 upstream source should be kept in $TOPSRCDIR/third_party/gemmology/.
      6 
      7 To update the library source and build config files, execute
      8 
      9   ./mach vendor third_party/gemmology/moz.yaml
     10 
     11 To update to a specific upstream git tag or commit, use
     12 
     13   ./mach vendor third_party/gemmology/moz.yaml -r <commit>
     14 
     15 The upstream git repository is https://github.com/mozilla/gemmology
     16 
     17 To view the information about the current version, check the
     18 'origin' section of moz.yaml.