summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-09-03 10:02:16 +0200
committerHans de Graaff <graaff@gentoo.org>2023-09-03 10:10:46 +0200
commitaa8fa1e9d34de8f60e04b2ef47c34e90714b48ac (patch)
tree74ea4e6315870102f6194b2515e68b109242cd0e
parentFix interface binding check in init.d file (diff)
downloadapache-aa8fa1e9d34de8f60e04b2ef47c34e90714b48ac.tar.gz
apache-aa8fa1e9d34de8f60e04b2ef47c34e90714b48ac.tar.bz2
apache-aa8fa1e9d34de8f60e04b2ef47c34e90714b48ac.zip
Show https URLs for dev.gentoo.org
These URLs are only for display purposes, but still more sensible to show https URLs. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rwxr-xr-xrolltarball.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/rolltarball.sh b/rolltarball.sh
index 8852ca2..e2ef6d7 100755
--- a/rolltarball.sh
+++ b/rolltarball.sh
@@ -432,10 +432,10 @@ build_tarball() {
if [[ "${UPLOAD_DEV}" -eq 1 ]] ; then
pretend && einfo " Upload ${TB} to"
- pretend && einfo " http://dev.gentoo.org/~${G_USER}/dist/apache/"
+ pretend && einfo " https://dev.gentoo.org/~${G_USER}/dist/apache/"
pretend || {
einfo "Uploading ${TB} to"
- ebegin " http://dev.gentoo.org/~${G_USER}/dist/apache/"
+ ebegin " https://dev.gentoo.org/~${G_USER}/dist/apache/"
edebug "Making directories on dev.gentoo.org: ~/public_html/dist/apache"
ssh ${G_USER}@dev.gentoo.org 'mkdir -pm 0755 ~/public_html/dist/apache/' >&9 || eend $? "Failed to make directories" || die