- Feb 09, 2021
- Feb 07, 2021
- Feb 05, 2021
-
-
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.
-
- Jan 30, 2021
-
-
lantz authored
This means that 'mn' will run be default in python3. For python2, run sudo python2 `which mn` Also: - change mn execution line to /usr/bin/python (install seems to change it to python2 or python3) - don't install python-is-python3 package
-
- Jan 26, 2021
-
-
lantz authored
fixes #1014
-
- Jan 17, 2021
-
-
lantz authored
-
- Jan 14, 2021
- Jan 05, 2021
-
-
lantz authored
-
- Dec 14, 2020
-
-
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)
-
- Apr 05, 2020
-
-
Shan Sikdar authored
-
Shan Sikdar authored
-
- Feb 15, 2020
-
-
julian.filter authored
-
- Nov 23, 2019
-
-
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.
-
- Apr 09, 2019
-
-
Bob Lantz authored
-
- Dec 08, 2018
-
-
Bob Lantz authored
-
- Jul 26, 2018
- Jun 04, 2018
-
-
Bob Lantz authored
Changed netbee URL. Changed libxerces package for Ubuntu 18.04
-
- Apr 28, 2018
-
-
Bob Lantz authored
This should also be backward compatible to 14.04.
-
- May 23, 2017
-
-
IWASE Yusuke authored
Signed-off-by:
IWASE Yusuke <iwase.yusuke0@gmail.com>
-
- May 09, 2017
-
-
Bob Lantz authored
Fixes #713
-
- Mar 29, 2017
-
-
Leonardo D'Avila authored
-
- Feb 16, 2017
-
-
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.
-
- Oct 29, 2016
-
-
Bob Lantz authored
-
- Sep 28, 2016
-
-
Nirmoy Das authored
-
- Aug 09, 2016
-
-
Bob Lantz authored
This was well-intentioned, but it causes more trouble than it's worth. Fixes #652
-
- Aug 04, 2016
-
-
Bob Lantz authored
We should probably do this in a more automatic way.
-
- Aug 03, 2016
-
-
Bob Lantz authored
- add xenial - partx returns an error (warn rather than fail) - remove dnsmasq build.py dependency (not really needed, side effects)
-
- Jun 22, 2016
-
-
Brad Walker authored
-
- May 01, 2016
-
-
Brad Walker authored
The submodules have submodules with authenticated URLs which breaks anonymous, automated builds. Excluding them also decreases build time. git -C is not available in git 1.8 (CentOS 7)
-
Brad Walker authored
-
- Apr 18, 2016
-
-
Muhammad Umair Bhatti authored
Update command was hard-coded for debian or ubuntu based systems which was 'apt-get'. Setting an update variable accordingly solves this problem.
-
- Jan 23, 2016
- Jan 21, 2016
-
-
Bob Lantz authored
Keeping "use" for now even though it seems harder to remember than "run". And the build/test options are probably much clearer being inline in the help.
-