- 0ff6272 Run chown for egg-info only if the directory exists by yatinkarel · 1 year, 4 months ago
- 6990b06 Install simplejson in devstack venv by Riccardo Pittau · 1 year, 5 months ago
- 41d253a add ubuntu noble (24.04) support by Sean Mooney · 1 year, 6 months ago
- 4ddd456 Add support for the pyproject.toml file in setup with constraints by Slawek Kaplonski · 1 year, 11 months ago
- a40f9cb Add option to install everything in global venvs by Clark Boylan · 8 years ago
- ec07b34 Remove support for opensuse by Martin Kopec · 3 years ago
- d266c87 iniset: fix handling of values containg ampersand by Nobuhiro MIKI · 3 years, 5 months ago
- 1d5be95 Cleanup comment that should've been removed by Clark Boylan · 3 years, 7 months ago
- 50e3c06 Fix dbcounter installation on Jammy by Clark Boylan · 3 years, 7 months ago
- 6b9a564 Revert "Workaround for new pip 20.3 behavior" by Ian Wienand · 4 years, 5 months ago
- 51e3845 Add some debug to async_wait failures by Dan Smith · 4 years, 9 months ago
- aa5c387 Work around CHILD_MAX bash limitation for async by Dan Smith · 4 years, 8 months ago
- 84b328c Default to parallel execution by Dan Smith · 4 years, 9 months ago
- 30d9bf9 Async task support by Dan Smith · 5 years ago
- 18b4251 Use SETUPTOOLS_USE_DISTUTILS=stdlib for global pip installs by Ian Wienand · 5 years ago
- 3cbb33e Fix python3_enable to return true by Radosław Piliszek · 5 years ago
- d7a82f4 Drop support for python2 by Jens Harbott · 6 years ago
- f1ed7c7 Use python3 pip module instead of pip binary by Jens Harbott · 6 years ago
- be26306 Support extras in Glance Store install by Radosław Piliszek · 6 years ago
- 09b5b05 Stop installing test-requirements with projects by Monty Taylor · 6 years ago
- c2830fb Revert "Run pip check at end of devstack" by Monty Taylor · 6 years ago
- c26dfb0 Run pip check at end of devstack by Monty Taylor · 6 years ago
- 21a10d3 Use python3 as default python command by Federico Ressi · 6 years ago
- 2dcbc28 Install versioned python RPMs on RedHat distros by Federico Ressi · 6 years ago
- 80758e6 Merge "Always install python3 and its dev package" by Zuul · 6 years ago
- 29bf852 Do not try finding pip for python2 when not required by Radosław Piliszek · 6 years ago
- 78cf6f6 Always install python3 and its dev package by Terry Wilson · 6 years ago
- 6b6bdc7 inc/python: Remove ability to mark packages as non-Python3 by Stephen Finucane · 6 years ago
- bcb2c30 Remove TRACK_DEPENDS by Ian Wienand · 6 years ago
- 16bccbc Revert "install LIBS_FROM_GIT using python 2 and 3 where appropriate" by Peter Penchev · 6 years ago
- 9b6d2f2 Update (git|review).openstack.org links to opendev by Matt Riedemann · 7 years ago
- 4db9d56 Safety check for python version in get_pip_command by Tom Barron · 7 years ago
- e03bcb2 Remove crusty old python 3 package version logic by Matt Riedemann · 7 years ago
- 8ca63ac Merge "Fixed support python 2 on Fedora 27" by Zuul · 7 years ago
- a30dd1c Fixed support python 2 on Fedora 27 by Lenny Verkhovsky · 7 years ago
- ddb6179 Ease python 3 classifier check in check_python3_support_for_package_local by Matt Riedemann · 7 years ago
- c759706 support python 3 on centos 7 by Sean Mooney · 7 years ago
- f3302dc Merge "Add options for development bindep install" by Zuul · 7 years ago
- 85e6aaf Merge "Fix an issue in iniset function" by Zuul · 7 years ago
- 58243f6 Add options for development bindep install by Ian Wienand · 7 years ago
- 698796f Fix an issue in iniset function by Yi Wang · 7 years ago
- 36377f6 install under python3 by default when enabled by Doug Hellmann · 7 years ago
- 67394b0 Remove is_in_projects_txt by Andreas Jaeger · 7 years ago
- e991f7d Use bash-style test for Fedora version by imacdonn · 7 years ago
- c7c6765 iniset: fix handling of keys with spaces by Luigi Toscano · 8 years ago
- a0f319f Merge "Automatically set LIBS_FROM_GIT based on required projects" by Zuul · 8 years ago
- e1edde3 Automatically set LIBS_FROM_GIT based on required projects by James E. Blair · 8 years ago
- 236250f Rename python-openstacksdk to openstacksdk by Monty Taylor · 8 years ago
- b9891ee Fix Python3 get_python_exec_prefix on Fedora 27 by Victor Stinner · 8 years ago
- e46f22d Add workaround for openstacksdk in check_libs_from_git by Monty Taylor · 8 years ago
- 007f588 Convert to safe name in lib_installed_from_git by DamonLi · 8 years ago
- b5fb7fd Fix lib_installed_from_git by rabi · 8 years ago
- ec31a52 Merge "Update lib_install_from_git to use column format" by Zuul · 8 years ago
- 0657795 Properly get pip version by Clark Boylan · 8 years ago
- f0cd9a8 Update lib_install_from_git to use column format by Monty Taylor · 8 years ago
- 9e7ead9 Calculate package directory correctly in pip_install by Zane Bitter · 8 years ago
- ae9c6ab Use "pip list" in check_libs_from_git by Ian Wienand · 8 years ago
- 87d2396 Don't uninstall pip packages if OFFLINE=True by Sampath Priyankara · 8 years ago
- fa00777 Update URLs by Takashi NATSUME · 8 years ago
- f266a2d Install test-requirements with main install by Clark Boylan · 9 years ago
- 954fd1b Use -y with 'pip uninstall' by Brian Haley · 9 years ago
- f28e7ef uninstall libvirt-python and reinstall by Sean Dague · 9 years ago
- bacfb94 Enable openSUSE to work in Python 3.x environments by Armando Migliaccio · 9 years ago
- 6523d6e Merge "Make declared variables global" by Jenkins · 9 years ago
- afef8bf Make declared variables global by Sean Dague · 9 years ago
- 0e1e781 Merge "install LIBS_FROM_GIT using python 2 and 3 where appropriate" by Jenkins · 9 years ago
- 259c5e1 Merge "allow config to manage python3 use explicitly" by Jenkins · 9 years ago
- f80e2cf add install_devstack_tools by Sean Dague · 9 years ago
- a2eb894 install LIBS_FROM_GIT using python 2 and 3 where appropriate by Doug Hellmann · 9 years ago
- 94129c7 allow config to manage python3 use explicitly by Doug Hellmann · 9 years ago
- 52b1074 cinder: configure dlm when this one is zookeeper by Mehdi Abaakouk · 9 years ago
- 72bfe17 Merge "Warn instead of die on undefined config names" by Jenkins · 9 years ago
- 0c0d848 Add swift and uwsgi to py35 whitelist by Davanum Srinivas · 9 years ago
- afa8a00 Switch to python 3.5 by Davanum Srinivas · 9 years ago
- 22b6366 Warn instead of die on undefined config names by Sean Dague · 9 years ago
- 02f3f9a meta-config: Fix consecutive same sections by YAMAMOTO Takashi · 9 years ago
- 0a09976 Change python version to 3.5 by Lubosz "diltram" Kosnik · 9 years ago
- 88ccd47 Keep old behavior of setuptools for editable installs by Spyros Trigazis · 9 years ago
- bb35715 add local.conf modifying functions by Sean Dague · 10 years ago
- 46f8cb7 Add option to download all libs from git by Marc Koderer · 10 years ago
- c8c1c61 Normalize path for upper-constraints by YAMAMOTO Takashi · 10 years ago
- 7ae9729 Minor fixes for bashate trunk by Ian Wienand · 10 years ago
- b615691 Merge "XenAPI: add support to use local.conf" by Jenkins · 10 years ago
- c615993 Merge "Support extra dependencies when setup_develop" by Jenkins · 10 years ago
- 8ba3cf0 Merge "Preserve result returned by apt-get and pip" by Jenkins · 10 years ago
- 0842b81 Support extra dependencies when setup_develop by Brant Knudson · 10 years ago
- e208d06 Preserve result returned by apt-get and pip by Federico Ressi · 10 years ago
- 135bd48 Introduce iniget_sections function by vsaienko · 10 years ago
- cc6af3f XenAPI: add support to use local.conf by Huan Xie · 10 years ago
- 1f7631d Merge "Enable optional Python 3 support" by Jenkins · 10 years ago
- 563c68f Merge "Fix path setup in add_sudo_secure_path" by Jenkins · 10 years ago
- ddc3839 Enable optional Python 3 support by Doug Hellmann · 11 years ago
- e0ac37c Fix path setup in add_sudo_secure_path by Dmitry Guryanov · 10 years ago
- 5509ed5 Fix comment typos in inc/ and tests/ directories by Atsushi SAKAI · 10 years ago
- 523f488 Namespace XTRACE commands by Ian Wienand · 10 years ago
- 73de4a4 Merge "Provide an error message on bogus config file spec" by Jenkins · 10 years ago
- 85f42f6 Provide an error message on bogus config file spec by Thomas Morin · 10 years ago
- d111182 Merge "Don't mix declaration and set of locals" by Jenkins · 10 years ago
- cb658fa add pip install timing by Sean Dague · 10 years ago
- ada886d Don't mix declaration and set of locals by Ian Wienand · 10 years ago