Rt 3.2.2

Has been tagged and rolled. I’m working on release notes now, but the
impatient can get it already.

Two dumb questions.

  1. Where is the tarball?

  2. How do I turn what I get from a “svn checkout” into
    something suitable for installation? That is, how does
    configure.ac become configure?

Thanks.

-ToddOn Mon, Sep 27, 2004 at 03:27:35PM -0400, Jesse Vincent wrote:

Has been tagged and rolled. I’m working on release notes now, but the
impatient can get it already.


Rt-devel mailing list
Rt-devel@lists.bestpractical.com
The rt-devel Archives

Todd Chapman wrote:

Two dumb questions.

  1. Where is the tarball?

  2. How do I turn what I get from a “svn checkout” into
    something suitable for installation? That is, how does
    configure.ac become configure?
    run autoconf in co root

  1. How do I turn what I get from a “svn checkout” into
    something suitable for installation? That is, how does
    configure.ac become configure?
    run autoconf in co root

Actually, we have a little bit of glue so you can sh ./configure.ac
–with-options=to-configure

Well, I did it the way Ruslan suggested and all seems well
except… in the web interface the version is reported as:
“RT 3.2.HEAD”

What did I do wrong?On Mon, Sep 27, 2004 at 04:15:56PM -0400, Jesse Vincent wrote:

  1. How do I turn what I get from a “svn checkout” into
    something suitable for installation? That is, how does
    configure.ac become configure?
    run autoconf in co root

Actually, we have a little bit of glue so you can sh ./configure.ac
–with-options=to-configure

Well, I did it the way Ruslan suggested and all seems well
except… in the web interface the version is reported as:
“RT 3.2.HEAD”

Perhaps you checked out from the HEAD of the RT 3.2 branch, rather than
from the tags directory?

This is the command I used:

svn export svn://svn.bestpractical.com/rt/tags/3.2.2/On Mon, Sep 27, 2004 at 05:02:10PM -0400, Jesse Vincent wrote:

On Sep 27, 2004, at 4:05 PM, Todd Chapman wrote:

Well, I did it the way Ruslan suggested and all seems well
except… in the web interface the version is reported as:
“RT 3.2.HEAD”

Perhaps you checked out from the HEAD of the RT 3.2 branch, rather than
from the tags directory?

What did I do wrong?

On Mon, Sep 27, 2004 at 04:15:56PM -0400, Jesse Vincent wrote:

  1. How do I turn what I get from a “svn checkout” into
    something suitable for installation? That is, how does
    configure.ac become configure?
    run autoconf in co root

Actually, we have a little bit of glue so you can sh ./configure.ac
–with-options=to-configure

This is the command I used:

svn export svn://svn.bestpractical.com/rt/tags/3.2.2/

Oh. sorry. It’s the release script that does the regexp replace after
branching.

That’s still 3.2.2

-j