sys-cluster/slurm: use HTTPS for GitHub, HOMEPAGE, SRC_URI and doc

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
David Hicks
2017-07-30 00:48:50 +10:00
committed by Michał Górny
parent 9162b1c703
commit 0deff097b2
2 changed files with 8 additions and 8 deletions

View File

@@ -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 --->"

View File

@@ -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 --->"