On Tue, Jan 7, 2014 at 1:04 AM, Garth N. Wells <[email protected]> wrote: > > On 6 Jan 2014, at 16:20, Johannes Ring <[email protected]> wrote: > >> On Mon, Jan 6, 2014 at 3:16 PM, Garth N. Wells <[email protected]> wrote: >>> On 2013-12-19 15:10, Johannes Ring wrote: >>>> >>>> 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 .. >>>> } >>>> >>> >>> >>> Looks ok. >>> >>> >>>> We still have one issue left (issue #10) for DOLFIN >>> >>> >>> I've re-targeted this to 1.4. >>> >>>> and the FFC >>> >>> >>> This is fixed now. >>> >>> >>>> and >>>> Instant buildbots are red, >>> >>> >>> I've pushed a fix, and all are now green except the OSX 10.7 buildbot. It's >>> green on next, which is the same as master. >> >> It is the test_dolfin_probe.py test that fails. It looks like it is >> picking up the wrong DOLFIN, because it works fine if I point >> DOLFIN_DIR to the correct DOLFIN installation. >> >>> I think we can worry about >>> getting it green later. >> >> I agree. >> >>> >>>> so I guess there won't be a release today. >>>> And there is also the BioComp Christmas dinner starting very soon... >>>> :-) >>>> >>> >>> Any chance of getting a release out today? >> >> I don't have time today, but please go ahead if you want to do it. :-) >> > > I’ve updated the DOLFIN release script config and moved the generic > fenics-release script to Bitbucket > (https://bitbucket.org/fenics-project/release-utils). I tested making a > DOLFIN release, and it seems to work fine.
OK, good. > What remains is getting the FFC test references into the FFC tarball. Are you working on this now? Johannes > Garth > > >>> Garth >>> >>>> Johannes >>>> >>>> _______________________________________________ >>>> fenics mailing list >>>> [email protected] >>>> http://fenicsproject.org/mailman/listinfo/fenics > _______________________________________________ fenics mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics
