~ubuntu-branches/ubuntu/saucy/lcmaps-plugins-jobrep/saucy-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Dennis van Dok
  • Date: 2013-05-23 11:38:59 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130523113859-j3aprq5imdokjunw
Tags: 1.5.3-1
New upstream release ; this includes recording the GATEKEEPER_JM_ID
so jobs can be linked to credentials

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
------------------------------------------------------------------------
2
 
r16519 | okoeroo | 2012-08-31 13:22:15 +0200 (Fri, 31 Aug 2012) | 1 line
 
2
r16972 | okoeroo | 2013-03-21 12:26:20 +0100 (do, 21 mrt 2013) | 1 line
 
3
Changed paths:
 
4
   M /trunk/lcmaps-plugins-jobrep/doc/jobrep_database_design.graffle
 
5
   M /trunk/lcmaps-plugins-jobrep/doc/jobrep_database_design.pdf
 
6
 
 
7
Updating database schema design, now equipped with gatekeeper_jm_id
 
8
------------------------------------------------------------------------
 
9
r16971 | okoeroo | 2013-03-21 12:23:55 +0100 (do, 21 mrt 2013) | 1 line
 
10
Changed paths:
 
11
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/jobrep_data_handling.c
 
12
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/jobrep_data_handling.h
 
13
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
 
14
   M /trunk/lcmaps-plugins-jobrep/utils/jobrep-create-basic.sql
 
15
 
 
16
Added the GATEKEEPER_JM_ID into the compute_jobs table to bind that environment variable to my effective credentials (session) id key for GridSAFE.
 
17
------------------------------------------------------------------------
 
18
r16970 | okoeroo | 2013-03-21 02:44:05 +0100 (do, 21 mrt 2013) | 1 line
 
19
Changed paths:
 
20
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
 
21
 
 
22
fixing a stupid mistake
 
23
------------------------------------------------------------------------
 
24
r16969 | okoeroo | 2013-03-21 02:08:26 +0100 (do, 21 mrt 2013) | 1 line
 
25
Changed paths:
 
26
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
 
27
 
 
28
Adding the GATEKEEPER_JM_ID
 
29
------------------------------------------------------------------------
 
30
r16968 | okoeroo | 2013-03-11 21:14:51 +0100 (ma, 11 mrt 2013) | 1 line
 
31
Changed paths:
 
32
   M /trunk/lcmaps-plugins-jobrep/utils/jobrep-admin.sh.in
 
33
 
 
34
Removed loading the database with the jobrep-create-CE.sql file. The file is obsoleted as all the SQL commands are in the jobrep-create-basic.sql
 
35
------------------------------------------------------------------------
 
36
r16953 | msalle | 2013-03-04 16:31:43 +0100 (ma, 04 mrt 2013) | 2 lines
 
37
Changed paths:
 
38
   M /trunk/lcmaps-plugins-jobrep/ChangeLog
 
39
 
 
40
Update ChangeLog
 
41
 
 
42
------------------------------------------------------------------------
 
43
r16952 | msalle | 2013-03-04 16:31:23 +0100 (ma, 04 mrt 2013) | 2 lines
 
44
Changed paths:
 
45
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/Makefile.am
 
46
 
 
47
Remove -Wconversion flag
 
48
 
 
49
------------------------------------------------------------------------
 
50
r16950 | msalle | 2013-03-04 16:14:22 +0100 (ma, 04 mrt 2013) | 2 lines
 
51
Changed paths:
 
52
   M /trunk/lcmaps-plugins-jobrep/ChangeLog
 
53
 
 
54
Update ChangeLog
 
55
 
 
56
------------------------------------------------------------------------
 
57
r16949 | msalle | 2013-03-04 16:14:01 +0100 (ma, 04 mrt 2013) | 2 lines
 
58
Changed paths:
 
59
   M /trunk/lcmaps-plugins-jobrep/BUGS
 
60
 
 
61
Update BUGS
 
62
 
 
63
------------------------------------------------------------------------
 
64
r16948 | msalle | 2013-03-04 15:58:50 +0100 (ma, 04 mrt 2013) | 4 lines
 
65
Changed paths:
 
66
   M /trunk/lcmaps-plugins-jobrep/NEWS
 
67
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
 
68
 
 
69
Add LOG_INFO log line when plugin succeeds.
 
70
Fix typo in log message.
 
71
Update NEWS file.
 
72
 
 
73
------------------------------------------------------------------------
 
74
r16947 | msalle | 2013-03-04 15:50:15 +0100 (ma, 04 mrt 2013) | 4 lines
 
75
Changed paths:
 
76
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.c
 
77
 
 
78
Replace goto-loop with for-loop. Note: we should rework this to prevent relying
 
79
on the rowcount. See note on
 
80
http://msdn.microsoft.com/en-us/library/windows/desktop/ms711835%28v=vs.85%29.aspx
 
81
 
 
82
------------------------------------------------------------------------
 
83
r16946 | msalle | 2013-03-04 14:49:33 +0100 (ma, 04 mrt 2013) | 3 lines
 
84
Changed paths:
 
85
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.c
 
86
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.h
 
87
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/jobrep_data_handling.c
 
88
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/jobrep_data_handling.h
 
89
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
 
90
 
 
91
Fix all invalid or implicit type conversions, update return type of SQL_Query
 
92
to SQLRETURN, uid and gid data is mostly long, not int. Use macro SQL_SUCCEEDED()
 
93
 
 
94
------------------------------------------------------------------------
 
95
r16944 | okoeroo | 2013-03-01 16:14:14 +0100 (vr, 01 mrt 2013) | 1 line
 
96
Changed paths:
 
97
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.c
 
98
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/Makefile.am
 
99
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/jobrep_data_handling.c
 
100
 
 
101
Removed a lot of conversion errors in the jobrep plugin code which interacts with the SQL layer on CentOS 6 64
 
102
------------------------------------------------------------------------
 
103
r16943 | msalle | 2013-03-01 15:24:04 +0100 (vr, 01 mrt 2013) | 2 lines
 
104
Changed paths:
 
105
   M /trunk/lcmaps-plugins-jobrep/configure.ac
 
106
 
 
107
Add test for libcrypto/OpenSSL-devel
 
108
 
 
109
------------------------------------------------------------------------
 
110
r16942 | msalle | 2013-03-01 15:13:10 +0100 (vr, 01 mrt 2013) | 3 lines
 
111
Changed paths:
 
112
   M /trunk/lcmaps-plugins-jobrep/NEWS
 
113
   M /trunk/lcmaps-plugins-jobrep/configure.ac
 
114
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.c
 
115
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.h
 
116
 
 
117
Wrong type for certain variables lead to a mismatch on RH6/64 leading to a
 
118
SIGABORT. Updating NEWS and version
 
119
 
 
120
------------------------------------------------------------------------
 
121
r16937 | dennisvd | 2013-02-28 14:28:57 +0100 (do, 28 feb 2013) | 1 line
 
122
Changed paths:
 
123
   M /trunk/lcmaps-plugins-jobrep/ChangeLog
 
124
 
 
125
Update for 1.5.1 release
 
126
------------------------------------------------------------------------
 
127
r16930 | msalle | 2013-02-27 16:40:15 +0100 (wo, 27 feb 2013) | 2 lines
 
128
Changed paths:
 
129
   M /trunk/lcmaps-plugins-jobrep/NEWS
 
130
 
 
131
Add NEWS file entry
 
132
 
 
133
------------------------------------------------------------------------
 
134
r16872 | msalle | 2013-02-25 14:14:58 +0100 (ma, 25 feb 2013) | 2 lines
 
135
Changed paths:
 
136
   M /trunk/lcmaps-plugins-jobrep/utils/jobrep-admin.sh.in
 
137
 
 
138
Make jobrep-admin script posix compliant
 
139
 
 
140
------------------------------------------------------------------------
 
141
r16861 | okoeroo | 2013-02-22 12:16:33 +0100 (vr, 22 feb 2013) | 1 line
 
142
Changed paths:
 
143
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
 
144
 
 
145
Fixing a segv by avoiding an unsafe cast.
 
146
------------------------------------------------------------------------
 
147
r16768 | msalle | 2012-11-08 15:55:50 +0100 (do, 08 nov 2012) | 2 lines
 
148
Changed paths:
 
149
   M /trunk/lcmaps-plugins-jobrep/Makefile.am
 
150
 
 
151
Install and distribute BUGS as documentation
 
152
 
 
153
------------------------------------------------------------------------
 
154
r16749 | dennisvd | 2012-11-05 23:56:52 +0100 (ma, 05 nov 2012) | 2 lines
 
155
Changed paths:
 
156
   M /trunk/lcmaps-plugins-jobrep/doc/lcmaps_jobrep.mod.8
 
157
 
 
158
Removed leftover .UE macro.
 
159
 
 
160
------------------------------------------------------------------------
 
161
r16540 | msalle | 2012-09-28 16:17:18 +0200 (vr, 28 sep 2012) | 2 lines
 
162
Changed paths:
 
163
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.c
 
164
 
 
165
Add missing newlines in log entries.
 
166
 
 
167
------------------------------------------------------------------------
 
168
r16538 | msalle | 2012-09-28 15:29:32 +0200 (vr, 28 sep 2012) | 7 lines
 
169
Changed paths:
 
170
   D /trunk/lcmaps-plugins-jobrep/INSTALL
 
171
   M /trunk/lcmaps-plugins-jobrep/Makefile.am
 
172
   M /trunk/lcmaps-plugins-jobrep/configure.ac
 
173
   A /trunk/lcmaps-plugins-jobrep/doc/install_instructions.txt (from /trunk/lcmaps-plugins-jobrep/INSTALL:16535)
 
174
   M /trunk/lcmaps-plugins-jobrep/utils/jobrep-create-basic.sql
 
175
 
 
176
Bugfixes:
 
177
- install INSTALL, but rename into install_instructions.txt
 
178
- improve text in the install instructions
 
179
- typo in jobrep-create-basic.sql: fqan_id -> voms_fqan_id
 
180
Bump version
 
181
 
 
182
 
 
183
------------------------------------------------------------------------
 
184
r16522 | okoeroo | 2012-08-31 15:01:27 +0200 (vr, 31 aug 2012) | 3 lines
 
185
Changed paths:
 
186
   A /trunk/lcmaps-plugins-jobrep/BUGS
 
187
   M /trunk/lcmaps-plugins-jobrep/ChangeLog
 
188
   A /trunk/lcmaps-plugins-jobrep/README
 
189
 
 
190
Updated and new files.
 
191
 
 
192
 
 
193
------------------------------------------------------------------------
 
194
r16519 | okoeroo | 2012-08-31 13:22:15 +0200 (vr, 31 aug 2012) | 1 line
3
195
Changed paths:
4
196
   A /trunk/lcmaps-plugins-jobrep/INSTALL
5
197
 
6
198
Adding an Quick INSTALL guide
7
199
------------------------------------------------------------------------
8
 
r16518 | msalle | 2012-08-31 13:16:12 +0200 (Fri, 31 Aug 2012) | 2 lines
 
200
r16518 | msalle | 2012-08-31 13:16:12 +0200 (vr, 31 aug 2012) | 2 lines
9
201
Changed paths:
10
202
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.c
11
203
 
12
204
Fix typo (found by lintian in the binary!)
13
205
 
14
206
------------------------------------------------------------------------
15
 
r16517 | okoeroo | 2012-08-31 13:13:56 +0200 (Fri, 31 Aug 2012) | 1 line
 
207
r16517 | okoeroo | 2012-08-31 13:13:56 +0200 (vr, 31 aug 2012) | 1 line
16
208
Changed paths:
17
209
   M /trunk/lcmaps-plugins-jobrep/doc/lcmaps_jobrep.mod.8
18
210
 
19
211
Latest greatest MAN page
20
212
------------------------------------------------------------------------
21
 
r16515 | okoeroo | 2012-08-31 12:51:15 +0200 (Fri, 31 Aug 2012) | 1 line
 
213
r16515 | okoeroo | 2012-08-31 12:51:15 +0200 (vr, 31 aug 2012) | 1 line
22
214
Changed paths:
23
215
   M /trunk/lcmaps-plugins-jobrep/doc/lcmaps_jobrep.mod.8
24
216
 
25
217
Typos and fixes
26
218
------------------------------------------------------------------------
27
 
r16512 | okoeroo | 2012-08-31 12:43:09 +0200 (Fri, 31 Aug 2012) | 1 line
 
219
r16512 | okoeroo | 2012-08-31 12:43:09 +0200 (vr, 31 aug 2012) | 1 line
28
220
Changed paths:
29
221
   M /trunk/lcmaps-plugins-jobrep/NEWS
30
222
 
31
223
NEWS, read all about it. In this case the jobrep plugin
32
224
------------------------------------------------------------------------
33
 
r16511 | okoeroo | 2012-08-31 12:31:17 +0200 (Fri, 31 Aug 2012) | 1 line
 
225
r16511 | okoeroo | 2012-08-31 12:31:17 +0200 (vr, 31 aug 2012) | 1 line
34
226
Changed paths:
35
227
   M /trunk/lcmaps-plugins-jobrep/doc/jobrep_database_design.graffle
36
228
   M /trunk/lcmaps-plugins-jobrep/doc/jobrep_database_design.pdf
37
229
 
38
230
Updated database schema PDF and date in the OmniGraffle file.
39
231
------------------------------------------------------------------------
40
 
r16510 | okoeroo | 2012-08-31 12:27:55 +0200 (Fri, 31 Aug 2012) | 1 line
 
232
r16510 | okoeroo | 2012-08-31 12:27:55 +0200 (vr, 31 aug 2012) | 1 line
41
233
Changed paths:
42
234
   M /trunk/lcmaps-plugins-jobrep/doc/lcmaps_jobrep.mod.8
43
235
 
44
236
Rewritten the man page for this module.
45
237
------------------------------------------------------------------------
46
 
r16506 | msalle | 2012-08-31 11:16:31 +0200 (Fri, 31 Aug 2012) | 2 lines
 
238
r16506 | msalle | 2012-08-31 11:16:31 +0200 (vr, 31 aug 2012) | 2 lines
47
239
Changed paths:
48
240
   M /trunk/lcmaps-plugins-jobrep/doc/Makefile.am
49
241
 
50
242
Fix updated name of manpage
51
243
 
52
244
------------------------------------------------------------------------
53
 
r16505 | msalle | 2012-08-31 11:01:20 +0200 (Fri, 31 Aug 2012) | 2 lines
 
245
r16505 | msalle | 2012-08-31 11:01:20 +0200 (vr, 31 aug 2012) | 2 lines
54
246
Changed paths:
55
247
   M /trunk/lcmaps-plugins-jobrep/configure.ac
56
248
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/Makefile.am
58
250
Remove linking with odbcinst (not needed)
59
251
 
60
252
------------------------------------------------------------------------
61
 
r16501 | msalle | 2012-08-30 10:56:08 +0200 (Thu, 30 Aug 2012) | 2 lines
 
253
r16501 | msalle | 2012-08-30 10:56:08 +0200 (do, 30 aug 2012) | 2 lines
62
254
Changed paths:
63
255
   M /trunk/lcmaps-plugins-jobrep/utils/Makefile.am
64
256
   D /trunk/lcmaps-plugins-jobrep/utils/jobrep-create-CE.sql
66
258
Remove deprecated jobrep-create-CE.sql
67
259
 
68
260
------------------------------------------------------------------------
69
 
r16500 | msalle | 2012-08-30 10:52:44 +0200 (Thu, 30 Aug 2012) | 2 lines
 
261
r16500 | msalle | 2012-08-30 10:52:44 +0200 (do, 30 aug 2012) | 2 lines
70
262
Changed paths:
71
263
   M /trunk/lcmaps-plugins-jobrep/Makefile.am
72
264
 
73
265
Do not distribute graffle. Install the database design pdf.
74
266
 
75
267
------------------------------------------------------------------------
76
 
r16499 | msalle | 2012-08-30 10:42:53 +0200 (Thu, 30 Aug 2012) | 2 lines
 
268
r16499 | msalle | 2012-08-30 10:42:53 +0200 (do, 30 aug 2012) | 2 lines
77
269
Changed paths:
78
270
   M /trunk/lcmaps-plugins-jobrep/Makefile.am
79
271
 
80
272
Make sure manpages are installed. Make sure all docs are distributed.
81
273
 
82
274
------------------------------------------------------------------------
83
 
r16498 | msalle | 2012-08-30 10:31:35 +0200 (Thu, 30 Aug 2012) | 2 lines
 
275
r16498 | msalle | 2012-08-30 10:31:35 +0200 (do, 30 aug 2012) | 2 lines
84
276
Changed paths:
85
277
   M /trunk/lcmaps-plugins-jobrep/Makefile.am
86
278
   M /trunk/lcmaps-plugins-jobrep/bootstrap
88
280
Update copyright and authors
89
281
 
90
282
------------------------------------------------------------------------
91
 
r16497 | msalle | 2012-08-29 17:40:19 +0200 (Wed, 29 Aug 2012) | 2 lines
 
283
r16497 | msalle | 2012-08-29 17:40:19 +0200 (wo, 29 aug 2012) | 2 lines
92
284
Changed paths:
93
285
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.c
94
286
 
95
287
No pointer arithmetic with void pointers.
96
288
 
97
289
------------------------------------------------------------------------
98
 
r16496 | msalle | 2012-08-29 17:31:16 +0200 (Wed, 29 Aug 2012) | 3 lines
 
290
r16496 | msalle | 2012-08-29 17:31:16 +0200 (wo, 29 aug 2012) | 3 lines
99
291
Changed paths:
100
292
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/Makefile.am
101
293
 
103
295
 
104
296
 
105
297
------------------------------------------------------------------------
106
 
r16495 | msalle | 2012-08-29 16:25:54 +0200 (Wed, 29 Aug 2012) | 2 lines
 
298
r16495 | msalle | 2012-08-29 16:25:54 +0200 (wo, 29 aug 2012) | 2 lines
107
299
Changed paths:
108
300
   D /trunk/lcmaps-plugins-jobrep/project/globus.m4
109
301
   D /trunk/lcmaps-plugins-jobrep/project/jobrep_api.m4
111
303
Removing now-unneeded m4 macros for jobrep_api and globus.
112
304
 
113
305
------------------------------------------------------------------------
114
 
r16494 | okoeroo | 2012-08-14 11:30:52 +0200 (Tue, 14 Aug 2012) | 1 line
 
306
r16494 | okoeroo | 2012-08-14 11:30:52 +0200 (di, 14 aug 2012) | 1 line
115
307
Changed paths:
116
308
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/jobrep_data_handling.c
117
309
 
118
310
Cleanup
119
311
------------------------------------------------------------------------
120
 
r16493 | okoeroo | 2012-08-14 09:15:43 +0200 (Tue, 14 Aug 2012) | 1 line
 
312
r16493 | okoeroo | 2012-08-14 09:15:43 +0200 (di, 14 aug 2012) | 1 line
121
313
Changed paths:
122
314
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.c
123
315
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
124
316
 
125
317
Fixed crash when the DSN doesn't exist
126
318
------------------------------------------------------------------------
127
 
r16492 | okoeroo | 2012-08-13 22:52:37 +0200 (Mon, 13 Aug 2012) | 1 line
 
319
r16492 | okoeroo | 2012-08-13 22:52:37 +0200 (ma, 13 aug 2012) | 1 line
128
320
Changed paths:
129
321
   M /trunk/lcmaps-plugins-jobrep/utils/jobrep-create-CE.sql
130
322
   M /trunk/lcmaps-plugins-jobrep/utils/jobrep-create-basic.sql
131
323
 
132
324
Adjusted the database schema
133
325
------------------------------------------------------------------------
134
 
r16491 | okoeroo | 2012-08-13 22:48:50 +0200 (Mon, 13 Aug 2012) | 1 line
 
326
r16491 | okoeroo | 2012-08-13 22:48:50 +0200 (ma, 13 aug 2012) | 1 line
135
327
Changed paths:
136
328
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.c
137
329
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.h
140
332
 
141
333
Added a database transaction, where needed
142
334
------------------------------------------------------------------------
143
 
r16490 | okoeroo | 2012-08-13 12:52:59 +0200 (Mon, 13 Aug 2012) | 1 line
 
335
r16490 | okoeroo | 2012-08-13 12:52:59 +0200 (ma, 13 aug 2012) | 1 line
144
336
Changed paths:
145
337
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/jobrep_data_handling.c
146
338
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/jobrep_data_handling.h
149
341
 
150
342
Added effective_credential_unix_gids to the mix. Only need the coupling from or to the Globus environment
151
343
------------------------------------------------------------------------
152
 
r16489 | okoeroo | 2012-08-13 12:24:34 +0200 (Mon, 13 Aug 2012) | 1 line
 
344
r16489 | okoeroo | 2012-08-13 12:24:34 +0200 (ma, 13 aug 2012) | 1 line
153
345
Changed paths:
154
346
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.c
155
347
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/jobrep_data_handling.c
159
351
 
160
352
Added insert into effective_credentials_unix_uid_voms and all sub-tables
161
353
------------------------------------------------------------------------
162
 
r16488 | okoeroo | 2012-08-13 08:15:04 +0200 (Mon, 13 Aug 2012) | 1 line
 
354
r16488 | okoeroo | 2012-08-13 08:15:04 +0200 (ma, 13 aug 2012) | 1 line
163
355
Changed paths:
164
356
   M /trunk/lcmaps-plugins-jobrep/doc/jobrep_database_design.graffle
165
357
   M /trunk/lcmaps-plugins-jobrep/doc/jobrep_database_design.pdf
166
358
 
167
359
Updated/reorganized database lay-out and fixed some bugs. Also the code is capable of inserting the annotated table names
168
360
------------------------------------------------------------------------
169
 
r16487 | okoeroo | 2012-08-12 22:15:35 +0200 (Sun, 12 Aug 2012) | 1 line
 
361
r16487 | okoeroo | 2012-08-12 22:15:35 +0200 (zo, 12 aug 2012) | 1 line
170
362
Changed paths:
171
363
   M /trunk/lcmaps-plugins-jobrep/doc/jobrep_database_design.graffle
172
364
   M /trunk/lcmaps-plugins-jobrep/doc/jobrep_database_design.pdf
173
365
 
174
366
Fixed content and updated the lay-out
175
367
------------------------------------------------------------------------
176
 
r16486 | okoeroo | 2012-08-12 21:48:37 +0200 (Sun, 12 Aug 2012) | 1 line
 
368
r16486 | okoeroo | 2012-08-12 21:48:37 +0200 (zo, 12 aug 2012) | 1 line
177
369
Changed paths:
178
370
   A /trunk/lcmaps-plugins-jobrep/doc/jobrep_database_design.graffle
179
371
   A /trunk/lcmaps-plugins-jobrep/doc/jobrep_database_design.pdf
180
372
 
181
373
Adding new database lay-out design.
182
374
------------------------------------------------------------------------
183
 
r16485 | okoeroo | 2012-08-12 16:29:43 +0200 (Sun, 12 Aug 2012) | 3 lines
 
375
r16485 | okoeroo | 2012-08-12 16:29:43 +0200 (zo, 12 aug 2012) | 3 lines
184
376
Changed paths:
185
377
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.c
186
378
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.h
194
386
 
195
387
 
196
388
------------------------------------------------------------------------
197
 
r16484 | okoeroo | 2012-08-07 16:22:46 +0200 (Tue, 07 Aug 2012) | 1 line
 
389
r16484 | okoeroo | 2012-08-07 16:22:46 +0200 (di, 07 aug 2012) | 1 line
198
390
Changed paths:
199
391
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.c
200
392
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/jobrep_data_handling.c
204
396
 
205
397
Added FQANs into the database, and assigning a user_id by extraction and selection from the certificates directory
206
398
------------------------------------------------------------------------
207
 
r16483 | okoeroo | 2012-08-07 11:58:01 +0200 (Tue, 07 Aug 2012) | 1 line
 
399
r16483 | okoeroo | 2012-08-07 11:58:01 +0200 (di, 07 aug 2012) | 1 line
208
400
Changed paths:
209
401
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/jobrep_data_handling.c
210
402
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/jobrep_data_handling.h
213
405
 
214
406
Added push of certificate details to the database.
215
407
------------------------------------------------------------------------
216
 
r16482 | okoeroo | 2012-08-06 19:12:59 +0200 (Mon, 06 Aug 2012) | 1 line
 
408
r16482 | okoeroo | 2012-08-06 19:12:59 +0200 (ma, 06 aug 2012) | 1 line
217
409
Changed paths:
218
410
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/Makefile.am
219
411
   A /trunk/lcmaps-plugins-jobrep/src/jobrep/jobrep_data_handling.c
223
415
 
224
416
Split source files
225
417
------------------------------------------------------------------------
226
 
r16480 | okoeroo | 2012-08-06 17:42:32 +0200 (Mon, 06 Aug 2012) | 1 line
 
418
r16480 | okoeroo | 2012-08-06 17:42:32 +0200 (ma, 06 aug 2012) | 1 line
227
419
Changed paths:
228
420
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.c
229
421
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.h
233
425
 
234
426
Fixed cleanups and more. Easy querying now
235
427
------------------------------------------------------------------------
236
 
r16474 | okoeroo | 2012-08-02 18:57:14 +0200 (Thu, 02 Aug 2012) | 1 line
 
428
r16474 | okoeroo | 2012-08-02 18:57:14 +0200 (do, 02 aug 2012) | 1 line
237
429
Changed paths:
238
430
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.c
239
431
   M /trunk/lcmaps-plugins-jobrep/src/api/jobrep_odbc_api.h
241
433
 
242
434
Tiny updates for the jobrep
243
435
------------------------------------------------------------------------
244
 
r16473 | okoeroo | 2012-08-02 17:39:58 +0200 (Thu, 02 Aug 2012) | 1 line
 
436
r16473 | okoeroo | 2012-08-02 17:39:58 +0200 (do, 02 aug 2012) | 1 line
245
437
Changed paths:
246
438
   M /trunk/lcmaps-plugins-jobrep/NEWS
247
439
   M /trunk/lcmaps-plugins-jobrep/configure.ac
253
445
 
254
446
Merged jobrepository library into the plug-in. This aids debugging possibilities
255
447
------------------------------------------------------------------------
256
 
r16150 | dennisvd | 2012-03-15 14:03:02 +0100 (Thu, 15 Mar 2012) | 2 lines
 
448
r16150 | dennisvd | 2012-03-15 14:03:02 +0100 (do, 15 mrt 2012) | 2 lines
257
449
Changed paths:
258
450
   M /trunk/lcmaps-plugins-jobrep/NEWS
259
451
   M /trunk/lcmaps-plugins-jobrep/configure.ac
264
456
Include manual pages (copied from Debian packaging)
265
457
 
266
458
------------------------------------------------------------------------
267
 
r15769 | okoeroo | 2011-12-16 10:56:45 +0100 (Fri, 16 Dec 2011) | 3 lines
 
