Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/slurm/
Date: Sun, 30 Jul 2017 09:23:07
Message-Id: 1501406565.0deff097b2eaf288c2d2480e69f4564b6ddd57dd.mgorny@gentoo
1 commit: 0deff097b2eaf288c2d2480e69f4564b6ddd57dd
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 14:48:50 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:22:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0deff097
7
8 sys-cluster/slurm: use HTTPS for GitHub, HOMEPAGE, SRC_URI and doc
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sys-cluster/slurm/slurm-16.05.2.ebuild | 8 ++++----
13 sys-cluster/slurm/slurm-17.02.6.ebuild | 8 ++++----
14 2 files changed, 8 insertions(+), 8 deletions(-)
15
16 diff --git a/sys-cluster/slurm/slurm-16.05.2.ebuild b/sys-cluster/slurm/slurm-16.05.2.ebuild
17 index 9e0f02d6bbf..956fa3e1251 100644
18 --- a/sys-cluster/slurm/slurm-16.05.2.ebuild
19 +++ b/sys-cluster/slurm/slurm-16.05.2.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=6
22
23 if [[ ${PV} == *9999* ]]; then
24 - EGIT_REPO_URI="git://github.com/SchedMD/slurm.git"
25 + EGIT_REPO_URI="https://github.com/SchedMD/slurm.git"
26 INHERIT_GIT="git-r3"
27 SRC_URI=""
28 KEYWORDS=""
29 @@ -17,7 +17,7 @@ else
30 fi
31 MY_P="${PN}-${MY_PV}"
32 INHERIT_GIT=""
33 - SRC_URI="http://www.schedmd.com/download/latest/${MY_P}.tar.bz2"
34 + SRC_URI="https://www.schedmd.com/download/latest/${MY_P}.tar.bz2"
35 KEYWORDS="~amd64 ~x86"
36 S="${WORKDIR}/${MY_P}"
37 fi
38 @@ -25,7 +25,7 @@ fi
39 inherit autotools eutils pam perl-module user prefix ${INHERIT_GIT}
40
41 DESCRIPTION="SLURM: A Highly Scalable Resource Manager"
42 -HOMEPAGE="http://www.schedmd.com"
43 +HOMEPAGE="https://www.schedmd.com"
44
45 LICENSE="GPL-2"
46 SLOT="0"
47 @@ -220,7 +220,7 @@ pkg_postinst() {
48 elog "through a (javascript enabled) browser to create a configureation file."
49 elog "Copy that file to /etc/slurm/slurm.conf on all nodes (including the headnode) of your cluster."
50 einfo
51 - elog "For cgroup support, please see http://www.schedmd.com/slurmdocs/cgroup.conf.html"
52 + elog "For cgroup support, please see https://www.schedmd.com/slurmdocs/cgroup.conf.html"
53 elog "Your kernel must be compiled with the wanted cgroup feature:"
54 elog " General setup --->"
55 elog " [*] Control Group support --->"
56
57 diff --git a/sys-cluster/slurm/slurm-17.02.6.ebuild b/sys-cluster/slurm/slurm-17.02.6.ebuild
58 index 1d246ec803a..72d5cafc994 100644
59 --- a/sys-cluster/slurm/slurm-17.02.6.ebuild
60 +++ b/sys-cluster/slurm/slurm-17.02.6.ebuild
61 @@ -4,7 +4,7 @@
62 EAPI=6
63
64 if [[ ${PV} == *9999* ]]; then
65 - EGIT_REPO_URI="git://github.com/SchedMD/slurm.git"
66 + EGIT_REPO_URI="https://github.com/SchedMD/slurm.git"
67 INHERIT_GIT="git-r3"
68 SRC_URI=""
69 KEYWORDS=""
70 @@ -17,7 +17,7 @@ else
71 fi
72 MY_P="${PN}-${MY_PV}"
73 INHERIT_GIT=""
74 - SRC_URI="http://www.schedmd.com/download/latest/${MY_P}.tar.bz2"
75 + SRC_URI="https://www.schedmd.com/download/latest/${MY_P}.tar.bz2"
76 KEYWORDS="~amd64 ~x86"
77 S="${WORKDIR}/${MY_P}"
78 fi
79 @@ -25,7 +25,7 @@ fi
80 inherit autotools eutils pam perl-module user prefix ${INHERIT_GIT}
81
82 DESCRIPTION="A Highly Scalable Resource Manager"
83 -HOMEPAGE="http://www.schedmd.com"
84 +HOMEPAGE="https://www.schedmd.com"
85
86 LICENSE="GPL-2"
87 SLOT="0"
88 @@ -213,7 +213,7 @@ pkg_postinst() {
89 elog "through a (javascript enabled) browser to create a configureation file."
90 elog "Copy that file to /etc/slurm/slurm.conf on all nodes (including the headnode) of your cluster."
91 echo
92 - elog "For cgroup support, please see http://www.schedmd.com/slurmdocs/cgroup.conf.html"
93 + elog "For cgroup support, please see https://www.schedmd.com/slurmdocs/cgroup.conf.html"
94 elog "Your kernel must be compiled with the wanted cgroup feature:"
95 elog " General setup --->"
96 elog " [*] Control Group support --->"