-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChanges
44 lines (34 loc) · 1.94 KB
/
Changes
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
{{$NEXT}}
sge_job_array.pl now returns correct code on error
0.015 2015-02-04 15:13:26+00:00 Europe/London (TRIAL RELEASE)
Turned off built-in rules when calling make (seriously, who actually uses SCCS anymore?)
0.014 2014-11-23 12:47:13+00:00 Europe/London (TRIAL RELEASE)
Made /bin/bash the default shell to run recipes under.
Fixed bug in SGE job array dispatch where dispatcher would not
move farther down the list of commands after the first job
array had been dispatched.
Moved version numbering to three digit decimal format (according to DAGOLDEN)
Fixed bug where PE option did not work
Fixed bug with jobArrays where tempfiles were being deleted too soon.
Fixed some bugs introduced by previous work for usage with SGE
DM::Distributer::projectName and queue may now be undef as well
0.2.12 2014-03-04 18:05:13+00:00 Europe/London (TRIAL RELEASE)
Made DM::Distributer a role instead of a class.
DM::Distributer variables can now be set directly through
calls to DM objects.
0.2.11 2014-02-26 23:29:21+00:00 Europe/London (TRIAL RELEASE)
Rearranged dzil release process. This is a test to see if
everything works as expected.
0.2.10 2014-02-26 17:35:52+00:00 Europe/London (TRIAL RELEASE)
Trying to get the dzil build just right so that builds can
be seen on the build and release branches
0.2.9 Wed Feb 26 15:48:11 GMT 2014
Trying to get dist zilla to get through all the author tests
0.2.7 Mon Feb 17 22:34:14 GMT 2014
Added option to turn of post command touching of targets
using the postCmdTouch batch job override
0.2.6 Mon Dec 16 16:22:03 GMT 2013
Cluster engines that are not supported are now ignored with
an error if their binaries are found on the system.
0.2.5 Mon Dec 16 15:43:58 GMT 2013
Added return of exit status from execute()