tree: 80cee99b4c79b6b4fb7b5891b154d8711382897f [path history] [tgz]
  1. README.md
  2. config/
  3. pyproject.toml
  4. requirements/
  5. src/
  6. tests/
  7. tox.ini
tools/git-if-needed/python/README.md

gifn-apply - run git-if-needed on the specified repositories

Making sure OpenStack patches will apply cleanly

Once the patch and series files in the top-level patches/ tree of the sp-osci repository have been updated, run the gifn-apply tool against a set of OpenStack repositories:

tox -e functional-cinder

If the REPO_URL_OPENSTACK environment variable is set, it will be used as the base directory to form the locations of the OpenStack Git repositories to check out for testing.

This file still needs more words.