jra1mw.git
12 years agoZombie jobs query refactored to avoid the resource-intensive CONCAT() clause. branch_3_2
Zdeněk Šustr [Thu, 14 Mar 2013 16:31:18 +0000 (16:31 +0000)]
Zombie jobs query refactored to avoid the resource-intensive CONCAT() clause.
  - Replaced with a series of (... AND ... AND ...) OR (...)... conditions

12 years agoDo not set ErrCode to EPERM in case event matches notification criteria but permissio...
Zdeněk Šustr [Wed, 13 Mar 2013 11:02:26 +0000 (11:02 +0000)]
Do not set ErrCode to EPERM in case event matches notification criteria but permission check failed.
  - This is a normal operating condition, not an error to be reported.

12 years agoForgotten true value return for STATUS_FOR_MONITORING auth rule
Zdeněk Šustr [Wed, 13 Mar 2013 10:54:41 +0000 (10:54 +0000)]
Forgotten true value return for STATUS_FOR_MONITORING auth rule

12 years agoErr code for LB_PERM fixed.
Zdeněk Šustr [Wed, 13 Mar 2013 10:49:43 +0000 (10:49 +0000)]
Err code for LB_PERM fixed.
  - Can't be lazy with Copy+Paste

12 years agoHandle LB_PERM return value
Zdeněk Šustr [Wed, 13 Mar 2013 10:46:37 +0000 (10:46 +0000)]
Handle LB_PERM return value

