source: trunk/debian/changelog @ 350

Last change on this file since 350 was 350, checked in by dennis, 9 years ago

There was another version number hidden

File size: 10.2 KB
Line 
1pbs-python (4.6.1-2) UNRELEASED; urgency=low
2
3  [ Bas van der Vlies ]
4  * See Changes
5
6  [ Dennis Stam ]
7  * Modified sara_nodes to work with the new pbs and PBSQuery library
8  * Forgot to change the version number
9
10 -- Dennis Stam <dennis.stam@surfsara.nl>  Mon, 31 Aug 2015 09:07:22 +0200
11
12pbs-python (4.4.1-1) unstable; urgency=low
13
14  * See CHANGES
15
16 -- Dennis Stam <dennis.stam@surfsara.nl>  Wed, 04 Jun 2014 14:37:45 +0200
17
18pbs-python (4.4.0-1) unstable; urgency=low
19
20  * See CHANGES
21
22 -- Bas van der Vlies <bas.vandervlies@surfsara.nl>  Fri, 17 Jan 2014 14:13:07 +0100
23
24pbs-python (4.3.7-1) lenny; urgency=low
25
26  * See CHANGESk
27
28 -- Bas van der Vlies <bas.vandervlies@surfsara.nl>  Thu, 19 Sep 2013 14:11:56 +0200
29
30pbs-python (4.3.6-1) lenny; urgency=low
31
32  * See Changes
33
34 -- Dennis Stam <dennis.stam@surfsara.nl>  Thu, 16 May 2013 09:07:03 +0200
35
36pbs-python (4.3.5-1) lenny; urgency=low
37
38  * sara is now surfsara.nl, changed all references
39  * added a new code example for EVENT node parsing
40  * See Changes
41
42 -- Bas van der Vlies <bas.vandervlies@surfsara.nl>  Mon, 29 Apr 2013 17:21:39 +0200
43
44pbs-python (4.3.4-2) lenny; urgency=low
45
46  * Removed gb- from REGEX new_rack
47
48 -- Dennis Stam <dennis.stam@surfsara.nl>  Tue, 19 Feb 2013 16:54:39 +0100
49
50pbs-python (4.3.4-1) lenny; urgency=low
51
52  * See CHANGES
53  * install pbs_jobmonitor and pbs_joblogin in /usr/bin
54
55 -- Bas van der Vlies <basv@sara.nl>  Fri, 27 Apr 2012 09:54:54 +0200
56
57pbs-python (4.3.3-1) lenny; urgency=low
58
59  * see CHANGES
60
61 -- Bas van der Vlies <basv@sara.nl>  Tue, 03 Jan 2012 12:01:15 +0100
62
63pbs-python (4.3.1-1) lenny; urgency=low
64
65  * see CHANGES
66
67 -- Bas van der Vlies <bas@sara.nl>  Wed, 24 Aug 2011 14:08:09 +0200
68
69pbs-python (4.3.0-1) lenny; urgency=low
70
71  * See CHANGES
72
73 -- Bas van der Vlies <bas@sara.nl>  Fri, 05 Nov 2010 09:04:29 +0100
74
75pbs-python (4.2.0-2) lenny; urgency=low
76
77  * Update LICENSE file to LGPLV3
78  * patched pbsmon.py for torque 2.5
79  * see CHANGES for complete list
80
81 -- Bas van der Vlies <bas@sara.nl>  Thu, 10 Jun 2010 10:27:43 +0200
82
83pbs-python (4.1.2-1) lenny; urgency=low
84
85  * See changes not yes finishedm but some important fixes
86
87 -- bas van der Vlies <basv@sara.nl>  Thu, 20 May 2010 11:11:21 +0200
88
89pbs-python (4.1.0-1) lenny; urgency=low
90
91  * See CHANGES file
92
93 -- bas van der Vlies <bas@sara.nl>  Thu, 29 Apr 2010 13:24:24 +0200
94
95pbs-python (4.0.2-1) lenny; urgency=low
96
97  * See CHANGES file
98
99 -- bas van der Vlies <bas@sara.nl>  Fri, 23 Apr 2010 10:27:58 +0200
100
101pbs-python (4.0.1-1) lenny; urgency=low
102
103  * See CHANGES file
104
105 -- bas van der Vlies <bas@sara.nl>  Wed, 21 Apr 2010 08:26:02 +0200
106
107pbs-python (4.0.0-1) lenny; urgency=low
108
109  * See CHANGES file
110
111 -- Bas van der Vlies <basv@sara.nl>  Fri, 09 Apr 2010 09:43:24 +0200
112
113pbs-python (3.6.0-1) lenny; urgency=low
114
115  * New generated files pbs_wrap.c and pbs.py fixes an error in pbs_runjob()
116
117 -- Bas van der Vlies <basv@sara.nl>  Fri, 15 Jan 2010 04:40:35 +0100
118
119pbs-python (3.5.0-1) lenny; urgency=low
120
121  * PBSQuery
122        The class functions of node, job and queue support old and new data
123        structure.
124
125    Changed the behaviour of the new data stucture, We can use it as
126    dictionary and as class attribute, this is equivalent, eg:
127      - print node['np'] and print node.np
128
129    for a node we parse the 'status' line and split on '=' char, You now can
130    use these statements, eg
131     - print node.status.arch     (node['status'].arch or node['status']['arch'])
132     - print node.status.nsession
133
134    for a job we parse the 'Variable_List' line and split on '=' char, You now can
135    use the statements, eg:
136     - print job.Variable_List.PBS_O_WORKDIR
137     - print job.Variable_List.PBS_O_HOME
138
139    for more info see examples/new_interface.py
140
141    Author: Bas van der Vlies
142
143  * new_rack_pbsmon.py
144    Rewrite to new data structure and automatically determine how many nodes
145    and racks cluster has and skip printing of empty racks (default), use -w/--wide
146    for old behaviour.
147
148    Author: Bas van der Vlies
149
150 -- Bas van der Vlies <bas@sara.nl>  Mon, 12 Nov 2009 15:03:16 +0200
151
152pbs-python (3.2.0-1) intrepid; urgency=low
153
154  *  PBSQuery:
155     New data structure. In the old structure it is a dictionary
156     with a value and the value is a string. This is changed that
157     dictionary values are now of type list or dictionary depends
158     on the value of keyword, eg for a node:
159       - np = 2:
160       - node['np'] = [ '2' ]
161       - properties = cores2, mem4gb, parallel
162       - node['properties'] = [ 'cores2', 'mem4gb', 'parallel' ]
163       - status = arch=x86_64,sessions=22599,,size=70627864kb, ...
164       - node['status']['arch'] = [ 'x86_64' ]
165       - node['status']['sessions'] = [ '222599' ]
166       - ...
167
168         The data structure is activated by the function:
169          - new_data_structure()
170
171         In a future release it will be come the default.
172         example:
173         p = PBSQuery()
174         p.new_data_structure()
175
176        nodes = p.getnodes()
177        print nodes.np, nodes['np']
178
179         Author: Bas van der Vlies
180
181  *  PBSQuery:
182        For old and new data structure we now can use another syntax:
183     - node['np'] and node.np are equivalent
184
185        This new syntax works for all keywords.
186        Author: Bas van der Vlies
187
188  *  PBSQuery:
189        Added iter object for job, node, queue and server objects, eg:
190        node = p.getnode('gb-r1n1')
191        print node.name
192        for attrib in node:
193           print '%\t%s = %s' %(attrib, node[attrib])
194        Author: Bas van der Vlies
195
196  *  PBSQuery:
197        fixed an error in getnode, getqueue and getjob, return
198        empty dictionary if not found.
199        Author: Bas van der Vlies
200
201  *  PBSQuery:
202        New build system for rpm packages, make -f Makefile.rpm
203        Author: Michel Jouvin <jouvin add lal dot in2p3 dot fr>
204        Applied: Bas van der Vlies
205
206 -- Bas van der Vlies <bas@rc.sara.nl>  Thu, 14 May 2009 13:41:00 +0200
207
208pbs-python (3.0.1-2) intrepid; urgency=low
209
210  * adjust number of nodes to 32
211
212 -- root <root@rc.sara.nl>  Tue, 17 Mar 2009 18:17:18 +0100
213
214pbs-python (3.0.1-1) intrepid; urgency=low
215
216  * Small bug fix
217
218 -- root <root@rc.sara.nl>  Wed, 28 Jan 2009 13:58:43 +0100
219
220pbs-python (3.0.0-1) intrepid; urgency=low
221
222  * New api for PBSQuery and build on any architecture
223
224 -- Bas van der Vlies <bas@sara.nl>  Tue, 11 Nov 2008 12:48:39 +0100
225
226pbs-python (2.9.8-3) intrepid; urgency=low
227
228  * New functions added to PBSQuery
229
230 -- Bas van der Vlies <basv@sara.nl>  Fri, 10 Oct 2008 11:18:38 +0200
231
232pbs-python (2.9.8-2) intrepid; urgency=low
233
234  * New PBSQuery module
235
236 -- Bas van der Vlies <bas@sara.nl>  Wed,  8 Oct 2008 14:05:44 +0200
237
238pbs-python (2.9.8-1) intrepid; urgency=low
239
240  * New version with updated torque header file (version 2.X)
241
242 -- Bas van der Vlies <bas@rc.sara.nl>  Wed, 24 Sep 2008 12:32:29 +0200
243
244pbs-python (2.9.6-1) intrepid; urgency=low
245
246  * pbs_python.spec file patch added libdir and python defines so it
247    will build for RHEL5.1/CentOS 5.1 (by Michael Sternberg) and some
248    minor changes to the pbs_ifl.h file
249
250 -- Dennis Stam <dennis.stam@sara.nl>  Thu, 18 Sep 2008 11:23:16 +0200
251
252pbs-python (2.9.4-1) unstable; urgency=low
253
254  * New version with all the fixes as mentioned below
255
256 -- Bas van der Vlies <bas@rc.sara.nl>  Thu, 16 Nov 2006 14:29:16 +0100
257
258pbs-python (2.9.2-4) unstable; urgency=low
259
260  * PBSQuery: Make use of UserDict module
261
262 -- Bas van der Vlies <bas@rc.sara.nl>  Wed, 18 Oct 2006 11:46:34 +0200
263
264pbs-python (2.9.2-3) unstable; urgency=low
265
266  *  Fixed a has_key bug must return zero instead of None
267     Thanks to Ramon Bastiaans for reporting
268
269 -- Bas van der Vlies <bas@rc.sara.nl>  Fri, 13 Oct 2006 15:33:25 +0200
270
271pbs-python (2.9.2-2) unstable; urgency=low
272
273  * new_rack_pbsmon.py fixes serial/parallel calculations
274
275 -- Bas van der Vlies <bas@rc.sara.nl>  Tue, 10 Oct 2006 12:13:25 +0200
276
277pbs-python (2.9.2-1) unstable; urgency=low
278
279  * New upstream version, read CHANGES file
280
281 -- Bas van der Vlies <bas@rc.sara.nl>  Tue, 19 Sep 2006 16:17:54 +0200
282
283pbs-python (2.9.1-6) unstable; urgency=low
284
285  *  New torque build system
286
287 -- Bas van der Vlies <bas@rc.sara.nl>  Fri, 21 Jul 2006 10:41:31 +0200
288
289pbs-python (2.9.1-5) unstable; urgency=low
290
291  * Down state has most priority. So display it
292
293 -- Bas van der Vlies <bas@rc.sara.nl>  Fri, 16 Jun 2006 14:44:48 +0200
294
295pbs-python (2.9.1-4) unstable; urgency=low
296
297  *  Added sara_install to Makefile.in. Else
298     no new pbsmon for SARA
299
300 -- Bas van der Vlies <bas@rc.sara.nl>  Thu, 15 Jun 2006 12:23:54 +0200
301
302pbs-python (2.9.1-3) unstable; urgency=low
303
304  * New version adjusted new_rack_pbsmon.py to 39 racks
305
306 -- Bas van der Vlies <bas@rc.sara.nl>  Mon, 12 Jun 2006 11:56:26 +0200
307
308pbs-python (2.9.1-2) unstable; urgency=low
309
310  * Fixed a bug in new_rack_pbsmon.py
311
312 -- Bas van der Vlies <bas@rc.sara.nl>  Fri, 26 May 2006 16:41:35 +0200
313
314pbs-python (2.9.0-1) unstable; urgency=low
315
316  * Added new build system for torque 2.1.0 and higher
317
318 -- Bas van der Vlies <bas@rc.sara.nl>  Thu, 20 Apr 2006 14:25:21 +0200
319
320pbs-python (2.8.2-3) unstable; urgency=low
321
322  * Changed new_rack_pbsmon.py script by walter
323
324 -- Bas van der Vlies <bas@rc.sara.nl>  Thu, 13 Apr 2006 14:10:36 +0200
325
326pbs-python (2.8.2-2) unstable; urgency=low
327
328  *  Fixed Makefile.in, now right script
329
330 -- Bas van der Vlies <bas@rc.sara.nl>  Fri,  7 Apr 2006 10:59:35 +0200
331
332pbs-python (2.8.2-1) unstable; urgency=low
333
334  *  Added new pbsmon example: new_rack_pbsmon.py uses PBSQuery
335
336 -- Bas van der Vlies <bas@rc.sara.nl>  Thu,  6 Apr 2006 15:12:03 +0200
337
338pbs-python (2.8.0-2) unstable; urgency=medium
339
340  * Used swig 1.3.24 with python2.1 works also on higher python versions
341
342 -- Bas van der Vlies <bas@rc.sara.nl>  Mon,  7 Nov 2005 14:55:00 +0100
343
344pbs-python (2.8.0-1) unstable; urgency=low
345
346  * New pbs_python release, See CHANGES
347
348 -- Bas van der Vlies <bas@rc.sara.nl>  Fri,  4 Nov 2005 15:58:44 +0100
349
350pbs-python (2.7.10-1) unstable; urgency=low
351
352  * Added examples/LICENSE.sara to /usr/share/doc directory
353  * Made an sara_install section for pbsmon --> examples/rack_pbsmon.py
354
355 -- Bas van der Vlies <basv@sara.nl>  Mon, 26 Sep 2005 16:32:06 +0200
356
357pbs-python (2.7.9-2) unstable; urgency=low
358
359  * Bumped up version
360  * Fixed  DEBUG mode
361
362 -- Bas van der Vlies <bas@rc.sara.nl>  Fri, 24 Jun 2005 11:23:30 +0200
363
364pbs-python (2.7.5-1) unstable; urgency=low
365
366  * Initial version
367
368 -- Yaroslav Halchenko <debian@onerussian.com>  Mon, 1 Nov 2004 12:13:08 -0400
369
Note: See TracBrowser for help on using the repository browser.