Update CCP refs
This commit is contained in:
parent
8d80265392
commit
898e79a49e
1 changed files with 3 additions and 12 deletions
|
@ -51,6 +51,9 @@ cleanup() {
|
||||||
|
|
||||||
fetch_mcp() {
|
fetch_mcp() {
|
||||||
git clone "${PROTO}review.fuel-infra.org:29418/nextgen/microservices"
|
git clone "${PROTO}review.fuel-infra.org:29418/nextgen/microservices"
|
||||||
|
pushd microservices
|
||||||
|
git review -d 22660
|
||||||
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
fetch_repos() {
|
fetch_repos() {
|
||||||
|
@ -63,21 +66,12 @@ fetch_repos() {
|
||||||
|
|
||||||
fetch_app_def() {
|
fetch_app_def() {
|
||||||
echo "Fetch app-def repos"
|
echo "Fetch app-def repos"
|
||||||
mariadb=21637
|
|
||||||
keystone=21848
|
|
||||||
memcached=21849
|
|
||||||
rabbitmq=22053
|
|
||||||
horizon=21850
|
|
||||||
neutron=21886
|
neutron=21886
|
||||||
ovs=21951
|
ovs=21951
|
||||||
nova=21871
|
nova=21871
|
||||||
glance=21998
|
|
||||||
|
|
||||||
cd $LOCAL_REPO
|
cd $LOCAL_REPO
|
||||||
|
|
||||||
cd ms-horizon
|
|
||||||
git review -d $horizon
|
|
||||||
cd -
|
|
||||||
cd ms-neutron
|
cd ms-neutron
|
||||||
git review -d $neutron
|
git review -d $neutron
|
||||||
cd -
|
cd -
|
||||||
|
@ -87,9 +81,6 @@ fetch_app_def() {
|
||||||
cd ms-nova
|
cd ms-nova
|
||||||
git review -d $nova
|
git review -d $nova
|
||||||
cd -
|
cd -
|
||||||
cd ms-glance
|
|
||||||
git review -d $glance
|
|
||||||
cd -
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cleanup
|
cleanup
|
||||||
|
|
Loading…
Reference in a new issue