Fwd: SVN snapshots
Jean-François Wauthy
pollux at xfce.org
Thu Jun 9 13:33:03 CEST 2005
this one follows this recommendation and check if the snapshot haven't
been already built but cannot detect if errors occured during built
process
Le jeudi 09 juin 2005 à 13:05 +0200, Auke Kok a écrit :
> Nick Schermer wrote:
>
> > I've created a small bash script to build the SVN snapshots, i'm
> > working on a version with pkgname-revisionnumber.tar.bz2 but it's nog
> > working atm.
> > You can take a look at it if you like (xffm and friends are not
> > includes because i'm not using it).
> >
> > Greets, Xerverius
> >
> > PS. sorry pollux i used the reply button :).
>
>
> please try not to write scripts that do a svn CO and wipe the sources
> afterwards. This is a useless waste of resources on the server and your
> machine. You're far better off doing a CO only when the module hasn't
> been extracted as well, and it saves you a tonload (and the server as
> well) of bandwidth
>
> something like this is preferred:
>
> for module in $modules ; do
> if [ ! -d $module ]; then
> cd module
> make distclean
> svn up
> else
> svn co module
> fi
> cd module
> autogen + compile
> done
>
>
>
> sofar
>
> _______________________________________________
> Xfce mailing list
> Xfce at xfce.org
> http://foo-projects.org/mailman/listinfo/xfce
> http://www.xfce.org
--
Jean-François Wauthy <pollux at xfce.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: update.sh
Type: application/x-shellscript
Size: 1384 bytes
Desc: not available
URL: <http://mail.xfce.org/pipermail/xfce/attachments/20050609/64e2f13e/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://mail.xfce.org/pipermail/xfce/attachments/20050609/64e2f13e/attachment.pgp>
More information about the Xfce
mailing list