commit cd20c8eef222e6b54fb3601e0ed18a7316d09b07
Author: Arkadiusz MiĆkiewicz <[email protected]>
Date: Mon Nov 10 14:23:00 2014 +0100
Switch to https for client/request handler server and between builders
communication. (TODO: certs verification)
make-request.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/make-request.sh b/make-request.sh
index 156b749..12cbd76 100755
--- a/make-request.sh
+++ b/make-request.sh
@@ -43,7 +43,7 @@ url="$url"
mailer="/usr/lib/sendmail -t"
gpg_opts=""
dist=th
-url="http://src.th.pld-linux.org:1234/"
+url="https://srcbuilder.pld-linux.org:1234/"
# defaults:
f_upgrade=yes
@@ -540,13 +540,13 @@ ti-dev)
th)
builder_email="[email protected]"
default_builders="th-*"
- url="http://src.th.pld-linux.org:1234/"
- control_url="http://src.th.pld-linux.org"
+ url="https://srcbuilder.pld-linux.org:1234/"
+ control_url="https://srcbuilder.pld-linux.org/th/"
;;
th-java) # fake "dist" for java available th architectures
builder_email="[email protected]"
default_builders="th-x86_64 th-athlon th-i686"
- url="http://src.th.pld-linux.org:1234/"
+ url="https://srcbuilder.pld-linux.org:1234/"
;;
aidath)
builder_email="[email protected]"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/cca6584b96e6c33d0732d559e43e100d804e2ecd
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit