diff options
author | Guilhem Moulin <guilhem@libreoffice.org> | 2020-01-15 05:22:20 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@libreoffice.org> | 2020-01-16 01:01:58 +0100 |
commit | d144fe04e7689b0298239b78ee6a6638e136fd55 (patch) | |
tree | e3883115fa00814a27e82da54e86939b73e48233 /logerrit | |
parent | 1e6428deed42a1ede1d5adbef5676438e6e9e898 (diff) |
logerrit: Upgrade URIs to https://
Change-Id: I0dc259178e5df6334a13ab04850ec662499fe7d3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86821
Reviewed-by: Guilhem Moulin <guilhem@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'logerrit')
-rwxr-xr-x | logerrit | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,7 +63,7 @@ case "$1" in echo " <any other gerrit command>" echo echo "advanced users should consider using git review instead:" - echo "http://wiki.documentfoundation.org/Development/GitReview" + echo "https://wiki.documentfoundation.org/Development/GitReview" exit ;; setup) @@ -236,7 +236,7 @@ case "$1" in echo >> ../commitmsg echo "branch is at:" >> ../commitmsg git log -1|sed -e "s/Change-Id:/XXXXXX:/" >> ../commitmsg - git fetch git://gerrit.libreoffice.org/core.git feature/$BRANCH && \ + git fetch https://git.libreoffice.org/core feature/$BRANCH && \ git checkout -b featuretst FETCH_HEAD && \ cp -a .git-hooks/* .git/hooks git commit --allow-empty -F ../commitmsg && \ |