aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2018-10-01 08:55:08 +0100
committerPeter Maydell <peter.maydell@linaro.org>2018-10-01 08:55:08 +0100
commit61776c9f409f4f9f62ab92019089bb71ef6e1f43 (patch)
treeb18ccafc10ff3f00874d2482a88d44cd7c090bcb
parenteeb001fcc1aabd8f077cd2846724120a3aa8f962 (diff)
make-pullreq: Switch to https
Switch the URL we use for pulls from git: to https: Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rwxr-xr-xmake-pullreq2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-pullreq b/make-pullreq
index 71168be..c0570cd 100755
--- a/make-pullreq
+++ b/make-pullreq
@@ -23,7 +23,7 @@
# You need a publicly visible repo somewhere: what is its GIT URL
# for other people to access it?
-REMOTEURL=git://git.linaro.org/people/pmaydell/qemu-arm.git
+REMOTEURL=https://git.linaro.org/people/pmaydell/qemu-arm.git
# What does your local git tree name that remote? (used for 'git push $REMOTE')
REMOTE=pmaydell
# Where should we put the files which need to be emailed?