[pLog-svn] r3286 - plog/trunk/bin-devel

Mark Wu markplace at gmail.com
Thu Apr 27 16:12:30 GMT 2006


Great!!

So, it it time to let users see the brand new and powerful lifetype 1.1

Mark 

> -----Original Message-----
> From: plog-svn-bounces at devel.lifetype.net 
> [mailto:plog-svn-bounces at devel.lifetype.net] On Behalf Of 
> Oscar Renalias
> Sent: Thursday, April 27, 2006 11:54 PM
> To: plog-svn at devel.lifetype.net
> Subject: Re: [pLog-svn] r3286 - plog/trunk/bin-devel
> 
> This commit also marks the beginning of the public testing 
> rounds of LT 1.1. I still meant to implement a couple more 
> things, but I just will not have the time and I don't want to 
> delay 1.1 anymore. The only major thing left in the pipeline 
> is the global control of plugins but as important as this 
> feature may be (and I agree that it's important), it will 
> have to wait until 1.2.
> 
> The idea now is allow users to test this release to help us 
> find bugs for the next 1 or 2 months while we work on the 
> pending issues, namely:
> 
> - port templates (to include the paging feature)
> - port plugins, those that need porting, or at least test all 
> of them to make sure that they still work
> - performance fixes, specially on the db side
> 
> I am hoping some of you will lend the project a hand or two, 
> specially when it comes to testing templates and plugins. 
> It's an awfully boring work but the more the merrier :-)
> 
> On the performance side, there are a few things that should 
> be implemented according to Christoph's suggestions a while 
> ago. We should also try to get a bigger testing db (around 
> 10k blogs) so that we can analyze some of our queries even 
> better. Any help will be welcome.
> 
> I think we've all done a great job so far but we still need 
> one little push until the baby's out :-)
> 
> Oscar
> 
> On 27 Apr 2006, at 18:15, oscar at devel.lifetype.net wrote:
> 
> > Author: oscar
> > Date: 2006-04-27 15:15:50 +0000 (Thu, 27 Apr 2006) New 
> Revision: 3286
> >
> > Added:
> >    plog/trunk/bin-devel/build-nightly.sh
> > Log:
> > new script that takes care of generating nightly builds for the 
> > project page
> >
> >
> > Added: plog/trunk/bin-devel/build-nightly.sh
> > ===================================================================
> > --- plog/trunk/bin-devel/build-nightly.sh	2006-04-27 
> 14:42:09 UTC  
> > (rev 3285)
> > +++ plog/trunk/bin-devel/build-nightly.sh	2006-04-27 
> 15:15:50 UTC  
> > (rev 3286)
> > @@ -0,0 +1,35 @@
> > +#!/bin/sh
> > +
> > +# check parameters
> > +if [ $# -lt 2 ]; then
> > +    echo "Generates a build and moves it to the specified folder"
> > +    echo ""
> > +    echo "Usage: build-nightly.sh label destination-folder"
> > +    echo ""
> > +    exit -1
> > +fi
> > +
> > +echo "*** Build: starting process ***"
> > +
> > +SVNTAG=$1
> > +DESTFOLDER=$2
> > +BINPATH=/home/oscar/plog-devel/bin-devel
> > +
> > +# make the package
> > +$BINPATH/build-svn.sh $SVNTAG
> > +
> > +# move the file to the destination folder 
> > +PACKAGENAME=lifetype-devel-`date +%Y%m%d` mv -f 
> > +$BINPATH/$PACKAGENAME.zip $DESTFOLDER
> > +
> > +# remove everything else
> > +rm -f $BINPATH/$PACKAGENAME.zip
> > +rm -f $BINPATH/$PACKAGENAME.tar.gz
> > +rm -f $BINPATH/$PACKAGENAME.tar.bz2
> > +
> > +# make the softlink
> > +rm $DESTFOLDER/lifetype-devel-latest.zip
> > +ln -s $DESTFOLDER/$PACKAGENAME.zip $DESTFOLDER/lifetype-devel-
> > latest.zip
> > +
> > +echo "*** Build: Nightly build complete!"
> > +echo "*** Build: build result available in $DESTFOLDER/
> > $PACKAGENAME.zip"
> >
> >
> > Property changes on: plog/trunk/bin-devel/build-nightly.sh
> > ___________________________________________________________________
> > Name: svn:executable
> >    + *
> >
> > _______________________________________________
> > pLog-svn mailing list
> > pLog-svn at devel.lifetype.net
> > http://devel.lifetype.net/mailman/listinfo/plog-svn
> >
> 
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn



More information about the pLog-svn mailing list