Commit Graph

3 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 e42436ae2f clean up dashboard definitions
Remove the redundant project specifiers from the dashboard files.

Change-Id: Iabd0524d8469904701bce5535b9fc7c558e1535a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-04-28 12:55:08 -04:00
ChangBo Guo(gcb) 2cc9420c0c Add Oslo review dashboard config files
Add main review dashboard config file and all libraries review
dashboard config files in four parts.

Use following command to generate review links:
./build_dashboards.sh   ${gerrit-dash-creator-bin}gerrit-dash-creator
${dashboard-config}/dashboards/

Change-Id: I4a2e7a2c1a57f7bf3befaa4c19c88dc306de9b64
2017-04-26 11:46:59 +08:00