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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7CD89139694 for ; Sun, 30 Jul 2017 09:23:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B725A1FC247; Sun, 30 Jul 2017 09:23:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 860531FC24C for ; Sun, 30 Jul 2017 09:23:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A322A341A43 for ; Sun, 30 Jul 2017 09:23:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9988D74C9 for ; Sun, 30 Jul 2017 09:23:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501406565.0deff097b2eaf288c2d2480e69f4564b6ddd57dd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/slurm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/slurm/slurm-16.05.2.ebuild sys-cluster/slurm/slurm-17.02.6.ebuild X-VCS-Directories: sys-cluster/slurm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0deff097b2eaf288c2d2480e69f4564b6ddd57dd X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:23:00 +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-Archives-Salt: f87ef770-7cb0-4919-a5e4-b23ce5307d1d X-Archives-Hash: 626b2417ad84b7e140793dea6dbcd40c commit: 0deff097b2eaf288c2d2480e69f4564b6ddd57dd Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 14:48:50 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:22:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0deff097 sys-cluster/slurm: use HTTPS for GitHub, HOMEPAGE, SRC_URI and doc Package-Manager: Portage-2.3.6, Repoman-2.3.3 sys-cluster/slurm/slurm-16.05.2.ebuild | 8 ++++---- sys-cluster/slurm/slurm-17.02.6.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-cluster/slurm/slurm-16.05.2.ebuild b/sys-cluster/slurm/slurm-16.05.2.ebuild index 9e0f02d6bbf..956fa3e1251 100644 --- a/sys-cluster/slurm/slurm-16.05.2.ebuild +++ b/sys-cluster/slurm/slurm-16.05.2.ebuild @@ -4,7 +4,7 @@ EAPI=6 if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="git://github.com/SchedMD/slurm.git" + EGIT_REPO_URI="https://github.com/SchedMD/slurm.git" INHERIT_GIT="git-r3" SRC_URI="" KEYWORDS="" @@ -17,7 +17,7 @@ else fi MY_P="${PN}-${MY_PV}" INHERIT_GIT="" - SRC_URI="http://www.schedmd.com/download/latest/${MY_P}.tar.bz2" + SRC_URI="https://www.schedmd.com/download/latest/${MY_P}.tar.bz2" KEYWORDS="~amd64 ~x86" S="${WORKDIR}/${MY_P}" fi @@ -25,7 +25,7 @@ fi inherit autotools eutils pam perl-module user prefix ${INHERIT_GIT} DESCRIPTION="SLURM: A Highly Scalable Resource Manager" -HOMEPAGE="http://www.schedmd.com" +HOMEPAGE="https://www.schedmd.com" LICENSE="GPL-2" SLOT="0" @@ -220,7 +220,7 @@ pkg_postinst() { elog "through a (javascript enabled) browser to create a configureation file." elog "Copy that file to /etc/slurm/slurm.conf on all nodes (including the headnode) of your cluster." einfo - elog "For cgroup support, please see http://www.schedmd.com/slurmdocs/cgroup.conf.html" + elog "For cgroup support, please see https://www.schedmd.com/slurmdocs/cgroup.conf.html" elog "Your kernel must be compiled with the wanted cgroup feature:" elog " General setup --->" elog " [*] Control Group support --->" diff --git a/sys-cluster/slurm/slurm-17.02.6.ebuild b/sys-cluster/slurm/slurm-17.02.6.ebuild index 1d246ec803a..72d5cafc994 100644 --- a/sys-cluster/slurm/slurm-17.02.6.ebuild +++ b/sys-cluster/slurm/slurm-17.02.6.ebuild @@ -4,7 +4,7 @@ EAPI=6 if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="git://github.com/SchedMD/slurm.git" + EGIT_REPO_URI="https://github.com/SchedMD/slurm.git" INHERIT_GIT="git-r3" SRC_URI="" KEYWORDS="" @@ -17,7 +17,7 @@ else fi MY_P="${PN}-${MY_PV}" INHERIT_GIT="" - SRC_URI="http://www.schedmd.com/download/latest/${MY_P}.tar.bz2" + SRC_URI="https://www.schedmd.com/download/latest/${MY_P}.tar.bz2" KEYWORDS="~amd64 ~x86" S="${WORKDIR}/${MY_P}" fi @@ -25,7 +25,7 @@ fi inherit autotools eutils pam perl-module user prefix ${INHERIT_GIT} DESCRIPTION="A Highly Scalable Resource Manager" -HOMEPAGE="http://www.schedmd.com" +HOMEPAGE="https://www.schedmd.com" LICENSE="GPL-2" SLOT="0" @@ -213,7 +213,7 @@ pkg_postinst() { elog "through a (javascript enabled) browser to create a configureation file." elog "Copy that file to /etc/slurm/slurm.conf on all nodes (including the headnode) of your cluster." echo - elog "For cgroup support, please see http://www.schedmd.com/slurmdocs/cgroup.conf.html" + elog "For cgroup support, please see https://www.schedmd.com/slurmdocs/cgroup.conf.html" elog "Your kernel must be compiled with the wanted cgroup feature:" elog " General setup --->" elog " [*] Control Group support --->"