459
r15769 | okoeroo | 2011-12-16 10:56:45 +0100 (vr, 16 dec 2011) | 3 lines
268
460
Changed paths:
269
461
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/Makefile.am
270
462
 
272
464
 
273
465
 
274
466
------------------------------------------------------------------------
275
 
r15762 | okoeroo | 2011-12-16 10:41:38 +0100 (Fri, 16 Dec 2011) | 3 lines
 
467
r15762 | okoeroo | 2011-12-16 10:41:38 +0100 (vr, 16 dec 2011) | 3 lines
276
468
Changed paths:
277
469
   M /trunk/lcmaps-plugins-jobrep/ChangeLog
278
470
   M /trunk/lcmaps-plugins-jobrep/configure.ac
281
473
 
282
474
 
283
475
------------------------------------------------------------------------
284
 
r15628 | msalle | 2011-11-24 13:03:32 +0100 (Thu, 24 Nov 2011) | 4 lines
 
476
r15628 | msalle | 2011-11-24 13:03:32 +0100 (do, 24 nov 2011) | 4 lines
285
477
Changed paths:
286
478
   M /trunk/lcmaps-plugins-afs/configure.ac
287
479
   M /trunk/lcmaps-plugins-afs/src/afs/Makefile.am
309
501
 
310
502
 
311
503
------------------------------------------------------------------------
312
 
r15550 | okoeroo | 2011-11-10 10:02:28 +0100 (Thu, 10 Nov 2011) | 4 lines
 
504
r15550 | okoeroo | 2011-11-10 10:02:28 +0100 (do, 10 nov 2011) | 4 lines
313
505
Changed paths:
314
506
   M /trunk/lcmaps-plugins-jobrep/NEWS
315
507
   M /trunk/lcmaps-plugins-jobrep/configure.ac
321
513
 
322
514
 
323
515
------------------------------------------------------------------------
324
 
r15497 | msalle | 2011-09-20 23:06:18 +0200 (Tue, 20 Sep 2011) | 2 lines
 
516
r15497 | msalle | 2011-09-20 23:06:18 +0200 (di, 20 sep 2011) | 2 lines
325
517
Changed paths:
326
518
   M /trunk/lcmaps-plugins-jobrep/configure.ac
327
519
 
328
520
Downgrading to 1.3.13, since the last release is 1.3.12.
329
521
 
330
522
------------------------------------------------------------------------
331
 
r15495 | msalle | 2011-09-20 22:52:19 +0200 (Tue, 20 Sep 2011) | 4 lines
 
523
r15495 | msalle | 2011-09-20 22:52:19 +0200 (di, 20 sep 2011) | 4 lines
332
524
Changed paths:
333
525
   M /trunk/lcmaps-plugins-jobrep/configure.ac
334
526
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/Makefile.am
341
533
 
342
534
 
343
535
------------------------------------------------------------------------
344
 
r15460 | msalle | 2011-08-19 11:32:10 +0200 (Fri, 19 Aug 2011) | 2 lines
 
536
r15460 | msalle | 2011-08-19 11:32:10 +0200 (vr, 19 aug 2011) | 2 lines
345
537
Changed paths:
346
538
   M /trunk/lcas/configure.ac
347
539
   M /trunk/lcas/src/grid_credential_handling/x509_handling/lcas_x509_utils.c
353
545
Remove unneeded and incorrect cast.
354
546
 
355
547
------------------------------------------------------------------------
356
 
r15454 | msalle | 2011-08-17 17:17:19 +0200 (Wed, 17 Aug 2011) | 2 lines
 
548
r15454 | msalle | 2011-08-17 17:17:19 +0200 (wo, 17 aug 2011) | 2 lines
357
549
Changed paths:
358
550
   M /trunk/lcmaps-plugins-jobrep/configure.ac
359
551
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
361
553
Adding prototypes to used lcmaps functions which are not in a interface header.
362
554
 
363
555
------------------------------------------------------------------------
364
 
r15434 | msalle | 2011-08-15 17:23:06 +0200 (Mon, 15 Aug 2011) | 3 lines
 
556
r15434 | msalle | 2011-08-15 17:23:06 +0200 (ma, 15 aug 2011) | 3 lines
365
557
Changed paths:
366
558
   M /trunk/lcmaps-plugins-jobrep/configure.ac
367
559
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
370
562
Rename lcmaps_config.h into lcmaps_jobrep_config.h
371
563
 
372
564
------------------------------------------------------------------------
373
 
r15310 | dennisvd | 2011-07-11 12:11:39 +0200 (Mon, 11 Jul 2011) | 2 lines
 
565
r15310 | dennisvd | 2011-07-11 12:11:39 +0200 (ma, 11 jul 2011) | 2 lines
374
566
Changed paths:
375
567
   M /trunk/lcas/examples/Makefile.am
376
568
   M /trunk/lcas-plugins-check-executable/src/check-executable/Makefile.am
387
579
Make all plugins without versioned names (using -avoid-version)
388
580
 
389
581
------------------------------------------------------------------------
390
 
r15309 | dennisvd | 2011-07-11 12:05:16 +0200 (Mon, 11 Jul 2011) | 2 lines
 
582
r15309 | dennisvd | 2011-07-11 12:05:16 +0200 (ma, 11 jul 2011) | 2 lines
391
583
Changed paths:
392
584
   M /trunk/lcas-plugins-check-executable/configure.ac
393
585
   M /trunk/lcas-plugins-voms/configure.ac
403
595
Update the default moduledir to be 'lcas' resp. 'lcmaps' instead of 'modules'.
404
596
 
405
597
------------------------------------------------------------------------
406
 
r15265 | okoeroo | 2011-04-19 16:20:05 +0200 (Tue, 19 Apr 2011) | 1 line
 
598
r15265 | okoeroo | 2011-04-19 16:20:05 +0200 (di, 19 apr 2011) | 1 line
407
599
Changed paths:
408
600
   A /trunk/lcmaps-plugins-jobrep/NEWS
409
601
 
410
602
Adding NEWS file
411
603
------------------------------------------------------------------------
412
 
r15255 | okoeroo | 2011-04-15 13:56:09 +0200 (Fri, 15 Apr 2011) | 1 line
 
604
r15255 | okoeroo | 2011-04-15 13:56:09 +0200 (vr, 15 apr 2011) | 1 line
413
605
Changed paths:
414
606
   A /trunk/lcmaps-plugins-jobrep/ChangeLog
415
607
 
416
608
Adding ChangeLog from svn log
417
609
------------------------------------------------------------------------
418
 
r15241 | msalle | 2011-04-14 12:29:43 +0200 (Thu, 14 Apr 2011) | 2 lines
 
610
r15241 | msalle | 2011-04-14 12:29:43 +0200 (do, 14 apr 2011) | 2 lines
419
611
Changed paths:
420
612
   M /trunk/glexec/bootstrap
421
613
   M /trunk/jobrepository/bootstrap
437
629
Adding --copy flag to libtoolize, which eases packaging.
438
630
 
439
631
------------------------------------------------------------------------
440
 
r15182 | dennisvd | 2011-04-05 09:57:47 +0200 (Tue, 05 Apr 2011) | 2 lines
 
632
r15182 | dennisvd | 2011-04-05 09:57:47 +0200 (di, 05 apr 2011) | 2 lines
441
633
Changed paths:
442
634
   M /trunk/lcas-plugins-basic/configure.ac
443
635
   M /trunk/lcas-plugins-basic/src/timeslots/Makefile.am
466
658
Added --with-moduledir to set the install location for plug-ins.
467
659
 
468
660
------------------------------------------------------------------------
469
 
r15174 | msalle | 2011-04-04 18:27:54 +0200 (Mon, 04 Apr 2011) | 2 lines
 
661
r15174 | msalle | 2011-04-04 18:27:54 +0200 (ma, 04 apr 2011) | 2 lines
470
662
Changed paths:
471
663
   M /trunk/lcmaps-plugins-jobrep/configure.ac
472
664
 
473
665
bumping version
474
666
 
475
667
------------------------------------------------------------------------
476
 
r15169 | msalle | 2011-04-04 17:56:35 +0200 (Mon, 04 Apr 2011) | 2 lines
 
668
r15169 | msalle | 2011-04-04 17:56:35 +0200 (ma, 04 apr 2011) | 2 lines
477
669
Changed paths:
478
670
   M /trunk/lcmaps-plugins-jobrep/utils/Makefile.am
479
671
 
480
672
Change datarootdir into datadir for EL5 compliance.
481
673
 
482
674
------------------------------------------------------------------------
483
 
r15060 | dennisvd | 2011-03-25 12:08:52 +0100 (Fri, 25 Mar 2011) | 2 lines
 
675
r15060 | dennisvd | 2011-03-25 12:08:52 +0100 (vr, 25 mrt 2011) | 2 lines
484
676
Changed paths:
485
677
   M /trunk/lcmaps-plugins-jobrep/configure.ac
486
678
 
487
679
- bumped to version 1.3.11 because of changes to jobrep-admin.
488
680
 
489
681
------------------------------------------------------------------------
490
 
r15059 | dennisvd | 2011-03-25 12:06:22 +0100 (Fri, 25 Mar 2011) | 3 lines
 
