References to review.openstack.org are replaced with review.opendev.org
Closes-Bug: #1832367 Change-Id: If38096aedac5c528a4feb5f70992afa4e13d6f67
This commit is contained in:
parent
a1b98d6d7a
commit
41364698b2
@ -16,7 +16,7 @@ fi
|
||||
GRENADE_USE_EXTERNAL_DEVSTACK=${GRENADE_USE_EXTERNAL_DEVSTACK:-False}
|
||||
|
||||
# Base GIT Repo URL
|
||||
# Another option is http://review.openstack.org/p
|
||||
# Another option is https://review.opendev.org/
|
||||
# Another option is https://github.com
|
||||
GIT_BASE=${GIT_BASE:-https://opendev.org}
|
||||
#GIT_BASE=/opt/git
|
||||
|
@ -9,7 +9,7 @@ source ${TARGET_DEVSTACK_DIR}/inc/python
|
||||
|
||||
function configure_nova_upgrade() {
|
||||
|
||||
# TODO(mriedem): Until https://review.openstack.org/#/c/600162/ merges
|
||||
# TODO(mriedem): Until https://review.opendev.org/c/600162/ merges
|
||||
# in devstack, we want to continue using placement from nova. We can
|
||||
# remove this once the devstack change lands.
|
||||
if [ -z "${PLACEMENT_REPO}" ]; then
|
||||
|
@ -66,7 +66,7 @@ FQ_HTML_BUILD=$(cd $HTML_BUILD && pwd)
|
||||
GLOG=$(mktemp gitlogXXXX)
|
||||
echo "<ul>" >$GLOG
|
||||
git log \
|
||||
--pretty=format:' <li>%s - <em>Commit <a href="https://review.openstack.org/#q,%h,n,z">%h</a> %cd</em></li>' \
|
||||
--pretty=format:' <li>%s - <em>Commit <a href="https://review.opendev.org/">%h</a> %cd</em></li>' \
|
||||
--date=short \
|
||||
--since '6 months ago' | grep -v Merge >>$GLOG
|
||||
echo "</ul>" >>$GLOG
|
||||
|
Loading…
x
Reference in New Issue
Block a user