Re: question
Nick Chalko <[email protected]> Sun, 05 Jan 2003 16:18:18 -0800
| Newsgroups | gmane.comp.jakarta.alexandria.devel,gmane.comp.jakarta.gump |
|---|---|
| Message-ID | <[email protected]> |
Andrew C. Oliver wrote:
> Nick Chalko wrote:
>
>> Andrew C. Oliver wrote:
>>
>>> Would it be possible to have two branches building under gump at once?
>>>
>>> POI is going to be doing some refactoring under the "PERFORMANCE"
>>> branch. I'd like to see both building under gump.
>>>
>>> Has anyone been considering/working on site builds/publish under
>>> gump? I'd love to move the site regen to run from the gump build for
>>> POI rather than have seperate builds running on a sperate machine to
>>> accomplish this.
>>
>>
>>
>> I do the Krysalis site generation using gump.
>> See http://chalko.com/gump.
>
>
> how did you do it?
The main trick was in .ssh/config I added
Host *.sf.net
IdentityFile=/home/nick/.ssh/chalkoATsfKey
User chalko
Then I did a local version of gump by hand.
And made krysalis.centipede.site use the "gump-site" target
where gump-site depends on site and deploysite.
Hopefully soon (this month) we will have a gump-local target to
automatically support this.
I will send you the profile I use if you are interested.
R,
Nick