Log of /tags
Directory Listing
Revision
2292 -
Directory Listing
Modified
Tue May 3 14:03:28 2011 UTC
(11 years, 3 months ago)
by
msalle
Version 0.1.1 of llrun, fixing uninitialized variable error.
Revision
2290 -
Directory Listing
Modified
Fri Apr 29 10:03:55 2011 UTC
(11 years, 3 months ago)
by
msalle
0.3.0 version of sac_from_source.sh, reflecting EMI-1 versions, plus support for
new LCMAPS tracking groupId plugin. Minor bugfix: when DESTDIR was explicitly
unset it still used the default.
Revision
2279 -
Directory Listing
Modified
Mon Apr 11 06:55:40 2011 UTC
(11 years, 4 months ago)
by
davidg
Moved historic tags to separate tree in repo
Revision
2231 -
Directory Listing
Modified
Thu Mar 17 10:14:18 2011 UTC
(11 years, 5 months ago)
by
msalle
Version 0.2.0 for the 'new-style' sac_from_source script, building all the
Nikhef EMI-security tools from source. Including config file to match the EMI-1
(Release candidate) versions.
Revision
2209 -
Directory Listing
Modified
Thu Feb 24 13:46:26 2011 UTC
(11 years, 5 months ago)
by
msalle
New tag to remove default /opt/glite.
Revision
2207 -
Directory Listing
Modified
Thu Feb 24 13:40:28 2011 UTC
(11 years, 5 months ago)
by
msalle
New mkgltempdir which no longer defaults to /opt/glite for the glexec location.
Revision
2192 -
Directory Listing
Modified
Mon Feb 14 13:33:50 2011 UTC
(11 years, 6 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-generic/latest -> lcg_info_dynamic_scheduler_generic_2_3_5
Revision
2191 -
Directory Listing
Modified
Mon Feb 14 13:33:43 2011 UTC
(11 years, 6 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-generic/lcg_info_dynamic_scheduler_generic_2_3_5
Revision
2107 -
Directory Listing
Modified
Thu Nov 18 17:30:26 2010 UTC
(11 years, 9 months ago)
by
msalle
Adding updated VOMS (in comment only)
Revision
2106 -
Directory Listing
Modified
Thu Nov 18 17:30:06 2010 UTC
(11 years, 9 months ago)
by
msalle
Revision
2105 -
Directory Listing
Modified
Thu Nov 18 17:28:13 2010 UTC
(11 years, 9 months ago)
by
msalle
Adding correct version
Revision
2104 -
Directory Listing
Modified
Thu Nov 18 17:27:55 2010 UTC
(11 years, 9 months ago)
by
msalle
Revision
2102 -
Directory Listing
Modified
Thu Nov 18 17:24:26 2010 UTC
(11 years, 9 months ago)
by
msalle
Adding right VOMS version of *glite32cert.config
Revision
2101 -
Directory Listing
Modified
Thu Nov 18 17:24:01 2010 UTC
(11 years, 9 months ago)
by
msalle
Removing wrong version
Revision
2099 -
Directory Listing
Modified
Thu Nov 18 17:19:05 2010 UTC
(11 years, 9 months ago)
by
msalle
Updates in LCMAPS and gLExec versions
Adding possibility for VOMS to build from git@CNAF using tag:git
Revision
2098 -
Directory Listing
Modified
Thu Nov 18 17:17:22 2010 UTC
(11 years, 9 months ago)
by
msalle
Update in LCMAPS and gLExec versions for OSG
Adding possibility to build VOMS from git@CNAF for OpenSSL 1.0 (not yet
working).
Revision
2096 -
Directory Listing
Modified
Thu Nov 18 15:25:05 2010 UTC
(11 years, 9 months ago)
by
msalle
First official version of llrun (formerly lcaslcmaps_get_account_cli.c).
- able to handle three different LCMAPS interfaces
- compatible with glexec 0.8 (and before)
Revision
2095 -
Directory Listing
Modified
Thu Nov 18 15:20:41 2010 UTC
(11 years, 9 months ago)
by
msalle
- First official version.
Revision
2086 -
Directory Listing
Modified
Thu Nov 11 11:20:44 2010 UTC
(11 years, 9 months ago)
by
davidg
New fetch-crl 3.0.4-1 with freshness checks and config dir options
Revision
2075 -
Directory Listing
Modified
Tue Nov 2 13:01:49 2010 UTC
(11 years, 9 months ago)
by
msalle
- Update in lcmaps-interface and .config files
Revision
2074 -
Directory Listing
Modified
Tue Nov 2 13:01:05 2010 UTC
(11 years, 9 months ago)
by
msalle
- updates lcmaps-interface
- updates in .config files
Revision
2071 -
Directory Listing
Modified
Thu Oct 28 20:08:04 2010 UTC
(11 years, 9 months ago)
by
msalle
- glite_from_source script, first official version, including gLite and OSG
based sets of tags.
Revision
2070 -
Directory Listing
Modified
Thu Oct 28 20:03:49 2010 UTC
(11 years, 9 months ago)
by
msalle
- First official tag, including config parsing etc.
Revision
2068 -
Directory Listing
Modified
Thu Oct 28 09:10:58 2010 UTC
(11 years, 9 months ago)
by
msalle
Fixing a number of issues in the 0.0.1 version:
- removal didn't work, because gLExec 0.8 (and 0.7) no longer stays in cwd if
chdir to homedir fails, but *returns* to cwd. If that fails (e.g. permission
denied) gLExec does a cd to /. Hence securedir must in any case be 711 when
trying to remove tmpdir. Furthermore the argument to rmdir and rm -rf must be
absolute.
- adding -v option: version
- updating help to show all possible options, including -h, -f and the new -v
- fixing problem with options needing an argument, but not getting one: shift 2
failed resulting in an endless loop.
- explicitly adding a path and having script figuring out the location of all
the tools.
- adding variable for rmdir.
- changing one missing chmod into $chmod
Revision
2067 -
Directory Listing
Modified
Thu Oct 28 09:09:46 2010 UTC
(11 years, 9 months ago)
by
msalle
Fixing a number of issues in the 0.0.1 version:
- removal didn't work, because gLExec 0.8 (and 0.7) no longer stays in cwd if
chdir to homedir fails, but *returns* to cwd. If that fails (e.g. permission
denied) gLExec does a cd to /. Hence securedir must in any case be 711 when
trying to remove tmpdir. Furthermore the argument to rmdir and rm -rf must be
absolute.
- adding -v option: version
- updating help to show all possible options, including -h, -f and the new -v
- fixing problem with options needing an argument, but not getting one: shift 2
failed resulting in an endless loop.
- explicitly adding a path and having script figuring out the location of all
the tools.
- adding variable for rmdir.
- changing one missing chmod into $chmod
Revision
1946 -
Directory Listing
Modified
Fri Sep 24 12:13:53 2010 UTC
(11 years, 10 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-pbs/lcg_info_dynamic_scheduler_pbs_2_1_5
Revision
1942 -
Directory Listing
Modified
Thu Sep 23 14:22:54 2010 UTC
(11 years, 10 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-pbs/lcg_info_dynamic_scheduler_pbs_2_1_4
Revision
1932 -
Directory Listing
Modified
Tue Sep 21 15:06:11 2010 UTC
(11 years, 10 months ago)
by
msalle
- First official tag, to be incorporated in glite-GLEXEC_wn, see savannah bug
#67098
Revision
1931 -
Directory Listing
Modified
Tue Sep 21 15:05:20 2010 UTC
(11 years, 10 months ago)
by
msalle
- Creating glexec_mkgltempdir_R_0_0_1_1 as directory
Revision
1930 -
Directory Listing
Modified
Tue Sep 21 15:04:41 2010 UTC
(11 years, 10 months ago)
by
msalle
- should have created a directory, not a file...
Revision
1929 -
Directory Listing
Modified
Tue Sep 21 14:44:31 2010 UTC
(11 years, 10 months ago)
by
msalle
- First official tag, to be incorporated in glite-GLEXEC_wn, see savannah bug
#67098
Revision
1925 -
Directory Listing
Modified
Mon Sep 20 13:15:35 2010 UTC
(11 years, 11 months ago)
by
davidg
More fixes in manpga
Revision
1923 -
Directory Listing
Modified
Mon Sep 20 13:08:23 2010 UTC
(11 years, 11 months ago)
by
davidg
Fixed lintian manpage problem
Revision
1902 -
Directory Listing
Modified
Mon Aug 30 18:20:41 2010 UTC
(11 years, 11 months ago)
by
okoeroo
Create new tag
Revision
1869 -
Directory Listing
Modified
Wed Jul 28 13:53:28 2010 UTC
(12 years ago)
by
wvengen
release 1.9
Revision
1856 -
Directory Listing
Modified
Fri Jul 16 14:39:13 2010 UTC
(12 years, 1 month ago)
by
msalle
Renaming to be back in sync with CERN CVS
Revision
1855 -
Directory Listing
Modified
Fri Jul 16 14:31:03 2010 UTC
(12 years, 1 month ago)
by
msalle
First official tag for glexec_from_source scripts
Revision
1780 -
Directory Listing
Modified
Sat Jun 12 15:45:59 2010 UTC
(12 years, 2 months ago)
by
davidg
Cleanup
Revision
1779 -
Directory Listing
Modified
Sat Jun 12 15:45:24 2010 UTC
(12 years, 2 months ago)
by
davidg
Removed unlink automat from tempfile
Revision
1775 -
Directory Listing
Modified
Fri Jun 11 21:00:30 2010 UTC
(12 years, 2 months ago)
by
davidg
Fixed typos in Base64
Revision
1774 -
Directory Listing
Modified
Fri Jun 11 21:00:17 2010 UTC
(12 years, 2 months ago)
by
davidg
even more typos in base64
Revision
1773 -
Directory Listing
Modified
Fri Jun 11 20:32:11 2010 UTC
(12 years, 2 months ago)
by
davidg
Fixed horrible base64 encode issue
Revision
1772 -
Directory Listing
Modified
Fri Jun 11 20:31:48 2010 UTC
(12 years, 2 months ago)
by
davidg
Horrible 64encode issue
Revision
1770 -
Directory Listing
Modified
Fri Jun 11 19:46:47 2010 UTC
(12 years, 2 months ago)
by
davidg
Proper release of RC1 with better cadir resulition and new base64
Revision
1769 -
Directory Listing
Modified
Fri Jun 11 19:46:21 2010 UTC
(12 years, 2 months ago)
by
davidg
removes oopos release
Revision
1765 -
Directory Listing
Modified
Fri Jun 11 18:47:17 2010 UTC
(12 years, 2 months ago)
by
davidg
patches nocache behaviour in retro tag 0.RC1
Revision
1764 -
Directory Listing
Modified
Fri Jun 11 18:46:56 2010 UTC
(12 years, 2 months ago)
by
davidg
wrong tag
Revision
1762 -
Directory Listing
Modified
Fri Jun 11 18:11:57 2010 UTC
(12 years, 2 months ago)
by
davidg
first beta release
Revision
1761 -
Directory Listing
Modified
Fri Jun 11 18:07:26 2010 UTC
(12 years, 2 months ago)
by
davidg
fetchcrl tag
Revision
1550 -
Directory Listing
Modified
Mon Mar 8 14:45:12 2010 UTC
(12 years, 5 months ago)
by
wvengen
1.7 release (redo)
Revision
1549 -
Directory Listing
Modified
Mon Mar 8 14:45:00 2010 UTC
(12 years, 5 months ago)
by
wvengen
1.7 release (redo)
Revision
1547 -
Directory Listing
Modified
Mon Mar 8 14:38:42 2010 UTC
(12 years, 5 months ago)
by
wvengen
1.7 release
Revision
1534 -
Directory Listing
Modified
Tue Mar 2 13:04:22 2010 UTC
(12 years, 5 months ago)
by
wvengen
1.6 release
Revision
1451 -
Directory Listing
Modified
Tue Feb 2 10:07:53 2010 UTC
(12 years, 6 months ago)
by
wvengen
1.5 release
Revision
1432 -
Directory Listing
Modified
Tue Jan 26 13:55:38 2010 UTC
(12 years, 6 months ago)
by
wvengen
1.4 release
Revision
1381 -
Directory Listing
Modified
Wed Jan 13 10:40:32 2010 UTC
(12 years, 7 months ago)
by
wvengen
1.3 release (take 2)
Revision
1380 -
Directory Listing
Modified
Wed Jan 13 10:37:32 2010 UTC
(12 years, 7 months ago)
by
wvengen
remove to update 1.3 for fix
Revision
1376 -
Directory Listing
Modified
Tue Jan 12 17:15:34 2010 UTC
(12 years, 7 months ago)
by
wvengen
1.3 release
Revision
1317 -
Directory Listing
Modified
Fri Dec 18 15:59:13 2009 UTC
(12 years, 8 months ago)
by
wvengen
update
Revision
1316 -
Directory Listing
Modified
Fri Dec 18 15:58:01 2009 UTC
(12 years, 8 months ago)
by
wvengen
update
Revision
1285 -
Directory Listing
Modified
Fri Dec 11 19:21:43 2009 UTC
(12 years, 8 months ago)
by
wvengen
release jgridstart 1.1
Revision
1281 -
Directory Listing
Modified
Fri Dec 11 17:56:31 2009 UTC
(12 years, 8 months ago)
by
wvengen
update jgridstart 1.1
Revision
1253 -
Directory Listing
Modified
Tue Dec 8 12:47:32 2009 UTC
(12 years, 8 months ago)
by
wvengen
release jgridstart 1.1
Revision
1200 -
Directory Listing
Modified
Mon Nov 30 14:14:03 2009 UTC
(12 years, 8 months ago)
by
wvengen
release jgridstart 1.0!
Revision
963 -
Directory Listing
Modified
Wed Oct 21 13:15:55 2009 UTC
(12 years, 10 months ago)
by
wvengen
update 1.0beta5 (2/2)
Revision
962 -
Directory Listing
Modified
Wed Oct 21 13:15:54 2009 UTC
(12 years, 10 months ago)
by
wvengen
update 1.0beta5 (2/2)
Revision
961 -
Directory Listing
Modified
Wed Oct 21 13:07:20 2009 UTC
(12 years, 10 months ago)
by
wvengen
update 1.0beta5 (1/2)
Revision
959 -
Directory Listing
Modified
Wed Oct 21 09:27:44 2009 UTC
(12 years, 10 months ago)
by
wvengen
release 1.0beta5
Revision
958 -
Directory Listing
Modified
Wed Oct 21 09:27:43 2009 UTC
(12 years, 10 months ago)
by
wvengen
release 1.0beta5
Revision
923 -
Directory Listing
Modified
Wed Oct 14 07:21:18 2009 UTC
(12 years, 10 months ago)
by
wvengen
jgridstart release 1.0beta4 (take 3)
Revision
922 -
Directory Listing
Modified
Wed Oct 14 07:21:01 2009 UTC
(12 years, 10 months ago)
by
wvengen
jgridstart release 1.0beta4 (prepare for take 3)
Revision
920 -
Directory Listing
Modified
Wed Oct 14 07:12:01 2009 UTC
(12 years, 10 months ago)
by
wvengen
jgridstart release 1.0beta4 (take 2)
Revision
919 -
Directory Listing
Modified
Wed Oct 14 07:12:00 2009 UTC
(12 years, 10 months ago)
by
wvengen
jgridstart release 1.0beta4 (take 2)
Revision
918 -
Directory Listing
Modified
Wed Oct 14 07:11:41 2009 UTC
(12 years, 10 months ago)
by
wvengen
jgridstart release 1.0beta4 (prepare for take 2)
Revision
916 -
Directory Listing
Modified
Tue Oct 13 15:49:34 2009 UTC
(12 years, 10 months ago)
by
wvengen
jgridstart release 1.0beta4
Revision
915 -
Directory Listing
Modified
Tue Oct 13 15:49:32 2009 UTC
(12 years, 10 months ago)
by
wvengen
jgridstart release 1.0beta4
Revision
899 -
Directory Listing
Modified
Mon Oct 12 12:23:26 2009 UTC
(12 years, 10 months ago)
by
wvengen
release 1.0beta3
Revision
898 -
Directory Listing
Modified
Mon Oct 12 12:23:23 2009 UTC
(12 years, 10 months ago)
by
wvengen
release 1.0beta3
Revision
841 -
Directory Listing
Modified
Tue Sep 22 13:30:40 2009 UTC
(12 years, 10 months ago)
by
wvengen
new minor beta release (tag take 2)
Revision
840 -
Directory Listing
Modified
Tue Sep 22 13:30:31 2009 UTC
(12 years, 10 months ago)
by
wvengen
new minor beta release (tag take 2)
Revision
839 -
Directory Listing
Modified
Tue Sep 22 13:29:44 2009 UTC
(12 years, 10 months ago)
by
wvengen
Revision
838 -
Directory Listing
Modified
Tue Sep 22 13:14:26 2009 UTC
(12 years, 10 months ago)
by
wvengen
new minor beta release
Revision
837 -
Directory Listing
Modified
Tue Sep 22 13:13:25 2009 UTC
(12 years, 10 months ago)
by
wvengen
new minor beta release
Revision
827 -
Directory Listing
Modified
Fri Sep 18 14:05:30 2009 UTC
(12 years, 11 months ago)
by
wvengen
1.0beta1 release (take 3) now correctly handles existing certificate requests done outside of jGridstart
Revision
826 -
Directory Listing
Modified
Fri Sep 18 14:04:46 2009 UTC
(12 years, 11 months ago)
by
wvengen
revert 1.0beta1 release
Revision
824 -
Directory Listing
Modified
Fri Sep 18 13:07:20 2009 UTC
(12 years, 11 months ago)
by
wvengen
1.0beta1 release (take 2)
Revision
823 -
Directory Listing
Modified
Fri Sep 18 13:07:18 2009 UTC
(12 years, 11 months ago)
by
wvengen
1.0beta1 release (take 2)
Revision
822 -
Directory Listing
Modified
Fri Sep 18 13:06:49 2009 UTC
(12 years, 11 months ago)
by
wvengen
revert 1.0beta1 release
Revision
820 -
Directory Listing
Modified
Fri Sep 18 12:49:11 2009 UTC
(12 years, 11 months ago)
by
wvengen
1.0beta1 release
Revision
819 -
Directory Listing
Modified
Fri Sep 18 12:49:10 2009 UTC
(12 years, 11 months ago)
by
wvengen
1.0beta1 release
Revision
625 -
Directory Listing
Modified
Mon Aug 3 15:22:58 2009 UTC
(13 years ago)
by
wvengen
first alpha release!
Revision
624 -
Directory Listing
Modified
Mon Aug 3 14:55:19 2009 UTC
(13 years ago)
by
wvengen
first alpha release!
Revision
463 -
Directory Listing
Modified
Tue Jun 23 14:10:48 2009 UTC
(13 years, 1 month ago)
by
wvengen
last plain JTextPane usage
Revision
462 -
Directory Listing
Modified
Tue Jun 23 14:09:13 2009 UTC
(13 years, 1 month ago)
by
wvengen
last plain JTextPane usage
Revision
424 -
Directory Listing
Modified
Wed Jun 10 08:06:06 2009 UTC
(13 years, 2 months ago)
by
okoeroo
Updated the intended usage lines in the Perl scripts
Revision
423 -
Directory Listing
Modified
Wed Jun 10 08:06:05 2009 UTC
(13 years, 2 months ago)
by
okoeroo
Updated the intended usage lines in the Perl scripts
Revision
422 -
Directory Listing
Modified
Wed Jun 10 08:06:04 2009 UTC
(13 years, 2 months ago)
by
okoeroo
Updated the intended usage lines in the Perl scripts
Revision
421 -
Directory Listing
Modified
Wed Jun 10 08:06:03 2009 UTC
(13 years, 2 months ago)
by
okoeroo
Updated the intended usage lines in the Perl scripts
Revision
420 -
Directory Listing
Modified
Wed Jun 10 08:06:02 2009 UTC
(13 years, 2 months ago)
by
okoeroo
Updated the intended usage lines in the Perl scripts
Revision
419 -
Directory Listing
Modified
Wed Jun 10 08:05:47 2009 UTC
(13 years, 2 months ago)
by
okoeroo
Creating new tag
Revision
418 -
Directory Listing
Modified
Wed Jun 10 08:05:18 2009 UTC
(13 years, 2 months ago)
by
okoeroo
Wrong check in, forgot to make it a directory first.
Revision
417 -
Directory Listing
Modified
Wed Jun 10 08:02:19 2009 UTC
(13 years, 2 months ago)
by
okoeroo
Updated the intended usage lines in the Perl scripts
Revision
415 -
Directory Listing
Modified
Tue Jun 9 18:19:07 2009 UTC
(13 years, 2 months ago)
by
okoeroo
Adding files to new publishable tag
Revision
414 -
Directory Listing
Modified
Tue Jun 9 18:19:05 2009 UTC
(13 years, 2 months ago)
by
okoeroo
Adding files to new publishable tag
Revision
413 -
Directory Listing
Modified
Tue Jun 9 18:19:03 2009 UTC
(13 years, 2 months ago)
by
okoeroo
Adding files to new publishable tag
Revision
412 -
Directory Listing
Modified
Tue Jun 9 18:19:01 2009 UTC
(13 years, 2 months ago)
by
okoeroo
Adding files to new publishable tag
Revision
411 -
Directory Listing
Modified
Tue Jun 9 18:15:54 2009 UTC
(13 years, 2 months ago)
by
okoeroo
Tagging files.
Revision
409 -
Directory Listing
Modified
Tue Jun 9 18:02:55 2009 UTC
(13 years, 2 months ago)
by
okoeroo
Adding new tag for the wrapper scripts around gLExec to transfer the environment variables from the pilot job framework context to the pilot job payload context.
Revision
393 -
Directory Listing
Modified
Fri Jun 5 11:40:43 2009 UTC
(13 years, 2 months ago)
by
okoeroo
Adding files to script
Revision
392 -
Directory Listing
Modified
Fri Jun 5 11:40:29 2009 UTC
(13 years, 2 months ago)
by
okoeroo
Tag for wrapper scripts
Revision
391 -
Directory Listing
Modified
Fri Jun 5 11:39:31 2009 UTC
(13 years, 2 months ago)
by
okoeroo
Jan Just's perl scripts as environment variable wrapper for gLExec use
Revision
383 -
Directory Listing
Modified
Tue Jun 2 14:41:06 2009 UTC
(13 years, 2 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-pbs/stable -> lcg_info_dynamic_scheduler_pbs_2_1_3
Revision
382 -
Directory Listing
Modified
Tue Jun 2 14:40:51 2009 UTC
(13 years, 2 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-pbs/latest -> lcg_info_dynamic_scheduler_pbs_2_1_3
Revision
380 -
Directory Listing
Modified
Tue Jun 2 14:40:44 2009 UTC
(13 years, 2 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-pbs/lcg_info_dynamic_scheduler_pbs_2_1_3
Revision
176 -
Directory Listing
Modified
Mon Mar 16 15:07:10 2009 UTC
(13 years, 5 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-pbs/stable -> lcg_info_dynamic_scheduler_pbs_2_1_1
Revision
175 -
Directory Listing
Modified
Mon Mar 16 15:06:59 2009 UTC
(13 years, 5 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-pbs/latest -> lcg_info_dynamic_scheduler_pbs_2_1_1
Revision
174 -
Directory Listing
Modified
Mon Mar 16 15:06:51 2009 UTC
(13 years, 5 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-pbs/lcg_info_dynamic_scheduler_pbs_2_1_1
Revision
172 -
Directory Listing
Modified
Mon Mar 16 14:28:11 2009 UTC
(13 years, 5 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-generic/stable -> lcg_info_dynamic_scheduler_generic_2_3_4
Revision
171 -
Directory Listing
Modified
Mon Mar 16 14:27:46 2009 UTC
(13 years, 5 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-generic/latest -> lcg_info_dynamic_scheduler_generic_2_3_4
Revision
170 -
Directory Listing
Modified
Mon Mar 16 14:27:38 2009 UTC
(13 years, 5 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-generic/lcg_info_dynamic_scheduler_generic_2_3_4
Revision
167 -
Directory Listing
Modified
Tue Mar 10 20:49:57 2009 UTC
(13 years, 5 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-generic/stable -> lcg_info_dynamic_scheduler_generic_2_3_3
Revision
166 -
Directory Listing
Modified
Tue Mar 10 20:49:38 2009 UTC
(13 years, 5 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-generic/latest -> lcg_info_dynamic_scheduler_generic_2_3_3
Revision
165 -
Directory Listing
Modified
Tue Mar 10 20:49:13 2009 UTC
(13 years, 5 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-generic/lcg_info_dynamic_scheduler_generic_2_3_3
Revision
163 -
Directory Listing
Modified
Tue Mar 10 20:47:55 2009 UTC
(13 years, 5 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-generic/lcg_info_dynamic_scheduler_generic_2_3_2
Revision
122 -
Directory Listing
Modified
Mon Mar 2 15:20:10 2009 UTC
(13 years, 5 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-generic/stable -> lcg_info_dynamic_scheduler_generic_2_3_1
Revision
121 -
Directory Listing
Modified
Mon Mar 2 15:20:08 2009 UTC
(13 years, 5 months ago)
by
templon
Made directory
Revision
120 -
Directory Listing
Modified
Mon Mar 2 15:20:00 2009 UTC
(13 years, 5 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-generic/latest -> lcg_info_dynamic_scheduler_generic_2_3_1
Revision
119 -
Directory Listing
Modified
Mon Mar 2 15:19:52 2009 UTC
(13 years, 5 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-generic/lcg_info_dynamic_scheduler_generic_2_3_1
Revision
117 -
Directory Listing
Modified
Mon Mar 2 15:18:06 2009 UTC
(13 years, 5 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-pbs/stable -> lcg_info_dynamic_scheduler_pbs_2_1_0
Revision
116 -
Directory Listing
Modified
Mon Mar 2 15:18:04 2009 UTC
(13 years, 5 months ago)
by
templon
Made directory
Revision
115 -
Directory Listing
Modified
Mon Mar 2 15:17:55 2009 UTC
(13 years, 5 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-pbs/latest -> lcg_info_dynamic_scheduler_pbs_2_1_0
Revision
114 -
Directory Listing
Modified
Mon Mar 2 15:17:53 2009 UTC
(13 years, 5 months ago)
by
templon
Made directory
Revision
113 -
Directory Listing
Modified
Mon Mar 2 15:17:47 2009 UTC
(13 years, 5 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-pbs/lcg_info_dynamic_scheduler_pbs_2_1_0
Revision
112 -
Directory Listing
Modified
Mon Mar 2 15:17:47 2009 UTC
(13 years, 5 months ago)
by
templon
Made directory tags//lcg-info-dynamic-scheduler-pbs
Revision
76 -
Directory Listing
Modified
Thu Feb 26 16:10:29 2009 UTC
(13 years, 5 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-generic/latest -> lcg_info_dynamic_scheduler_generic_2_3_0
Revision
75 -
Directory Listing
Modified
Thu Feb 26 16:10:27 2009 UTC
(13 years, 5 months ago)
by
templon
Made directory
Revision
74 -
Directory Listing
Modified
Thu Feb 26 16:10:21 2009 UTC
(13 years, 5 months ago)
by
templon
Added tag lcg-info-dynamic-scheduler-generic/lcg_info_dynamic_scheduler_generic_2_3_0
Revision
73 -
Directory Listing
Modified
Thu Feb 26 16:10:21 2009 UTC
(13 years, 5 months ago)
by
templon
Made directory tags//lcg-info-dynamic-scheduler-generic
Revision
33 -
Directory Listing
Modified
Fri Dec 19 08:22:13 2008 UTC
(13 years, 8 months ago)
by
davidg
Removed
Revision
32 -
Directory Listing
Modified
Fri Dec 19 08:21:36 2008 UTC
(13 years, 8 months ago)
by
davidg
Added ldapPublicKey schema
Revision
31 -
Directory Listing
Added
Fri Dec 19 08:18:56 2008 UTC
(13 years, 8 months ago)
by
davidg
Created convention