682
r15059 | dennisvd | 2011-03-25 12:06:22 +0100 (vr, 25 mrt 2011) | 3 lines
491
683
Changed paths:
492
684
   M /trunk/lcmaps-plugins-jobrep/utils/Makefile.am
493
685
   D /trunk/lcmaps-plugins-jobrep/utils/jobrep-admin
497
689
- install SQL scripts to their own directory
498
690
 
499
691
------------------------------------------------------------------------
500
 
r15057 | dennisvd | 2011-03-25 02:20:35 +0100 (Fri, 25 Mar 2011) | 2 lines
 
692
r15057 | dennisvd | 2011-03-25 02:20:35 +0100 (vr, 25 mrt 2011) | 2 lines
501
693
Changed paths:
502
694
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/Makefile.am
503
695
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
505
697
disable useless include; clean up flags and library paths somewhat.
506
698
 
507
699
------------------------------------------------------------------------
508
 
r15049 | dennisvd | 2011-03-24 14:56:30 +0100 (Thu, 24 Mar 2011) | 2 lines
 
700
r15049 | dennisvd | 2011-03-24 14:56:30 +0100 (do, 24 mrt 2011) | 2 lines
509
701
Changed paths:
510
702
   M /trunk/lcmaps-plugins-jobrep/Makefile.am
511
703
   M /trunk/lcmaps-plugins-jobrep/configure.ac
513
705
removed dlopen requirement, trimmed trailing whitespace and fixed 'make clean' in doc.
514
706
 
515
707
------------------------------------------------------------------------
516
 
r15013 | msalle | 2011-03-22 11:44:36 +0100 (Tue, 22 Mar 2011) | 2 lines
 
708
r15013 | msalle | 2011-03-22 11:44:36 +0100 (di, 22 mrt 2011) | 2 lines
517
709
Changed paths:
518
710
   M /trunk/lcmaps-plugins-jobrep/configure.ac
519
711
 
520
712
Merging in EMI_1 update.
521
713
 
522
714
------------------------------------------------------------------------
523
 
r14914 | msalle | 2011-03-06 11:17:47 +0100 (Sun, 06 Mar 2011) | 2 lines
 
715
r14914 | msalle | 2011-03-06 11:17:47 +0100 (zo, 06 mrt 2011) | 2 lines
524
716
Changed paths:
525
717
   M /trunk/jobrepository/configure.ac
526
718
   M /trunk/lcas/configure.ac
536
728
Bumping versions for components with fixed globus / crypto deps.
537
729
 
538
730
------------------------------------------------------------------------
539
 
r14872 | dennisvd | 2011-03-04 22:00:03 +0100 (Fri, 04 Mar 2011) | 1 line
 
731
r14872 | dennisvd | 2011-03-04 22:00:03 +0100 (vr, 04 mrt 2011) | 1 line
540
732
Changed paths:
541
733
   M /trunk/lcmaps-plugins-jobrep/AUTHORS
542
734
   M /trunk/lcmaps-plugins-jobrep/LICENSE
564
756
 
565
757
add keyword propery
566
758
------------------------------------------------------------------------
567
 
r14871 | dennisvd | 2011-03-04 21:59:38 +0100 (Fri, 04 Mar 2011) | 1 line
 
759
r14871 | dennisvd | 2011-03-04 21:59:38 +0100 (vr, 04 mrt 2011) | 1 line
568
760
Changed paths:
569
761
   M /trunk/lcmaps-plugins-jobrep/LICENSE
570
762
   M /trunk/lcmaps-plugins-jobrep/Makefile.am
573
765
 
574
766
removed executable bit
575
767
------------------------------------------------------------------------
576
 
r14846 | msalle | 2011-03-04 16:22:33 +0100 (Fri, 04 Mar 2011) | 2 lines
 
768
r14846 | msalle | 2011-03-04 16:22:33 +0100 (vr, 04 mrt 2011) | 2 lines
577
769
Changed paths:
578
770
   M /trunk/lcas-plugins-voms/configure.ac
579
771
   M /trunk/lcmaps-plugins-jobrep/configure.ac
583
775
Add check for libcrypto in essential components.
584
776
 
585
777
------------------------------------------------------------------------
586
 
r14690 | msalle | 2011-02-25 15:38:01 +0100 (Fri, 25 Feb 2011) | 2 lines
 
778
r14690 | msalle | 2011-02-25 15:38:01 +0100 (vr, 25 feb 2011) | 2 lines
587
779
Changed paths:
588
780
   M /trunk/jobrepository/Makefile.am
589
781
   M /trunk/jobrepository/configure.ac
602
794
Re-syncing all the versions with branch EMI-1
603
795
 
604
796
------------------------------------------------------------------------
605
 
r14618 | msalle | 2011-02-23 12:58:46 +0100 (Wed, 23 Feb 2011) | 3 lines
 
797
r14618 | msalle | 2011-02-23 12:58:46 +0100 (wo, 23 feb 2011) | 3 lines
606
798
Changed paths:
607
799
   M /trunk
608
800
   M /trunk/ees
627
819
https://ndpfsvn.nikhef.nl/repos
628
820
 
629
821
------------------------------------------------------------------------
630
 
r14572 | msalle | 2011-02-06 16:38:54 +0100 (Sun, 06 Feb 2011) | 10 lines
 
822
r14572 | msalle | 2011-02-06 16:38:54 +0100 (zo, 06 feb 2011) | 10 lines
631
823
Changed paths:
632
824
   M /trunk/lcas/configure.ac
633
825
   M /trunk/lcas-lcmaps-gt4-interface/configure.ac
651
843
 
652
844
 
653
845
------------------------------------------------------------------------
654
 
r11986 | msalle | 2011-01-12 15:02:46 +0100 (Wed, 12 Jan 2011) | 2 lines
 
846
r11986 | msalle | 2011-01-12 15:02:46 +0100 (wo, 12 jan 2011) | 2 lines
655
847
Changed paths:
656
848
   M /trunk/lcmaps-plugins-jobrep/Makefile.am
657
849
 
658
850
Also adding doc/Makefile.am to EXTRA_DIST since we don't run make in that dir.
659
851
 
660
852
------------------------------------------------------------------------
661
 
r11985 | msalle | 2011-01-12 14:55:57 +0100 (Wed, 12 Jan 2011) | 2 lines
 
853
r11985 | msalle | 2011-01-12 14:55:57 +0100 (wo, 12 jan 2011) | 2 lines
662
854
Changed paths:
663
855
   M /trunk/lcmaps-plugins-jobrep/Makefile.am
664
856
 
665
857
Add doc/Makefile.in to the distrib.
666
858
 
667
859
------------------------------------------------------------------------
668
 
r11984 | msalle | 2011-01-12 14:44:25 +0100 (Wed, 12 Jan 2011) | 7 lines
 
860
r11984 | msalle | 2011-01-12 14:44:25 +0100 (wo, 12 jan 2011) | 7 lines
669
861
Changed paths:
670
862
   M /trunk/lcmaps-plugins-jobrep/Makefile.am
671
863
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/Makefile.am
681
873
 
682
874
 
683
875
------------------------------------------------------------------------
684
 
r11983 | msalle | 2011-01-11 18:46:00 +0100 (Tue, 11 Jan 2011) | 2 lines
 
876
r11983 | msalle | 2011-01-11 18:46:00 +0100 (di, 11 jan 2011) | 2 lines
685
877
Changed paths:
686
878
   M /trunk/lcmaps-plugins-jobrep/Makefile.am
687
879
 
688
880
Updating Makefile.am for missing dist files.
689
881
 
690
882
------------------------------------------------------------------------
691
 
r11982 | msalle | 2011-01-11 18:36:33 +0100 (Tue, 11 Jan 2011) | 6 lines
 
883
r11982 | msalle | 2011-01-11 18:36:33 +0100 (di, 11 jan 2011) | 6 lines
692
884
Changed paths:
693
885
   M /trunk/lcmaps-plugins-jobrep
694
886
   A /trunk/lcmaps-plugins-jobrep/AUTHORS
717
909
- adding AUTHORS
718
910
 
719
911
------------------------------------------------------------------------
720
 
r10323 | okoeroo | 2007-08-27 15:44:56 +0200 (Mon, 27 Aug 2007) | 2 lines
 
912
r10323 | okoeroo | 2007-08-27 15:44:56 +0200 (ma, 27 aug 2007) | 2 lines
721
913
Changed paths:
722
914
   M /trunk/lcmaps-plugins-jobrep/project/version.properties
723
915
 
724
916
Bumped age: No code change but needed to stay in sync for the next jump to LCMAPS 1.4.x
725
917
 
726
918
------------------------------------------------------------------------
727
 
r10281 | okoeroo | 2007-08-03 00:20:26 +0200 (Fri, 03 Aug 2007) | 2 lines
 
919
r10281 | okoeroo | 2007-08-03 00:20:26 +0200 (vr, 03 aug 2007) | 2 lines
728
920
Changed paths:
729
921
   M /trunk/lcmaps-plugins-jobrep/project/version.properties
730
922
 
731
923
bumped
732
924
 
733
925
------------------------------------------------------------------------
734
 
