Last active
July 1, 2019 14:11
-
-
Save 4383/099bcd72c616974aa5952232de1cb283 to your computer and use it in GitHub Desktop.
retrieve oslo projects from governance by using niet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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