]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Add bootstrap support for LinuxMint 1423/head
authorishanrai05 <ishanrai05@gmail.com>
Sat, 28 Mar 2020 21:52:37 +0000 (03:22 +0530)
committerishanrai05 <ishanrai05@gmail.com>
Sat, 28 Mar 2020 21:55:05 +0000 (03:25 +0530)
Signed-off-by: ishanrai05 <ishanrai05@gmail.com>
bootstrap

index 0127fc78ab43a2ca16d5ed6b12f4d05adc68e84e..0d7ab2a01132015f365f66ef1fa267924fdd01fd 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -18,7 +18,7 @@ VENV=${VENV:-"virtualenv"}
 case "$(uname -s)" in
 Linux)
     case "$(lsb_release --id --short)" in
-    Ubuntu|Debian)
+    Ubuntu|Debian|LinuxMint)
         # Ensure setuptools is installed
         if [[ "$PYTHON" =~ "python2" ]]; then
             deps=(qemu-utils python-dev libssl-dev python-pip python-virtualenv libev-dev libvirt-dev libmysqlclient-dev libffi-dev libyaml-dev)