Skip to content

Instantly share code, notes, and snippets.

@4383
Last active July 1, 2019 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 4383/099bcd72c616974aa5952232de1cb283 to your computer and use it in GitHub Desktop.
Save 4383/099bcd72c616974aa5952232de1cb283 to your computer and use it in GitHub Desktop.
retrieve oslo projects from governance by using niet
# retrieve all the oslo projects url by using openstack/governance
# https://github.com/openstack/governance
# first install niet
# pip install niet
niet "oslo.deliverables.*[repos][0]" governance/reference/projects.yaml
niet "oslo.deliverables.*[repos][0][0]" governance/reference/projects.yaml -f ifs
# openstack/automaton openstack/castellan openstack/cookiecutter openstack/debtcollector openstack/devstack-plugin-amqp1 openstack/devstack-plugin-kafka openstack/devstack-plugin-pika openstack/devstack-plugin-zmq openstack/futurist openstack/mox3 openstack/oslo-cookiecutter openstack/oslo-specs openstack/oslo.cache openstack/oslo.concurrency openstack/oslo.config openstack/oslo.context openstack/oslo.db openstack/oslo.i18n openstack/oslo.limit openstack/oslo.log openstack/oslo.messaging openstack/oslo.middleware openstack/oslo.policy openstack/oslo.privsep openstack/oslo.reports openstack/oslo.rootwrap openstack/oslo.serialization openstack/oslo.service openstack/oslo.tools openstack/oslo.upgradecheck openstack/oslo.utils openstack/oslo.versionedobjects openstack/oslo.vmware openstack/oslotest openstack/osprofiler openstack/pbr openstack/sphinx-feature-classification openstack/stevedore openstack/taskflow openstack/tooz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment