Skip to content
Snippets Groups Projects
  1. Feb 09, 2021
  2. Feb 07, 2021
  3. Feb 05, 2021
    • lantz's avatar
      Use /usr/bin/env python for virtualenv (#1025) · f0c726a4
      lantz authored
      This helps with virtualenv although it can open
      up another security hole if you end up using an
      unexpected python interpreter.
      
      Overall it seems to make sense to err on the side
      of usability but it's good to be aware of security.
      
      However, for the remaining utility scripts that require
      python 2, we explicitly note this with #!/usr/bin/python2.
      Unverified
      f0c726a4
  4. Jan 30, 2021
  5. Jan 26, 2021
  6. Jan 17, 2021
  7. Jan 14, 2021
  8. Jan 05, 2021
  9. Dec 14, 2020
    • Jeff R. Allen's avatar
      Install correctly on Ubuntu 20.04 (#980) · 537e8242
      Jeff R. Allen authored
      * Install correctly on Ubuntu 20.04
      
      Main changes are to avoid pulling in python2 by mistake, and then to make sure to install only python3 packages.
      
      Also: Add net-tools which is needed to get ifconfig on newer Ubuntu releases.
      
      (admin note: there are still a couple of remaining 20.04 issues but this is helpful)
      Unverified
      537e8242
  10. Apr 05, 2020
  11. Feb 15, 2020
  12. Nov 23, 2019
    • Bob Lantz's avatar
      Improve Python version detection · e56f6839
      Bob Lantz authored
      Ubuntu 16.04 no longer includes a 'python' executable.
      
      If none of {$PYTHON,python,python2,python3} are usable, we advise
      the user to either set PYTHON or install a usable python.
      e56f6839
  13. Apr 09, 2019
  14. Dec 08, 2018
  15. Jul 26, 2018
  16. Jun 04, 2018
  17. Apr 28, 2018
  18. May 23, 2017
  19. May 09, 2017
  20. Mar 29, 2017
  21. Feb 16, 2017
    • Bob Lantz's avatar
      Handle version string sent to stderr · 5d2dfa9f
      Bob Lantz authored
      An unfortunate side effect of switching from print to output() is
      that all output() goes to stderr. We should probably carefully
      consider whether this is the right thing to do.
      5d2dfa9f
  22. Oct 29, 2016
  23. Sep 28, 2016
  24. Aug 09, 2016
  25. Aug 04, 2016
  26. Aug 03, 2016
    • Bob Lantz's avatar
      Fixes for Unbuntu 16.04/Xenial · 76c8afde
      Bob Lantz authored
      - add xenial
      - partx returns an error (warn rather than fail)
      - remove dnsmasq build.py dependency (not really needed, side effects)
      76c8afde
  27. Jun 22, 2016
  28. May 01, 2016
  29. Apr 18, 2016
  30. Jan 23, 2016
  31. Jan 21, 2016
Loading