summaryrefslogtreecommitdiff
path: root/logerrit
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@libreoffice.org>2020-01-15 05:22:20 +0100
committerGuilhem Moulin <guilhem@libreoffice.org>2020-01-16 01:01:58 +0100
commitd144fe04e7689b0298239b78ee6a6638e136fd55 (patch)
treee3883115fa00814a27e82da54e86939b73e48233 /logerrit
parent1e6428deed42a1ede1d5adbef5676438e6e9e898 (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-xlogerrit4
1 files changed, 2 insertions, 2 deletions
diff --git a/logerrit b/logerrit
index 618686e012bd..ac33c4bf38f4 100755
--- a/logerrit
+++ b/logerrit
@@ -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 && \