r10198 | venekamp | 2007-05-23 19:24:27 +0200 (Wed, 23 May 2007) | 2 lines
 
926
r10198 | venekamp | 2007-05-23 19:24:27 +0200 (wo, 23 mei 2007) | 2 lines
735
927
Changed paths:
736
928
   M /trunk/lcmaps-plugins-jobrep/configure.ac
737
929
   M /trunk/lcmaps-plugins-jobrep/project/version.properties
740
932
o  Make Makefile.am build in 32 and 64 bit builds.
741
933
 
742
934
------------------------------------------------------------------------
743
 
r10052 | okoeroo | 2006-11-30 10:04:52 +0100 (Thu, 30 Nov 2006) | 4 lines
 
935
r10052 | okoeroo | 2006-11-30 10:04:52 +0100 (do, 30 nov 2006) | 4 lines
744
936
Changed paths:
745
937
   M /trunk/lcmaps-plugins-jobrep/configure.ac
746
938
   M /trunk/lcmaps-plugins-jobrep/project/version.properties
751
943
note: also here I note to have left a $(libdir)
752
944
 
753
945
------------------------------------------------------------------------
754
 
r7925 | msteenba | 2005-12-13 12:29:14 +0100 (Tue, 13 Dec 2005) | 2 lines
 
946
r7925 | msteenba | 2005-12-13 12:29:14 +0100 (di, 13 dec 2005) | 2 lines
755
947
Changed paths:
756
948
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/Makefile.am
757
949
 
758
950
removed voms dependency
759
951
 
760
952
------------------------------------------------------------------------
761
 
r7924 | okoeroo | 2005-12-13 11:33:00 +0100 (Tue, 13 Dec 2005) | 2 lines
 
953
r7924 | okoeroo | 2005-12-13 11:33:00 +0100 (di, 13 dec 2005) | 2 lines
762
954
Changed paths:
763
955
   M /trunk/lcmaps-plugins-jobrep/utils/jobrep-admin
764
956
 
765
957
Fixed database install script to go to the correct directory for the sql scripts.
766
958
 
767
959
------------------------------------------------------------------------
768
 
r7754 | okoeroo | 2005-12-07 14:56:54 +0100 (Wed, 07 Dec 2005) | 3 lines
 
960
r7754 | okoeroo | 2005-12-07 14:56:54 +0100 (wo, 07 dec 2005) | 3 lines
769
961
Changed paths:
770
962
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
771
963
   M /trunk/lcmaps-plugins-jobrep/utils/jobrep-create-basic.sql
774
966
This change had a small cascaded effect in the code to accompany this change
775
967
 
776
968
------------------------------------------------------------------------
777
 
r7627 | okoeroo | 2005-11-29 13:59:55 +0100 (Tue, 29 Nov 2005) | 4 lines
 
969
r7627 | okoeroo | 2005-11-29 13:59:55 +0100 (di, 29 nov 2005) | 4 lines
778
970
Changed paths:
779
971
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
780
972
 
783
975
This one, seems to work like a charm.
784
976
 
785
977
------------------------------------------------------------------------
786
 
r7566 | okoeroo | 2005-11-25 16:24:42 +0100 (Fri, 25 Nov 2005) | 4 lines
 
978
r7566 | okoeroo | 2005-11-25 16:24:42 +0100 (vr, 25 nov 2005) | 4 lines
787
979
Changed paths:
788
980
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
789
981
 
792
984
This will result in a much cleaner and better result in the database.
793
985
 
794
986
------------------------------------------------------------------------
795
 
r7509 | msteenba | 2005-11-23 14:27:18 +0100 (Wed, 23 Nov 2005) | 2 lines
 
987
r7509 | msteenba | 2005-11-23 14:27:18 +0100 (wo, 23 nov 2005) | 2 lines
796
988
Changed paths:
797
989
   M /trunk/lcmaps/configure.ac
798
990
   M /trunk/lcmaps/project/version.properties
812
1004
updated version
813
1005
 
814
1006
------------------------------------------------------------------------
815
 
r7141 | okoeroo | 2005-10-31 13:55:57 +0100 (Mon, 31 Oct 2005) | 4 lines
 
1007
r7141 | okoeroo | 2005-10-31 13:55:57 +0100 (ma, 31 okt 2005) | 4 lines
816
1008
Changed paths:
817
1009
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/Makefile.am
818
1010
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
822
1014
- No more vague and obscure inclusions of gsi or gss or whatever Globus libs, only one is still needed, which needs to get out!
823
1015
 
824
1016
------------------------------------------------------------------------
825
 
r7140 | okoeroo | 2005-10-31 09:52:46 +0100 (Mon, 31 Oct 2005) | 3 lines
 
1017
r7140 | okoeroo | 2005-10-31 09:52:46 +0100 (ma, 31 okt 2005) | 3 lines
826
1018
Changed paths:
827
1019
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
828
1020
 
830
1022
BTW: Hopefully this will work on the build system...
831
1023
 
832
1024
------------------------------------------------------------------------
833
 
r7069 | okoeroo | 2005-10-26 17:47:32 +0200 (Wed, 26 Oct 2005) | 3 lines
 
1025
r7069 | okoeroo | 2005-10-26 17:47:32 +0200 (wo, 26 okt 2005) | 3 lines
834
1026
Changed paths:
835
1027
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
836
1028
 
838
1030
This is fixed (and tested)
839
1031
 
840
1032
------------------------------------------------------------------------
841
 
r6972 | okoeroo | 2005-10-20 13:26:41 +0200 (Thu, 20 Oct 2005) | 4 lines
 
1033
r6972 | okoeroo | 2005-10-20 13:26:41 +0200 (do, 20 okt 2005) | 4 lines
842
1034
Changed paths:
843
1035
   M /trunk/lcmaps-plugins-jobrep/Makefile.am
844
1036
   M /trunk/lcmaps-plugins-jobrep/doc/Makefile.am
849
1041
Kicked parts out of the scripts that redirected the err message tot /dev/null
850
1042
 
851
1043
------------------------------------------------------------------------
852
 
r6971 | okoeroo | 2005-10-20 11:58:57 +0200 (Thu, 20 Oct 2005) | 3 lines
 
1044
r6971 | okoeroo | 2005-10-20 11:58:57 +0200 (do, 20 okt 2005) | 3 lines
853
1045
Changed paths:
854
1046
   M /trunk/lcmaps-plugins-jobrep/doc/Makefile.am
855
1047
 
857
1049
for the creation of the HTML files of the doc. Sad but needed until further notice
858
1050
 
859
1051
------------------------------------------------------------------------
860
 
r6970 | okoeroo | 2005-10-20 11:21:12 +0200 (Thu, 20 Oct 2005) | 2 lines
 
1052
r6970 | okoeroo | 2005-10-20 11:21:12 +0200 (do, 20 okt 2005) | 2 lines
861
1053
Changed paths:
862
1054
   M /trunk/lcmaps-plugins-jobrep/doc/jr.tex
863
1055
 
864
1056
Finished the jr.tex file.
865
1057
 
866
1058
------------------------------------------------------------------------
867
 
r6945 | okoeroo | 2005-10-19 16:16:36 +0200 (Wed, 19 Oct 2005) | 2 lines
 
1059
r6945 | okoeroo | 2005-10-19 16:16:36 +0200 (wo, 19 okt 2005) | 2 lines
868
1060
Changed paths:
869
1061
   M /trunk/lcmaps-plugins-jobrep/Makefile.am
870
1062
   M /trunk/lcmaps-plugins-jobrep/configure.ac
872
1064
Making the docs up to date with reality
873
1065
 
874
1066
------------------------------------------------------------------------
875
 
r6944 | okoeroo | 2005-10-19 16:15:35 +0200 (Wed, 19 Oct 2005) | 2 lines
 
1067
r6944 | okoeroo | 2005-10-19 16:15:35 +0200 (wo, 19 okt 2005) | 2 lines
876
1068
Changed paths:
877
1069
   M /trunk/lcmaps-plugins-jobrep/doc/Makefile.am
878
1070
   M /trunk/lcmaps-plugins-jobrep/doc/jr.tex
880
1072
Making the doc up to date with reality
881
1073
 
882
1074
------------------------------------------------------------------------
883
 
r6938 | okoeroo | 2005-10-19 11:35:04 +0200 (Wed, 19 Oct 2005) | 2 lines
 
1075
r6938 | okoeroo | 2005-10-19 11:35:04 +0200 (wo, 19 okt 2005) | 2 lines
884
1076
Changed paths:
885
1077
   A /trunk/lcmaps-plugins-jobrep/doc/jr.tex
886
1078
   A /trunk/lcmaps-plugins-jobrep/doc/jr_include.tex
888
1080
Added jr.tex and jr_include.tex files for documentation on the Job Repository
889
1081
 
890
1082
------------------------------------------------------------------------
891
 
r6923 | okoeroo | 2005-10-18 13:32:01 +0200 (Tue, 18 Oct 2005) | 2 lines
 
1083
r6923 | okoeroo | 2005-10-18 13:32:01 +0200 (di, 18 okt 2005) | 2 lines
892
1084
Changed paths:
893
1085
   M /trunk/lcmaps-plugins-jobrep/configure.ac
894
1086
   M /trunk/lcmaps-plugins-jobrep/project/build.number
898
1090
Merged branch with head
899
1091
 
900
1092
------------------------------------------------------------------------
901
 
r6852 | okoeroo | 2005-10-13 14:37:36 +0200 (Thu, 13 Oct 2005) | 2 lines
 
1093
r6852 | okoeroo | 2005-10-13 14:37:36 +0200 (do, 13 okt 2005) | 2 lines
902
1094
Changed paths:
903
1095
   M /trunk/lcmaps-plugins-jobrep/configure.ac
904
1096
   M /trunk/lcmaps-plugins-jobrep/project/version.properties
906
1098
new version 1.3.2
907
1099
 
908
1100
------------------------------------------------------------------------
909
 
r6851 | okoeroo | 2005-10-13 14:28:55 +0200 (Thu, 13 Oct 2005) | 2 lines
 
1101
r6851 | okoeroo | 2005-10-13 14:28:55 +0200 (do, 13 okt 2005) | 2 lines
910
1102
Changed paths:
911
1103
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
912
1104
 
913
1105
More touch-ups
914
1106
 
915
1107
------------------------------------------------------------------------
916
 
r6850 | okoeroo | 2005-10-13 13:26:39 +0200 (Thu, 13 Oct 2005) | 2 lines
 
1108
r6850 | okoeroo | 2005-10-13 13:26:39 +0200 (do, 13 okt 2005) | 2 lines
917
1109
Changed paths:
918
1110
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
919
1111
 
920
1112
Touch-up of the code, primarily on the loglevel stuff
921
1113
 
922
1114
------------------------------------------------------------------------
923
 
r6845 | msteenba | 2005-10-11 13:52:58 +0200 (Tue, 11 Oct 2005) | 2 lines
 
1115
r6845 | msteenba | 2005-10-11 13:52:58 +0200 (di, 11 okt 2005) | 2 lines
924
1116
Changed paths:
925
1117
   M /trunk/lcmaps-plugins-afs/src/afs/lcmaps_afs.c
926
1118
   M /trunk/lcmaps-plugins-basic/src/dummy/lcmaps_dummy_bad.c
940
1132
added plugin_verify() method in all plugins
941
1133
 
942
1134
------------------------------------------------------------------------
943
 
r6806 | okoeroo | 2005-10-07 14:03:24 +0200 (Fri, 07 Oct 2005) | 2 lines
 
1135
r6806 | okoeroo | 2005-10-07 14:03:24 +0200 (vr, 07 okt 2005) | 2 lines
944
1136
Changed paths:
945
1137
   M /trunk/lcmaps-plugins-jobrep/configure.ac
946
1138
   M /trunk/lcmaps-plugins-jobrep/utils/Makefile.am
948
1140
now distribute db schema installation scripts in rpm
949
1141
 
950
1142
------------------------------------------------------------------------
951
 
r6805 | okoeroo | 2005-10-07 13:22:09 +0200 (Fri, 07 Oct 2005) | 3 lines
 
1143
r6805 | okoeroo | 2005-10-07 13:22:09 +0200 (vr, 07 okt 2005) | 3 lines
952
1144
Changed paths:
953
1145
   M /trunk/lcmaps-plugins-jobrep/Makefile.am
954
1146
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
958
1150
Attempting to include the SQL deployment scripts/files
959
1151
 
960
1152
------------------------------------------------------------------------
961
 
r6636 | okoeroo | 2005-09-30 15:00:32 +0200 (Fri, 30 Sep 2005) | 5 lines
 
1153
r6636 | okoeroo | 2005-09-30 15:00:32 +0200 (vr, 30 sep 2005) | 5 lines
962
1154
Changed paths:
963
1155
   M /trunk/lcmaps-plugins-jobrep/utils/jobrep-create-CE.sql
964
1156
   M /trunk/lcmaps-plugins-jobrep/utils/jobrep-create-basic.sql
969
1161
+ works with the code, totally :D
970
1162
 
971
1163
------------------------------------------------------------------------
972
 
r6635 | okoeroo | 2005-09-30 12:14:55 +0200 (Fri, 30 Sep 2005) | 6 lines
 
1164
r6635 | okoeroo | 2005-09-30 12:14:55 +0200 (vr, 30 sep 2005) | 6 lines
973
1165
Changed paths:
974
1166
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
975
1167
 
980
1172
The deployment still needs to be improved
981
1173
 
982
1174
------------------------------------------------------------------------
983
 
r6632 | okoeroo | 2005-09-28 15:15:22 +0200 (Wed, 28 Sep 2005) | 3 lines
 
1175
r6632 | okoeroo | 2005-09-28 15:15:22 +0200 (wo, 28 sep 2005) | 3 lines
984
1176
Changed paths:
985
1177
   M /trunk/lcmaps-plugins-jobrep/build.xml
986
1178
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
989
1181
And it works ...
990
1182
 
991
1183
------------------------------------------------------------------------
992
 
r5601 | okoeroo | 2005-07-29 12:25:47 +0200 (Fri, 29 Jul 2005) | 3 lines
 
1184
r5601 | okoeroo | 2005-07-29 12:25:47 +0200 (vr, 29 jul 2005) | 3 lines
993
1185
Changed paths:
994
1186
   A /trunk/lcmaps-plugins-jobrep/utils/jobrep-admin
995
1187
   M /trunk/lcmaps-plugins-jobrep/utils/jobrep-create-CE.sql
999
1191
- This script-tool can be used to setup the jobrepository database
1000
1192
 
1001
1193
------------------------------------------------------------------------
1002
 
r5559 | okoeroo | 2005-07-27 16:02:33 +0200 (Wed, 27 Jul 2005) | 2 lines
 
1194
r5559 | okoeroo | 2005-07-27 16:02:33 +0200 (wo, 27 jul 2005) | 2 lines
1003
1195
Changed paths:
1004
1196
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
1005
1197
 
1006
1198
This version will be tested on the test machine - asap
1007
1199
 
1008
1200
------------------------------------------------------------------------
1009
 
r5558 | okoeroo | 2005-07-27 15:51:42 +0200 (Wed, 27 Jul 2005) | 3 lines
 
1201
r5558 | okoeroo | 2005-07-27 15:51:42 +0200 (wo, 27 jul 2005) | 3 lines
1010
1202
Changed paths:
1011
1203
   M /trunk/lcmaps-plugins-jobrep/utils/jobrep-create-CE.sql
1012
1204
   M /trunk/lcmaps-plugins-jobrep/utils/jobrep-create-basic.sql
1015
1207
Note: did not put the DB Schema GRANTs correctly yet!
1016
1208
 
1017
1209
------------------------------------------------------------------------
1018
 
r5557 | okoeroo | 2005-07-27 14:24:26 +0200 (Wed, 27 Jul 2005) | 2 lines
 
1210
r5557 | okoeroo | 2005-07-27 14:24:26 +0200 (wo, 27 jul 2005) | 2 lines
1019
1211
Changed paths:
1020
1212
   M /trunk/lcmaps-plugins-jobrep/utils/jobrep-create-CE.sql
1021
1213
   M /trunk/lcmaps-plugins-jobrep/utils/jobrep-create-basic.sql
1023
1215
Updated DB Schema
1024
1216
 
1025
1217
------------------------------------------------------------------------
1026
 
r5516 | okoeroo | 2005-07-25 12:49:32 +0200 (Mon, 25 Jul 2005) | 14 lines
 
1218
r5516 | okoeroo | 2005-07-25 12:49:32 +0200 (ma, 25 jul 2005) | 14 lines
1027
1219
Changed paths:
1028
1220
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
1029
1221
 
1042
1234
- Need to add the table 'action_types'
1043
1235
 
1044
1236
------------------------------------------------------------------------
1045
 
r4701 | msteenba | 2005-06-14 18:59:13 +0200 (Tue, 14 Jun 2005) | 2 lines
 
1237
r4701 | msteenba | 2005-06-14 18:59:13 +0200 (di, 14 jun 2005) | 2 lines
1046
1238
Changed paths:
1047
1239
   A /trunk/lcmaps/runautotools
1048
1240
   A /trunk/lcmaps-interface/runautotools
1054
1246
just a script to run autotools automagically with glite settings
1055
1247
 
1056
1248
------------------------------------------------------------------------
1057
 
r4480 | msteenba | 2005-06-03 16:45:52 +0200 (Fri, 03 Jun 2005) | 3 lines
 
1249
r4480 | msteenba | 2005-06-03 16:45:52 +0200 (vr, 03 jun 2005) | 3 lines
1058
1250
Changed paths:
1059
1251
   M /trunk/lcmaps/configure.ac
1060
1252
   M /trunk/lcmaps/project/version.properties
1072
1264
- added option -fqans to test script
1073
1265
 
1074
1266
------------------------------------------------------------------------
1075
 
r4329 | zurek | 2005-05-26 17:18:33 +0200 (Thu, 26 May 2005) | 2 lines
 
