summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 00:48:50 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:22:45 +0200
commit0deff097b2eaf288c2d2480e69f4564b6ddd57dd (patch)
treeb6d3ad076651a334c248932e79dd5e85f11de8fd /sys-cluster
parentsys-cluster/libquo: use HTTPS for GitHub, HOMEPAGE and SRC_URI (diff)
downloadgentoo-0deff097b2eaf288c2d2480e69f4564b6ddd57dd.tar.gz
gentoo-0deff097b2eaf288c2d2480e69f4564b6ddd57dd.tar.bz2
gentoo-0deff097b2eaf288c2d2480e69f4564b6ddd57dd.zip
sys-cluster/slurm: use HTTPS for GitHub, HOMEPAGE, SRC_URI and doc
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/slurm/slurm-16.05.2.ebuild8
-rw-r--r--sys-cluster/slurm/slurm-17.02.6.ebuild8
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 9e0f02d6bbf4..956fa3e12514 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 1d246ec803aa..72d5cafc9948 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 --->"