Skip to content
Snippets Groups Projects
  1. Jan 03, 2017
  2. Dec 06, 2016
    • Damian Johnson's avatar
      Stem release 1.5.3 · f2522efe
      Damian Johnson authored
      Juan pointed out that packagers use resources that aren't available by default
      as part of our source distribution. Including everything in the tarball we
      upload.
      1.5.3
      f2522efe
    • Damian Johnson's avatar
      Fix unit test for data file installation · d2a0be85
      Damian Johnson authored
      Reformatting broke test_installs_all_data_files. It was a bit better so I might
      re-introduce the change later - just don't want to hassle with rewriting the
      test right now.
      d2a0be85
  3. Dec 05, 2016
    • Damian Johnson's avatar
      Test our source distribution matches the git contents · 34be2ece
      Damian Johnson authored
      Having a hardcoded Manifest.in is error prone. Unfortunately we need to do it,
      so to avoid shooting ourselves in the foot we need a test. This checks that
      source distributions we generate match the contents of the git repository.
      34be2ece
    • Damian Johnson's avatar
      Merge MANIFEST.in into setup.py · 4581199f
      Damian Johnson authored
      The manifest solely exists to make our source distribution contain the files it
      should. Silly we can't simply specify them in our setup() call, but oh well.
      Lets include this in our setup.py to avoid clutter and keep this where it
      should be.
      4581199f
    • Damian Johnson's avatar
      Clean up auto-generated MANIFEST · 484b0054
      Damian Johnson authored
      Now that we have a MANIFEST.in our setup.py generates a MANIFEST. Hate leaving
      turds around so cleaning it up.
      484b0054
    • Damian Johnson's avatar
      Allow setup.py to work with different cwd · 7b2af7d6
      Damian Johnson authored
      Running our setup.py when this wasn't your cwd failed. Quick fix to account for
      this.
      7b2af7d6
    • Damian Johnson's avatar
      Exclude gitignore resources · cb0bdac2
      Damian Johnson authored
      Oops! Dererk noticed our docs/_build/* is present in the tarballs we upload.
      Turns out test/data/* is too. Excluding things specified by our gitignore.
      We'll need to be careful to double check that there's no untracked files before
      uploads...
      cb0bdac2
    • Damian Johnson's avatar
      Include docs and tests in source distribution · 3b79cf94
      Damian Johnson authored
      Juan pointed out the source distribution we upload does have docs, tests, or
      our LICENSE file. This is because we moved from uploading a git archive to
      'python setup.py sdist', which is the more proper thing to upload nowadays.
      3b79cf94
  4. Nov 20, 2016
  5. Nov 17, 2016
  6. Nov 14, 2016
  7. Nov 12, 2016
    • Damian Johnson's avatar
      Update manual integ tests · d854d254
      Damian Johnson authored
      One trouble with the ONLINE testing target is that it's run so infrequently.
      Tor manual changes are causing a few assertion failures. Correcting them.
      d854d254
  8. Nov 06, 2016
  9. Nov 04, 2016
  10. Nov 03, 2016
  11. Nov 02, 2016
  12. Nov 01, 2016
    • Damian Johnson's avatar
      Sync manual information · 275def62
      Damian Johnson authored
      Just a few small tor changes since we last synced.
      275def62
    • Damian Johnson's avatar
      Sort fallbacks by fingerprint · 3fc8c854
      Damian Johnson authored
      Updating our fallback directories caused a big delta, not because of the
      changes but because we have a random ordering. Sorting our config file by the
      fallback fingerprints so we have small deltas in the future.
      
      Only functional change to the config file is the following to get us in sync...
      
        * Removed FCB6695F8F2DC240E974510A4B3A0F2B12AB5B64 as a fallback directory
        * Removed 14419131033443AE6E21DA82B0D307F7CAE42BDB as a fallback directory
        * Removed 5525D0429BFE5DC4F1B0E9DE47A4CFA169661E33 as a fallback directory
        * Removed 29F1020B94BE25E6BE1AD13E93CE19D2131B487C as a fallback directory
        * Removed E781F4EC69671B3F1864AE2753E0890351506329 as a fallback directory
        * Removed DE134FC8E5CC4EC8A5DE66934E70AC9D70267197 as a fallback directory
        * Removed 6A640018EABF3DA9BAD9321AA37C2C87BBE1F907 as a fallback directory
        * Removed 6FC6F08270D565BE89B7C819DD8E2D487397C073 as a fallback directory
      3fc8c854
    • Damian Johnson's avatar
      Disable integ test for fallback directory reachability · 3c3fc11c
      Damian Johnson authored
      This was a great test at one point but tor's added so many fallbacks that it
      takes *forever*. At a rough guess maybe a half hour. Better as a DocTor check
      anyway (think we actually have one already...).
      3c3fc11c
  13. Oct 30, 2016
  14. Oct 29, 2016
Loading