Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
Date: Wed, 30 Dec 2020 21:56:05
Message-Id: 1609365281.0094cfec4bdf41fe49009f1d176d46caa785c29c.epsilon-0@gentoo
1 commit: 0094cfec4bdf41fe49009f1d176d46caa785c29c
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Dec 30 21:54:41 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Dec 30 21:54:41 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0094cfec
7
8 sys-cluster/htcondor: temporarily fix metadata
9
10 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
11
12 sys-cluster/htcondor/metadata.xml | 22 +++++++++++-----------
13 1 file changed, 11 insertions(+), 11 deletions(-)
14
15 diff --git a/sys-cluster/htcondor/metadata.xml b/sys-cluster/htcondor/metadata.xml
16 index 3846c294e..360f4388f 100644
17 --- a/sys-cluster/htcondor/metadata.xml
18 +++ b/sys-cluster/htcondor/metadata.xml
19 @@ -9,21 +9,21 @@
20 <name>Gentoo Cluster Project</name>
21 </maintainer>
22 <longdescription lang="en">
23 -HTCondor is a open-source, specialized workload management system for
24 -compute-intensive jobs. Like other full-featured batch systems, HTCondor
25 -provides a job queueing mechanism, scheduling policy, priority scheme,
26 -resource monitoring, and resource management. Users submit their serial
27 -or parallel jobs to HTCondor, HTCondor places them into a queue, chooses
28 -when and where to run the jobs based upon a policy, carefully monitors
29 -their progress, and ultimately informs the user upon completion. HTCondor
30 -also contains mechanisms to submit jobs to grid-sites and supports many
31 -different grid toolkits.
32 -</longdescription>
33 + HTCondor is a open-source, specialized workload management system for
34 + compute-intensive jobs. Like other full-featured batch systems, HTCondor
35 + provides a job queueing mechanism, scheduling policy, priority scheme,
36 + resource monitoring, and resource management. Users submit their serial
37 + or parallel jobs to HTCondor, HTCondor places them into a queue, chooses
38 + when and where to run the jobs based upon a policy, carefully monitors
39 + their progress, and ultimately informs the user upon completion. HTCondor
40 + also contains mechanisms to submit jobs to grid-sites and supports many
41 + different grid toolkits.
42 + </longdescription>
43 <use>
44 <flag name="boinc">Enable backfill with BOINC jobs when the cluster is not being used</flag>
45 <flag name="cgroup">Use <pkg>dev-libs/libcgroup</pkg> for kernel control groups</flag>
46 <flag name="contrib">Build contrib modules</flag>
47 - <flag name="dmtcp">Use <pkg>sys-apps/dmtcp</pkg> for checkpointing</flag>
48 + <flag name="dmtcp">Use dmtcp for checkpointing</flag>
49 <flag name="libvirt">Use <pkg>app-emulation/libvirt</pkg> for virtualisation</flag>
50 <flag name="minimal">Don't support standard universe jobs</flag>
51 <flag name="X">Enable the HTCondor Keyboard Daemon to monitor logged in X users for activity</flag>