Update of /cvsroot/freevo/website
In directory sc8-pr-cvs1:/tmp/cvs-serv27148

Modified Files:
        news.txt 
Added Files:
        makesnapshots 
Log Message:
o Added snapshots script for generating nightlies. 
o Updated news items



--- NEW FILE: makesnapshots ---
#!/bin/sh
#
todayis=`/bin/date +%Y%m%d`
# Cleanup old snapshots
/bin/rm -f home/groups/f/fr/freevo/htdocs/snapshots/* || /bin/true

# Update CVS
(cd /home/users/o/ou/outlyer/freevo; /usr/bin/cvs -q update -dP)
(cd /home/users/o/ou/outlyer/mmpython; /usr/bin/cvs -q update -dP)

# Make new tarballs
(cd /home/users/o/ou/outlyer/ && /bin/tar cfj 
/home/groups/f/fr/freevo/htdocs/snapshots/freevo-snapshot-$todayis.tar.bz2 freevo/)
(cd /home/users/o/ou/outlyer/ && /bin/tar cfj 
/home/groups/f/fr/freevo/htdocs/snapshots/mmpython-snapshot-$todayis.tar.bz2 mmpython/)

# Make symlinks
(cd /home/groups/f/fr/freevo/htdocs/snapshots/ && /bin/ln -sf 
mmpython-snapshot-$todayis.tar.bz2 mmpython-snapshot.tar.bz2)
(cd /home/groups/f/fr/freevo/htdocs/snapshots/ && /bin/ln -sf 
freevo-snapshot-$todayis.tar.bz2 freevo-snapshot.tar.bz2)



Index: news.txt
===================================================================
RCS file: /cvsroot/freevo/website/news.txt,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** news.txt    29 Jun 2003 20:15:03 -0000      1.21
--- news.txt    17 Jul 2003 15:38:26 -0000      1.22
***************
*** 1,2 ****
--- 1,24 ----
+ 17-July-2003: Progress and CVS Snapshots
+ A lot of interesting developments in the past little while. The biggest
+ change is that all the multimedia parsing stuff is now in a seperate python
+ library, which provides all kinds of nice things like caching and reading
+ information from all kinds of files, from MP3s to ASFs.
+ 
+ We've also added the first revision of a "CD Backup" plugin which will let
+ you quickly rip and encode your CDs into Ogg or MP3 format with lame and oggenc
+ respectively.
+ 
+ A new previous release is forthcoming, but in the meantime, due to the state of
+ Sourceforge's CVS servers, you can pick up a snapshot of the code at:
+ <a 
href="http://freevo.sourceforge.net/snapshots/";>freevo.sourceforge.net/snapshots</a>
+ and keep an eye on the development. The snapshots should be generated every night at
+ 3am, so they aren't as absolutely bleeding edge as CVS, but still better than 24 
hours
+ behind.
+ 
+ Take care,
+ 
+ <i>- Aubin</i>
+ 
+ ---
  29-June-2003: About time: Freevo 1.3.2 is out
  We had some problems with the runtime in the binary release, we hope




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to