1267
r4329 | zurek | 2005-05-26 17:18:33 +0200 (do, 26 mei 2005) | 2 lines
1076
1268
Changed paths:
1077
1269
   M /trunk/lcas/build.xml
1078
1270
   M /trunk/lcas-interface/build.xml
1088
1280
inserted module.build.file
1089
1281
 
1090
1282
------------------------------------------------------------------------
1091
 
r3871 | zurek | 2005-04-12 22:24:56 +0200 (Tue, 12 Apr 2005) | 2 lines
 
1283
r3871 | zurek | 2005-04-12 22:24:56 +0200 (di, 12 apr 2005) | 2 lines
1092
1284
Changed paths:
1093
1285
   A /trunk/lcas/project/build.number
1094
1286
   M /trunk/lcas/project/version.properties
1114
1306
"corrections"
1115
1307
 
1116
1308
------------------------------------------------------------------------
1117
 
r3569 | okoeroo | 2005-03-21 17:12:01 +0100 (Mon, 21 Mar 2005) | 2 lines
 
1309
r3569 | okoeroo | 2005-03-21 17:12:01 +0100 (ma, 21 mrt 2005) | 2 lines
1118
1310
Changed paths:
1119
1311
   M /trunk/lcmaps-plugins-jobrep/utils/jobrep-create-CE.sql
1120
1312
 
1121
1313
Can't recreate the database when it already exists from the CE specific script
1122
1314
 
1123
1315
------------------------------------------------------------------------
1124
 
r3568 | okoeroo | 2005-03-21 17:10:06 +0100 (Mon, 21 Mar 2005) | 2 lines
 
1316
r3568 | okoeroo | 2005-03-21 17:10:06 +0100 (ma, 21 mrt 2005) | 2 lines
1125
1317
Changed paths:
1126
1318
   A /trunk/lcmaps-plugins-jobrep/utils/Makefile.am
1127
1319
 
1128
1320
automakefile
1129
1321
 
1130
1322
------------------------------------------------------------------------
1131
 
r3567 | okoeroo | 2005-03-21 17:06:58 +0100 (Mon, 21 Mar 2005) | 3 lines
 
1323
r3567 | okoeroo | 2005-03-21 17:06:58 +0100 (ma, 21 mrt 2005) | 3 lines
1132
1324
Changed paths:
1133
1325
   M /trunk/lcmaps-plugins-jobrep/utils/jobrep-create-CE.sql
1134
1326
   M /trunk/lcmaps-plugins-jobrep/utils/jobrep-create-basic.sql
1138
1330
Made the split changes to the create script files
1139
1331
 
1140
1332
------------------------------------------------------------------------
1141
 
r3566 | okoeroo | 2005-03-21 16:58:22 +0100 (Mon, 21 Mar 2005) | 2 lines
 
1333
r3566 | okoeroo | 2005-03-21 16:58:22 +0100 (ma, 21 mrt 2005) | 2 lines
1142
1334
Changed paths:
1143
1335
   D /trunk/lcmaps-plugins-jobrep/utils/edg-jobrep-create.sql
1144
1336
 
1145
1337
Removal of edg tagged create script
1146
1338
 
1147
1339
------------------------------------------------------------------------
1148
 
r3565 | okoeroo | 2005-03-21 16:57:01 +0100 (Mon, 21 Mar 2005) | 5 lines
 
1340
r3565 | okoeroo | 2005-03-21 16:57:01 +0100 (ma, 21 mrt 2005) | 5 lines
1149
1341
Changed paths:
1150
1342
   M /trunk/lcmaps-plugins-jobrep/utils/edg-jobrep-create.sql
1151
1343
   A /trunk/lcmaps-plugins-jobrep/utils/jobrep-create-CE.sql
1157
1349
-jobrep-create-CE.sql
1158
1350
 
1159
1351
------------------------------------------------------------------------
1160
 
r3474 | okoeroo | 2005-03-17 16:44:00 +0100 (Thu, 17 Mar 2005) | 3 lines
 
1352
r3474 | okoeroo | 2005-03-17 16:44:00 +0100 (do, 17 mrt 2005) | 3 lines
1161
1353
Changed paths:
1162
1354
   A /trunk/lcmaps-plugins-jobrep/utils
1163
1355
   A /trunk/lcmaps-plugins-jobrep/utils/edg-jobrep-create.sql
1166
1358
(Which makes it also usefull for other services then just the gatekeeper)
1167
1359
 
1168
1360
------------------------------------------------------------------------
1169
 
r3127 | msteenba | 2005-02-27 02:30:42 +0100 (Sun, 27 Feb 2005) | 2 lines
 
1361
r3127 | msteenba | 2005-02-27 02:30:42 +0100 (zo, 27 feb 2005) | 2 lines
1170
1362
Changed paths:
1171
1363
   M /trunk/lcmaps/Doxyfile
1172
1364
   M /trunk/lcmaps/examples/lcmaps_plugin_example.c
1199
1391
reorganized apidoc
1200
1392
 
1201
1393
------------------------------------------------------------------------
1202
 
r2534 | msteenba | 2005-01-12 12:28:07 +0100 (Wed, 12 Jan 2005) | 2 lines
 
1394
r2534 | msteenba | 2005-01-12 12:28:07 +0100 (wo, 12 jan 2005) | 2 lines
1203
1395
Changed paths:
1204
1396
   M /trunk/lcmaps-plugins-jobrep/build.xml
1205
1397
   M /trunk/lcmaps-plugins-jobrep/configure.ac
1210
1402
fixes in order to build properly with ant
1211
1403
 
1212
1404
------------------------------------------------------------------------
1213
 
r2412 | okoeroo | 2005-01-06 16:28:18 +0100 (Thu, 06 Jan 2005) | 2 lines
 
1405
r2412 | okoeroo | 2005-01-06 16:28:18 +0100 (do, 06 jan 2005) | 2 lines
1214
1406
Changed paths:
1215
1407
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/Makefile.am
1216
1408
 
1217
1409
now use the headers from the jobrepository module
1218
1410
 
1219
1411
------------------------------------------------------------------------
1220
 
r2411 | okoeroo | 2005-01-06 15:13:14 +0100 (Thu, 06 Jan 2005) | 3 lines
 
1412
r2411 | okoeroo | 2005-01-06 15:13:14 +0100 (do, 06 jan 2005) | 3 lines
1221
1413
Changed paths:
1222
1414
   M /trunk/lcmaps-plugins-jobrep/Makefile.am
1223
1415
   M /trunk/lcmaps-plugins-jobrep/configure.ac
1238
1430
Configuration changes
1239
1431
 
1240
1432
------------------------------------------------------------------------
1241
 
r2370 | okoeroo | 2005-01-04 16:46:16 +0100 (Tue, 04 Jan 2005) | 2 lines
 
1433
r2370 | okoeroo | 2005-01-04 16:46:16 +0100 (di, 04 jan 2005) | 2 lines
1242
1434
Changed paths:
1243
1435
   M /trunk/lcmaps-plugins-jobrep/build.xml
1244
1436
   M /trunk/lcmaps-plugins-jobrep/doc/Makefile.am
1250
1442
All kind of changes
1251
1443
 
1252
1444
------------------------------------------------------------------------
1253
 
r2369 | okoeroo | 2005-01-04 16:24:32 +0100 (Tue, 04 Jan 2005) | 2 lines
 
1445
r2369 | okoeroo | 2005-01-04 16:24:32 +0100 (di, 04 jan 2005) | 2 lines
1254
1446
Changed paths:
1255
1447
   A /trunk/lcmaps-plugins-jobrep/Makefile.am
1256
1448
   A /trunk/lcmaps-plugins-jobrep/bootstrap
1265
1457
Added first set of plain and simple files
1266
1458
 
1267
1459
------------------------------------------------------------------------
1268
 
r2368 | okoeroo | 2005-01-04 16:12:56 +0100 (Tue, 04 Jan 2005) | 2 lines
 
1460
r2368 | okoeroo | 2005-01-04 16:12:56 +0100 (di, 04 jan 2005) | 2 lines
1269
1461
Changed paths:
1270
1462
   A /trunk/lcmaps-plugins-jobrep/project
1271
1463
   A /trunk/lcmaps-plugins-jobrep/project/build.properties
1276
1468
Added project files
1277
1469
 
1278
1470
------------------------------------------------------------------------
1279
 
r2367 | okoeroo | 2005-01-04 15:18:12 +0100 (Tue, 04 Jan 2005) | 2 lines
 
1471
r2367 | okoeroo | 2005-01-04 15:18:12 +0100 (di, 04 jan 2005) | 2 lines
1280
1472
Changed paths:
1281
1473
   A /trunk/lcmaps-plugins-jobrep/LICENSE
1282
1474
 
1283
1475
Licence file
1284
1476
 
1285
1477
------------------------------------------------------------------------
1286
 
r1236 | dimeglio | 2004-10-29 17:36:38 +0200 (Fri, 29 Oct 2004) | 2 lines
 
1478
r1236 | dimeglio | 2004-10-29 17:36:38 +0200 (vr, 29 okt 2004) | 2 lines
1287
1479
Changed paths:
1288
1480
   M /trunk/lcas-plugins-basic
1289
1481
   M /trunk/lcas-plugins-voms