Commit Graph

5 Commits

Author SHA1 Message Date
Stephen Finucane 75cd334d14 Remove dead tooling
Remove the following collections of tools

  analyze-oslo.sh, new_core.py, new_core_analyzer.py,
  new_core_recruit.py
    Used to handle identification and onboarding of new cores. Committed
    in 2015 and likely unused in recent years.

  apply_cookiecutter.sh
    References "graduation" of oslo projects. Oslo Incubator is dead and
    so is this.

  dashboards/*, build_dashboards.sh
    From 2015 and untouched so likely unused nowadays. Most of these are
    available in the gerrit-dash-creator now.

  clean_oslo_namespaces.sh
    A remnant from the days we thought namespace packages were a good
    idea. I miss those days...

  clone_openstack.sh
    Clones the entirety of OpenStack to your local drive. Seems
    initially useful but references stackforge and untouched in years so
    not really.

  lint.py
    Runs PyLint with our special flavor of settings. Initially replaced
    by tox and now dead because PyLint is a PITA.

  find_used_deleted_modules.py
    Another reference to the incubator. Now dead.

  remove-namespace-packages-project.txt
    Describe the long-since-completed effort to drop namespace packages.
    No references and therefore removable.

  run_tests_common.sh, with_venv.sh, install_venv.py,
  install_venv_common.py
    All replaced by tox for, well, everything nowadays.

  colorizer.py
    No users after everything else is removed.

  virtual_sprint.py
    Sends an email about a virtual sprint. No one's using this anymore
    and it was last modified in 2014.

Change-Id: I6c5bd16dcfacdd816caf568f30e55451acf03ae1
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2018-07-19 14:03:46 +01:00
Doug Hellmann 21d52d5134 fix the clone script for the updated gerrit
gerrit now includes All-Users as one of the projects in the ls-projects
output, but that doesn't seem to be a real project so filter only on
things that actually have "openstack" at the start of the name.

Change-Id: I1c1281a5e502dd40f770c7d6ce4b06604c680137
2015-12-23 19:08:02 +00:00
Ronald Bradford 141c240507 Improve error messaging for accessing review.o.o
If the default OS user id does not match your gerrit username you
receive a blanket permission denied error message if retrieving the
list of gerrit projects fails.

This attempts to better identify the username, and provide a more
meaningful error message if the list projects function fails.

Change-Id: Ib05d3e7e4d772f42ad94d362bf34b4a36fc5cceb
2015-09-29 13:02:15 -04:00
Doug Hellmann 1b5f17185d Change clone_openstack.sh to ignore stackforge by default
Oslo projects will not be in stackforge, so we can ignore those by
default and save time and space.

Change-Id: Ia01e23cc4d38f4a5de06919495873fe57975d444
2014-10-09 15:59:59 -04:00
Doug Hellmann 2de8fbacf8 Add a script for checking out all OpenStack repos
Add a tool script for checking out a local copy of all of the OpenStack
repositories.

Change-Id: Id07ef1773e2baf2b4ee673a0f0a7454b8969de57
2014-09-25 15:32:36 -04:00