commit:     aa8fa1e9d34de8f60e04b2ef47c34e90714b48ac
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 08:02:16 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 08:10:46 2023 +0000
URL:        https://gitweb.gentoo.org/proj/apache.git/commit/?id=aa8fa1e9

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 <AT> gentoo.org>

 rolltarball.sh | 4 ++--
 1 file 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
                        

Reply via email to