From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 934E1158089 for ; Sun, 3 Sep 2023 08:10:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C65D32BC015; Sun, 3 Sep 2023 08:10:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 903D52BC015 for ; Sun, 3 Sep 2023 08:10:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA967335CEF for ; Sun, 3 Sep 2023 08:10:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F1CCF0C for ; Sun, 3 Sep 2023 08:10:55 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1693728646.aa8fa1e9d34de8f60e04b2ef47c34e90714b48ac.graaff@gentoo> Subject: [gentoo-commits] proj/apache:master commit in: / X-VCS-Repository: proj/apache X-VCS-Files: rolltarball.sh X-VCS-Directories: / X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: aa8fa1e9d34de8f60e04b2ef47c34e90714b48ac X-VCS-Branch: master Date: Sun, 3 Sep 2023 08:10:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 78864c1d-021c-4fb5-85b9-9fa6881bdd04 X-Archives-Hash: 37415e1cb2f2e023d5d6bfe464585f69 commit: aa8fa1e9d34de8f60e04b2ef47c34e90714b48ac Author: Hans de Graaff gentoo org> AuthorDate: Sun Sep 3 08:02:16 2023 +0000 Commit: Hans de Graaff gentoo 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 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