On Mon, Dec 16, 2013 at 1:54 PM, Anders Logg <[email protected]> wrote:
> Is the release script (fenics-release) functional? Can it be fixed?

I have made an attempt to fix the release script. I couldn't find a
repository for this on Bitbucket, so I made the change in the
lp:fenics repository on Launchpad. Please take a look and make any
necessary changes or let me know and I can do it.

The idea behind the post-archive function is to allow modifications on
the tarball. For instance, I thought about something like this for
DOLFIN:

post-archive()
{
    cd release
    tar zxf $PACKAGE-$VERSION.tar.gz
    cd $PACKAGE-$VERSION
    ./cmake/scripts/generate-all
    cd ..
    GZIP=-9 tar -czf $PACKAGE-$VERSION.tar.gz $PACKAGE-$VERSION
    rm -rf $PACKAGE-$VERSION
    cd ..
}

We still have one issue left (issue #10) for DOLFIN and the FFC and
Instant buildbots are red, so I guess there won't be a release today.
And there is also the BioComp Christmas dinner starting very soon...
:-)

Johannes
_______________________________________________
fenics mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics

Reply via email to