history build cleanup
remove all of the extra commands that are no longer needed for importing the history of projects that we have already Change-Id: I89f467110a5f16593dae39b7d2ca969f114ca0a1
This commit is contained in:
parent
857d77e7e7
commit
a473201b5b
@ -17,144 +17,15 @@ function gen_from_git {
|
||||
$TOOLSDIR/tag_history_from_git.py $@
|
||||
}
|
||||
|
||||
gen_from_git openstackdocstheme $REPOS/openstackdocstheme
|
||||
gen_from_git openstack-doc-tools $REPOS/openstack-doc-tools
|
||||
|
||||
gen nova $REPOS/nova
|
||||
|
||||
gen swift $REPOS/swift
|
||||
gen swift-bench $REPOS/swift-bench
|
||||
|
||||
gen glance $REPOS/glance
|
||||
gen glance-store $REPOS/glance_store
|
||||
|
||||
gen keystone $REPOS/keystone
|
||||
gen keystoneauth $REPOS/keystoneauth
|
||||
gen keystonemiddleware $REPOS/keystonemiddleware
|
||||
gen pycadf $REPOS/pycadf
|
||||
gen python-keystoneclient-kerberos $REPOS/python-keystoneclient-kerberos
|
||||
# NOTE(dhellmann): This launchpad project hasn't been set up yet.
|
||||
# gen python-keystoneauth-saml2 $REPOS/keystoneauth-saml2
|
||||
|
||||
gen horizon $REPOS/horizon
|
||||
gen django-openstack-auth $REPOS/django_openstack_auth
|
||||
gen django-openstack-auth-kerberos $REPOS/django-openstack-auth-kerberos
|
||||
gen tuskar-ui $REPOS/tuskar-ui
|
||||
gen manila-ui $REPOS/manila-ui
|
||||
|
||||
gen neutron $REPOS/neutron $REPOS/neutron-fwaas $REPOS/neutron-lbaas \
|
||||
$REPOS/neutron-vpnaas $REPOS/dragonflow \
|
||||
$REPOS/octavia $REPOS/vmware-nsx \
|
||||
$(ls -d $REPOS/networking-*)
|
||||
|
||||
gen cinder $REPOS/cinder
|
||||
gen os-brick $REPOS/os-brick
|
||||
|
||||
gen ceilometer $REPOS/ceilometer
|
||||
gen ceilometermiddleware $REPOS/ceilometermiddleware
|
||||
gen gnocchi $REPOS/gnocchi
|
||||
gen aodh $REPOS/aodh
|
||||
|
||||
gen heat $REPOS/heat
|
||||
gen heat-cfntools $REPOS/heat-cfntools
|
||||
gen heat-translator $REPOS/heat-translator
|
||||
|
||||
gen trove $REPOS/trove
|
||||
gen trove-integration $REPOS/trove-integration
|
||||
|
||||
gen bifrost $REPOS/bifrost
|
||||
gen coreos-image-builder $REPOS/coreos-image-builder
|
||||
gen ironic $REPOS/ironic
|
||||
gen ironic-inspector $REPOS/ironic-inspector
|
||||
# NOTE(dhellmann): This launchpad project hasn't been set up yet.
|
||||
# gen ironic-lib $REPOS/ironic-lib
|
||||
# NOTE(dhellmann): This launchpad project hasn't been set up yet.
|
||||
# gen ironic-python-agent $REPOS/ironic-python-agent
|
||||
|
||||
# NOTE(dhellmann): This launchpad project hasn't been set up yet.
|
||||
# gen tempest-lib $REPOS/tempest-lib
|
||||
gen hacking $REPOS-dev/hacking
|
||||
gen os-testr $REPOS/os-testr
|
||||
# NOTE(dhellmann): This launchpad project hasn't been set up yet.
|
||||
# gen bashate $REPOS/bashate
|
||||
|
||||
# TripleO ?
|
||||
|
||||
gen zaqar $REPOS/zaqar
|
||||
|
||||
gen sahara $REPOS/sahara $REPOS/sahara-dashboard $REPOS/sahara-extra \
|
||||
$REPOS/sahara-image-elements
|
||||
|
||||
gen barbican $REPOS/barbican
|
||||
gen kite $REPOS/kite
|
||||
|
||||
gen designate $REPOS/designate $REPOS/designate-dashboard
|
||||
|
||||
gen magnum $REPOS/magnum
|
||||
|
||||
gen manila $REPOS/manila $REPOS/manila-image-elements
|
||||
|
||||
gen murano $REPOS/murano $REPOS/murano-dashboard $REPOS/murano-agent \
|
||||
$REPOS/murano-apps
|
||||
|
||||
gen cliff $REPOS/cliff
|
||||
gen os-client-config $REPOS/os-client-config
|
||||
|
||||
gen congress $REPOS/congress
|
||||
|
||||
gen rally $REPOS/rally
|
||||
|
||||
gen mistral $REPOS/mistral $REPOS/mistral-dashboard $REPOS/mistral-extra
|
||||
|
||||
gen magnetodb $REPOS/magnetodb
|
||||
|
||||
gen solum $REPOS/solum
|
||||
|
||||
gen cue $REPOS/cue $REPOS/cue-dashboard
|
||||
|
||||
# ALL CLIENTS
|
||||
for d in $REPOS/python-*client; do
|
||||
gen $(basename $d) $d || echo "MISSING PROJECT"
|
||||
if [[ $d =~ .*gantt.* ]]; then
|
||||
continue
|
||||
fi
|
||||
gen_from_git $(basename $d) $d
|
||||
done
|
||||
|
||||
# OSLO
|
||||
OSLO_REPOS="
|
||||
automaton
|
||||
debtcollector
|
||||
futurist
|
||||
oslo-incubator
|
||||
oslo.cache
|
||||
oslo.concurrency
|
||||
oslo.config
|
||||
oslo.context
|
||||
oslo.db
|
||||
oslo.i18n
|
||||
oslo.log
|
||||
oslo.messaging
|
||||
oslo.middleware
|
||||
oslo.policy
|
||||
oslo.rootwrap
|
||||
oslo.serialization
|
||||
oslo.service
|
||||
oslo.utils
|
||||
oslo.versionedobjects
|
||||
oslo.vmware
|
||||
oslosphinx
|
||||
oslotest
|
||||
pylockfile
|
||||
taskflow
|
||||
"
|
||||
|
||||
for repo in $OSLO_REPOS; do
|
||||
gen $repo $REPOS/$repo
|
||||
done
|
||||
|
||||
gen python-mox3 $REPOS/mox3
|
||||
gen oslo.reports $REPOS/oslo.reports
|
||||
gen pbr ${REPOS}-dev/pbr
|
||||
gen python-stevedore $REPOS/stevedore
|
||||
gen python-tooz $REPOS/tooz
|
||||
|
||||
# Remove things that don't look like named releases
|
||||
rm -rf deliverables/[0-9]*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user