Skip Menu | Logged in as guest | Logout
 
Ticket metadata
Id: 3497
Status: resolved
Priority: 0/0
Queue: vdt-support

Fixed in: (no value)
Fix scheduled: (no value)

Owner: Alain Roy
Requestors: bbockelm@math.unl.edu
Cc:
AdminCc:

More about bbockelm@math.unl.edu
New reminder:

Created: Fri Apr 25 15:56:24 2008
Starts: Not set
Started: Not set
Last Contact: Fri Apr 25 17:44:09 2008
Due: Not set
Closed: Fri Apr 25 17:44:09 2008
Updated: Sun Oct 18 22:07:19 2009 by guest



History Brief headersFull headers
Subject: New environment variables for the GIP package
Date: Fri, 25 Apr 2008 15:55:32 -0500
To: vdt-support@OPENSCIENCEGRID.ORG, Burt Holzman <burt@fnal.gov>, Tony Tiradani <tiradani@fnal.gov>
From: Brian Bockelman <bbockelm@math.unl.edu>
Download (untitled) / with headers
text/plain 401b
Hey Alain,

In our efforts to allow the GIP to be more flexible (i.e., not tied
down to a certain packaging), we have made the entire package
relocatable depending on the value of $GIP_LOCATION.

For the next packaging candidate, can you make the following changes
to the environment:

1) export GIP_LOCATION=$VDT_LOCATION/gip
2) Add $GIP_LOCATION/bin to $PATH

Thanks,

Brian and the GIP folks
Subject: [vdt-support #3497] SVN commit, rev 7570
To: vdt-support@cs.wisc.edu
From: roy@cs.wisc.edu
Download (untitled) / with headers
text/plain 278b
Commit comment:
Set GIP_LOCATION, and put GIP_LOCATION//bin into the PATH.
Requested by Brian Bockelman.


Changed files:
U vdt/branches/vdt-1.10/Generic-Information-Provider/Generic-Information-Provider.pacman

To generate a diff:
svn diff -c 7570 file:///p/vdt/workspace/svn
Download (untitled) / with headers
text/plain 1.2k
> In our efforts to allow the GIP to be more flexible (i.e., not tied
> down to a certain packaging), we have made the entire package
> relocatable depending on the value of $GIP_LOCATION.
>
> For the next packaging candidate, can you make the following changes
> to the environment:
>
> 1) export GIP_LOCATION=$VDT_LOCATION/gip
> 2) Add $GIP_LOCATION/bin to $PATH

Hi guys,

What other packaging are you considering? An RPM to go with an SE
installation?

I don't have a new GIP yet, but I went ahead and made the change for the
upcoming VDT 1.10.1, which we hope to release in less than two weeks. If
I want for the new release, I might forget. So it's done.

When should I expect a new GIP from you?

Can you fix configure_gip when you give it to me? There's a small typo:

It says:
stat($globus_location) or die "Error can't access $gip_location\n";
But it should say:
stat($globus_location) or die "Error can't access $globus_location\n";

That is, the error message prints the wrong directory name.

I'll resolve this ticket since it's done.

Thanks,
-alain

-----------------------------------------------------------------
Alain Roy vdt-support@opensciencegrid.org
VDT Support http://vdt.cs.wisc.edu/support.html
Subject: Re: [vdt-support #3497] New environment variables for the GIP package
Date: Fri, 25 Apr 2008 17:32:44 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Brian Bockelman <bbockelm@math.unl.edu>
Download (untitled) / with headers
text/plain 1.9k
Hey Alain,

No other packaging planned at this time - the best thing about having
a relocatable root is testing, actually. By switching around
$GIP_LOCATION, I can go between svn and VDT version in a snap - and
can easily instruct others to do so too.

I have committed your fix in both trunk and the 1.0 branch. I believe
we're ready for another beta, but if we can have a little more time
between now and 1.10.1, I'd be happy.

Brian

On Apr 25, 2008, at 5:21 PM, Alain Roy via RT wrote:

>> In our efforts to allow the GIP to be more flexible (i.e., not tied
>> down to a certain packaging), we have made the entire package
>> relocatable depending on the value of $GIP_LOCATION.
>>
>> For the next packaging candidate, can you make the following changes
>> to the environment:
>>
>> 1) export GIP_LOCATION=$VDT_LOCATION/gip
>> 2) Add $GIP_LOCATION/bin to $PATH
>
> Hi guys,
>
> What other packaging are you considering? An RPM to go with an SE
> installation?
>
> I don't have a new GIP yet, but I went ahead and made the change for
> the
> upcoming VDT 1.10.1, which we hope to release in less than two
> weeks. If
> I want for the new release, I might forget. So it's done.
>
> When should I expect a new GIP from you?
>
> Can you fix configure_gip when you give it to me? There's a small
> typo:
>
> It says:
> stat($globus_location) or die "Error can't access $gip_location\n";
> But it should say:
> stat($globus_location) or die "Error can't access $globus_location
> \n";
>
> That is, the error message prints the wrong directory name.
>
> I'll resolve this ticket since it's done.
>
> Thanks,
> -alain
>
> -----------------------------------------------------------------
> Alain Roy vdt-support@opensciencegrid.org
> VDT Support http://vdt.cs.wisc.edu/support.html
>
>
> --
> View ticket at <http://vdt.cs.wisc.edu/rt/Ticket/Display.html?user=guest&pass=guest&id=3497
> >
> VDT Support, vdt-support@ivdgl.org
Download (untitled) / with headers
text/plain 428b
> I have committed your fix in both trunk and the 1.0 branch. I believe
> we're ready for another beta, but if we can have a little more time
> between now and 1.10.1, I'd be happy.

Is the end of next week enough time?

-alain

-----------------------------------------------------------------
Alain Roy vdt-support@opensciencegrid.org
VDT Support http://vdt.cs.wisc.edu/support.html