This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG
94 lines (65 loc) · 2.52 KB
/
CHANGELOG
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
ChangeLog
---------
v1.4.0 2023-08-08
* added pyproject.toml
v1.3.11 2021-12-14
* pilot 3 updates, some cleanup of legacy code
v1.3.10 2021-03-29
* added pilot_gdp_config
v1.3.9 2020-08-03
* schedconfig_json
v1.3.8 2020-02-21
* python 3
v1.3.7 2019-05-14
* updated pilot tarball creation
v1.3.6 2016-06-02
* removed /data/atlpan/srv prefix
v1.3.3 2015-09-15
* added autosetuppre and autosetuppost
v1.3.2 2013-07-08
* fixed sysconfig for SLC6
v1.3.1 ?
* added maxwdir?
v1.3.0 2012-08-09 Graeme Stewart <[email protected]>
* Add 'faxredirector', 'allowfax', 'maxtime' to pilot fields.
* Add more information on how this works to README and INSTALLATION.
v1.2.3 2012-04-19 Peter Love <[email protected]>
* added fairsharepolicy to factory json
v1.2.2 2012-02-07 Graeme Stewart <[email protected]>
* Add lfcregister as a dump field for pilot
* Revert change in cachePilots.sh from Jose (r8959, never deployed in production)
v1.2.0 2011-03-14 Graeme Stewart <[email protected]>
* Add cloud field to fields for pilot
v1.1.0 2011-01-18
* Use os.path.join instead of string concatenation.
* Query cloud status and set all queues offline if the cloud is offline.
* Changed dump of lastmod and tspace into ISO datetime in UTC.
* Corrected database query code (added missing commit()).
v1.0.0 2010-12-10
* Substantial refactoring of the code to move the main cacheSchedConfig class
into separate class.
v0.1.11 2010-12-09
* Fix problem in the "pilot" output format. "appdir" needs to come first and so
sort() breaks this because "allowdirectaccess" is first, alphabetically.
* Produce pilot output in json format as well.
v0.1.10-1 2010-12-08
* Add new allowdirectaccess field to the pilot parameters. (Graeme)
v0.1.6-1 2010-05-28
* Made the buildPilots.sh script the new builder. Deleted old buildPilot.sh script (Graeme)
* Moved SVN repository for pilot code to CERN (Graeme)
v0.1.5-1 2010-05-22
* New buildPilots.sh script which also builds an OSG specific tarball (Jose)
* Added many new schedconfig fields for factory (Graeme)
v0.1.4-1 2010-03-11
* Added new field (timefloor) to the set of cached fields for the
pilot.
v0.1.3-2 2010-02-23
* Fixed missing /n on the cachePilot cron, which was causing crond to ignore
this script.
v0.1.3 2010-02-04
* Added pilot caching code (builds pilot tarball from svn)
* Corrected bug in killing of stale SC cachers
v0.1.2 2010-02-03
* Changed CACHEDIR location to panda server directory.
v0.1.1 2010-01-28
* First RPM release