File: SOURCES.txt

package info (click to toggle)
clustershell 1.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,228 kB
  • sloc: python: 20,978; makefile: 149
file content (158 lines) | stat: -rw-r--r-- 4,465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
COPYING.LGPLv2.1
ChangeLog
MANIFEST.in
README.md
setup.cfg
setup.py
bash_completion.d/cluset
bash_completion.d/clush
conf/clush.conf
conf/groups.conf
conf/topology.conf.example
conf/clush.conf.d/README
conf/clush.conf.d/sshpass.conf.example
conf/clush.conf.d/sudo.conf.example
conf/groups.conf.d/README
conf/groups.conf.d/ace.conf.example
conf/groups.conf.d/genders.conf.example
conf/groups.conf.d/slurm.conf.example
conf/groups.conf.d/xcat.conf.example
conf/groups.d/README
conf/groups.d/cluster.yaml.example
conf/groups.d/local.cfg
doc/epydoc/clustershell_epydoc.conf
doc/examples/check_nodes.py
doc/examples/defaults.conf-rsh
doc/extras/vim/ftdetect/clustershell.vim
doc/extras/vim/syntax/clushconf.vim
doc/extras/vim/syntax/groupsconf.vim
doc/man/man1/clubak.1
doc/man/man1/cluset.1
doc/man/man1/clush.1
doc/man/man1/nodeset.1
doc/man/man5/clush.conf.5
doc/man/man5/groups.conf.5
doc/sphinx/Makefile
doc/sphinx/clustershell-nautilus-logo200.png
doc/sphinx/conf.py
doc/sphinx/config.rst
doc/sphinx/further.rst
doc/sphinx/index.rst
doc/sphinx/install.rst
doc/sphinx/intro.rst
doc/sphinx/release.rst
doc/sphinx/_static/clustershell-nautilus-logo200.png
doc/sphinx/_static/theme_overrides.css
doc/sphinx/api/Defaults.rst
doc/sphinx/api/EngineTimer.rst
doc/sphinx/api/Event.rst
doc/sphinx/api/MsgTree.rst
doc/sphinx/api/NodeSet.rst
doc/sphinx/api/NodeUtils.rst
doc/sphinx/api/RangeSet.rst
doc/sphinx/api/Task.rst
doc/sphinx/api/index.rst
doc/sphinx/api/workers/ExecWorker.rst
doc/sphinx/api/workers/StreamWorker.rst
doc/sphinx/api/workers/TreeWorker.rst
doc/sphinx/api/workers/Worker.rst
doc/sphinx/api/workers/WorkerPdsh.rst
doc/sphinx/api/workers/WorkerPopen.rst
doc/sphinx/api/workers/WorkerRsh.rst
doc/sphinx/api/workers/WorkerSsh.rst
doc/sphinx/api/workers/index.rst
doc/sphinx/guide/examples.rst
doc/sphinx/guide/index.rst
doc/sphinx/guide/nodesets.rst
doc/sphinx/guide/rangesets.rst
doc/sphinx/guide/taskmgnt.rst
doc/sphinx/tools/clubak.rst
doc/sphinx/tools/cluset.rst
doc/sphinx/tools/clush.rst
doc/sphinx/tools/index.rst
doc/sphinx/tools/nodeset.rst
doc/txt/README
doc/txt/clubak.txt
doc/txt/cluset.txt
doc/txt/clush.conf.txt
doc/txt/clush.txt
doc/txt/clustershell.rst
doc/txt/groups.conf.txt
doc/txt/nodeset.txt
lib/ClusterShell/Communication.py
lib/ClusterShell/Defaults.py
lib/ClusterShell/Event.py
lib/ClusterShell/Gateway.py
lib/ClusterShell/MsgTree.py
lib/ClusterShell/NodeSet.py
lib/ClusterShell/NodeUtils.py
lib/ClusterShell/Propagation.py
lib/ClusterShell/RangeSet.py
lib/ClusterShell/Task.py
lib/ClusterShell/Topology.py
lib/ClusterShell/__init__.py
lib/ClusterShell.egg-info/PKG-INFO
lib/ClusterShell.egg-info/SOURCES.txt
lib/ClusterShell.egg-info/dependency_links.txt
lib/ClusterShell.egg-info/entry_points.txt
lib/ClusterShell.egg-info/requires.txt
lib/ClusterShell.egg-info/top_level.txt
lib/ClusterShell/CLI/Clubak.py
lib/ClusterShell/CLI/Clush.py
lib/ClusterShell/CLI/Config.py
lib/ClusterShell/CLI/Display.py
lib/ClusterShell/CLI/Error.py
lib/ClusterShell/CLI/Nodeset.py
lib/ClusterShell/CLI/OptionParser.py
lib/ClusterShell/CLI/Utils.py
lib/ClusterShell/CLI/__init__.py
lib/ClusterShell/Engine/EPoll.py
lib/ClusterShell/Engine/Engine.py
lib/ClusterShell/Engine/Factory.py
lib/ClusterShell/Engine/Poll.py
lib/ClusterShell/Engine/Select.py
lib/ClusterShell/Engine/__init__.py
lib/ClusterShell/Worker/EngineClient.py
lib/ClusterShell/Worker/Exec.py
lib/ClusterShell/Worker/Pdsh.py
lib/ClusterShell/Worker/Popen.py
lib/ClusterShell/Worker/Rsh.py
lib/ClusterShell/Worker/Ssh.py
lib/ClusterShell/Worker/Tree.py
lib/ClusterShell/Worker/Worker.py
lib/ClusterShell/Worker/__init__.py
lib/ClusterShell/Worker/fastsubprocess.py
tests/CLIClubakTest.py
tests/CLIClushTest.py
tests/CLIConfigTest.py
tests/CLIDisplayTest.py
tests/CLINodesetTest.py
tests/CLIOptionParserTest.py
tests/DefaultsTest.py
tests/MisusageTest.py
tests/MsgTreeTest.py
tests/NodeSetGroupTest.py
tests/NodeSetTest.py
tests/RangeSetNDTest.py
tests/RangeSetTest.py
tests/StreamWorkerTest.py
tests/TLib.py
tests/TaskDistantMixin.py
tests/TaskDistantPdshMixin.py
tests/TaskDistantPdshTest.py
tests/TaskDistantTest.py
tests/TaskEventTest.py
tests/TaskLocalMixin.py
tests/TaskLocalTest.py
tests/TaskMsgTreeTest.py
tests/TaskPortTest.py
tests/TaskRLimitsTest.py
tests/TaskThreadJoinTest.py
tests/TaskThreadSuspendTest.py
tests/TaskTimeoutTest.py
tests/TaskTimerTest.py
tests/TreeGatewayTest.py
tests/TreeTaskTest.py
tests/TreeTopologyTest.py
tests/TreeWorkerTest.py
tests/WorkerExecTest.py