12 years agoDo not look for a zombie in case the result set is empty due to EPERM (Partial fix...
Zdeněk Šustr [Tue, 12 Mar 2013 10:29:36 +0000 (10:29 +0000)]
Do not look for a zombie in case the result set is empty due to EPERM (Partial fix for SB #100381)

12 years agoMore detailed explanation of purge options
Zdeněk Šustr [Tue, 12 Mar 2013 09:20:04 +0000 (09:20 +0000)]
More detailed explanation of purge options

12 years agoSet purge timeout for done jobs explicitly (to the same value as the internal default)
Zdeněk Šustr [Tue, 12 Mar 2013 09:04:48 +0000 (09:04 +0000)]
Set purge timeout for done jobs explicitly (to the same value as the internal default)
  - Just for educational purposes
  - No actual change in behavior

12 years ago- Initialize default purge timeout properly in LB Proxy (Fixes SB #100808)
Zdeněk Šustr [Tue, 12 Mar 2013 08:53:29 +0000 (08:53 +0000)]
- Initialize default purge timeout properly in LB Proxy (Fixes SB #100808)

12 years agoIL Nagios probe
Zdeněk Šustr [Mon, 11 Mar 2013 13:20:55 +0000 (13:20 +0000)]
IL Nagios probe

12 years agoNew options to the Nagios probe documented.
Zdeněk Šustr [Wed, 6 Mar 2013 14:28:05 +0000 (14:28 +0000)]
New options to the Nagios probe documented.

12 years ago- Notification client can bind to addresses specified by hostname (Fixes SB #100721)
Zdeněk Šustr [Wed, 6 Mar 2013 09:44:11 +0000 (09:44 +0000)]
- Notification client can bind to addresses specified by hostname (Fixes SB #100721)
  - Conservative solution: hostname resolution is done multiple times by the client.
- Notification client recognizes square brackets enclosing host address in endpoint specification

12 years agoHonour system CFLAGS and LDFLAGS (proper debuginfo rpm package will be generated).
František Dvořák [Tue, 26 Feb 2013 13:26:50 +0000 (13:26 +0000)]
Honour system CFLAGS and LDFLAGS (proper debuginfo rpm package will be generated).

12 years agoSmall memleak in locallogger.
František Dvořák [Fri, 15 Feb 2013 09:48:08 +0000 (09:48 +0000)]
Small memleak in locallogger.

12 years agoMemleak in lb.server - locally generated ulm line.
František Dvořák [Fri, 15 Feb 2013 08:16:23 +0000 (08:16 +0000)]
Memleak in lb.server - locally generated ulm line.

12 years agoMemleaks in lb.server (cca 450 kB per 500 request).
František Dvořák [Fri, 15 Feb 2013 08:15:11 +0000 (08:15 +0000)]
Memleaks in lb.server (cca 450 kB per 500 request).

12 years agoPossible buffer overflow in HTML generator (code already refactored on HEAD).
František Dvořák [Fri, 15 Feb 2013 08:12:33 +0000 (08:12 +0000)]
Possible buffer overflow in HTML generator (code already refactored on HEAD).

12 years agoFix crash during handling options in register_sandbox.
František Dvořák [Fri, 15 Feb 2013 08:11:29 +0000 (08:11 +0000)]
Fix crash during handling options in register_sandbox.

12 years agopidfile location for BDII provider.
František Dvořák [Mon, 28 Jan 2013 18:37:57 +0000 (18:37 +0000)]
pidfile location for BDII provider.

12 years agoClean of legacy build files.
František Dvořák [Fri, 18 Jan 2013 13:18:59 +0000 (13:18 +0000)]
Clean of legacy build files.

12 years agoUse /etc/gLiteservices when using YAIM (SB #99839).
František Dvořák [Tue, 15 Jan 2013 17:19:31 +0000 (17:19 +0000)]
Use /etc/gLiteservices when using YAIM (SB #99839).

12 years agoEnable server and proxy purge only on proper L&B service type (SB #99276).
František Dvořák [Tue, 15 Jan 2013 17:18:58 +0000 (17:18 +0000)]
Enable server and proxy purge only on proper L&B service type (SB #99276).

12 years agoCron scripts portability - this fixes purge on Debian (backported from HEAD).
František Dvořák [Tue, 15 Jan 2013 17:18:28 +0000 (17:18 +0000)]
Cron scripts portability - this fixes purge on Debian (backported from HEAD).

12 years agoFix the test with log4c version > 1.2.1 (backported from HEAD).
František Dvořák [Tue, 15 Jan 2013 17:17:38 +0000 (17:17 +0000)]
Fix the test with log4c version > 1.2.1 (backported from HEAD).

12 years agoCompatibility with slight API change of ActiveMQ (backported from HEAD).
František Dvořák [Tue, 15 Jan 2013 17:17:15 +0000 (17:17 +0000)]
Compatibility with slight API change of ActiveMQ (backported from HEAD).

12 years agoSupport fqan ACLs by yaim.
František Dvořák [Mon, 14 Jan 2013 16:19:17 +0000 (16:19 +0000)]
Support fqan ACLs by yaim.

12 years agoPossibility to set socket paths directly by yaim. Part 3 of SB #97911. merge_32_head_take_5_src
František Dvořák [Wed, 5 Dec 2012 13:40:10 +0000 (13:40 +0000)]
Possibility to set socket paths directly by yaim. Part 3 of SB #97911.

12 years agoRemove log4c revision from config file (required for newer log4c).
František Dvořák [Mon, 15 Oct 2012 22:28:57 +0000 (22:28 +0000)]
Remove log4c revision from config file (required for newer log4c).

12 years agoSupport LaTex for stage builds on Debian.
František Dvořák [Fri, 5 Oct 2012 09:39:34 +0000 (09:39 +0000)]
Support LaTex for stage builds on Debian.

12 years agoModified to reflect version 3.2.9-1
Zdeněk Šustr [Wed, 3 Oct 2012 13:34:20 +0000 (13:34 +0000)]
Modified to reflect version 3.2.9-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:33:18 +0000 (13:33 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 4.4.4-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:32:05 +0000 (13:32 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.3.2-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:31:19 +0000 (13:31 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 3.3.1-6

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:30:40 +0000 (13:30 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.2.3-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:29:56 +0000 (13:29 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.3.1-6

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:29:14 +0000 (13:29 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.3.4-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:28:25 +0000 (13:28 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.3.8-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:27:32 +0000 (13:27 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.1.1-6

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:26:59 +0000 (13:26 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.1.5-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:26:10 +0000 (13:26 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.3.7-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:25:25 +0000 (13:25 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.2.4-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:24:33 +0000 (13:24 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.3.6-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:23:18 +0000 (13:23 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 8.1.5-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:22:22 +0000 (13:22 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.2.3-2

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:21:33 +0000 (13:21 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 5.1.6-1

12 years agoModified to reflect version 3.1.7-1
Zdeněk Šustr [Wed, 3 Oct 2012 13:18:19 +0000 (13:18 +0000)]
Modified to reflect version 3.1.7-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:17:20 +0000 (13:17 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.2.3-2

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:16:27 +0000 (13:16 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.2.2-4

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:15:26 +0000 (13:15 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.2.1-6

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:14:16 +0000 (13:14 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.2.1-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:08:06 +0000 (13:08 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.2.1-4

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:05:35 +0000 (13:05 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 3.1.6-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:04:39 +0000 (13:04 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 3.1.3-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 13:03:01 +0000 (13:03 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 3.1.3-2

12 years agoModified to reflect version 2.1.2-4
Zdeněk Šustr [Wed, 3 Oct 2012 12:57:09 +0000 (12:57 +0000)]
Modified to reflect version 2.1.2-4

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 12:56:31 +0000 (12:56 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.2.0-7

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Wed, 3 Oct 2012 12:55:50 +0000 (12:55 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.1.2-5

12 years agoBuild dependency on perl-LDAP not needed here.
František Dvořák [Wed, 3 Oct 2012 12:38:30 +0000 (12:38 +0000)]
Build dependency on perl-LDAP not needed here.

12 years agoSupport SL6/32bit platform.
František Dvořák [Wed, 3 Oct 2012 12:38:08 +0000 (12:38 +0000)]
Support SL6/32bit platform.

12 years agoDebian package builds in vanilla chroot environment (backported from HEAD):
František Dvořák [Wed, 3 Oct 2012 12:37:34 +0000 (12:37 +0000)]
Debian package builds in vanilla chroot environment (backported from HEAD):
- create pkg-config file for gss (depends on used GSSAPI provider)
- spread proper CFLAGS needed for gss (to find gssapi.h) using pkg-config
- missing build dependencies
- missing dependency for libglite-lbjp-common-gsoap-plugin-dev (lb.ws-test build)
- fix dependency of msg-plugin
- no runtime dependencies for build

12 years agoUsing thread-safe log4c layouts.
František Dvořák [Mon, 1 Oct 2012 18:52:32 +0000 (18:52 +0000)]
Using thread-safe log4c layouts.

12 years agoUpdate RTM DN (in yaim module in branch_3_2).
František Dvořák [Thu, 20 Sep 2012 10:03:09 +0000 (10:03 +0000)]
Update RTM DN (in yaim module in branch_3_2).

12 years agoModified to reflect version 3.1.6-1
Zdeněk Šustr [Mon, 10 Sep 2012 13:45:32 +0000 (13:45 +0000)]
Modified to reflect version 3.1.6-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Mon, 10 Sep 2012 13:44:38 +0000 (13:44 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 3.1.5-1

12 years agoModified to reflect version 3.2.8-1
Zdeněk Šustr [Mon, 10 Sep 2012 13:38:57 +0000 (13:38 +0000)]
Modified to reflect version 3.2.8-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Mon, 10 Sep 2012 13:37:37 +0000 (13:37 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.3.6-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Mon, 10 Sep 2012 13:35:52 +0000 (13:35 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.3.7-1

12 years agoReturn also incomplete results for job queries - fix backported.
Zdeněk Šustr [Mon, 10 Sep 2012 13:23:19 +0000 (13:23 +0000)]
Return also incomplete results for job queries - fix backported.

12 years agoFix getting status of interlogd.
František Dvořák [Sun, 9 Sep 2012 09:04:48 +0000 (09:04 +0000)]
Fix getting status of interlogd.

12 years agoDo not return EPERM on queries with multiple potential results (Fix fo SB #96702)
Zdeněk Šustr [Tue, 4 Sep 2012 14:28:16 +0000 (14:28 +0000)]
Do not return EPERM on queries with multiple potential results (Fix fo SB #96702)

12 years agoAdd a return code from newer c-ares (fixes DNS resolution on Fedora 17 with c-ares... merge_32_head_take_4_src
František Dvořák [Tue, 7 Aug 2012 10:56:19 +0000 (10:56 +0000)]
Add a return code from newer c-ares (fixes DNS resolution on Fedora 17 with c-ares 1.7.5).

12 years agoModified to reflect version 3.2.7-1 merge_32_head_take_3_src
Zdeněk Šustr [Thu, 26 Jul 2012 08:47:51 +0000 (08:47 +0000)]
Modified to reflect version 3.2.7-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:46:55 +0000 (08:46 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 4.4.3-3

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:46:16 +0000 (08:46 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.3.1-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:44:27 +0000 (08:44 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 3.3.1-5

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:43:48 +0000 (08:43 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.2.2-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:41:00 +0000 (08:41 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.3.1-5

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:40:17 +0000 (08:40 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.3.3-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:37:34 +0000 (08:37 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.3.6-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:25:05 +0000 (08:25 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.1.1-5

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:24:13 +0000 (08:24 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.1.4-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:21:09 +0000 (08:21 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.3.5-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:16:58 +0000 (08:16 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.2.3-3

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:16:02 +0000 (08:16 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.3.5-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:12:49 +0000 (08:12 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 8.1.4-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:11:19 +0000 (08:11 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.2.3-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:09:29 +0000 (08:09 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 5.1.5-1

12 years agoModified to reflect version 3.1.5-1
Zdeněk Šustr [Thu, 26 Jul 2012 08:05:20 +0000 (08:05 +0000)]
Modified to reflect version 3.1.5-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:04:12 +0000 (08:04 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.2.3-1

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:02:47 +0000 (08:02 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.2.2-3

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:00:49 +0000 (08:00 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.2.2-3

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 08:00:13 +0000 (08:00 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.2.1-5

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 07:58:28 +0000 (07:58 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.2.0-6

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 07:57:18 +0000 (07:57 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.2.1-3

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 07:55:13 +0000 (07:55 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 3.1.4-2

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 07:53:24 +0000 (07:53 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 3.1.2-3

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 07:52:18 +0000 (07:52 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 3.1.3-1

12 years agoModified to reflect version 2.1.2-3
Zdeněk Šustr [Thu, 26 Jul 2012 07:48:08 +0000 (07:48 +0000)]
Modified to reflect version 2.1.2-3

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 07:46:19 +0000 (07:46 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.2.0-6

12 years agoUpdating version, ChangeLog and copying the most recent configure from ./org.glite...
Zdeněk Šustr [Thu, 26 Jul 2012 07:44:51 +0000 (07:44 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 2.1.2-3