Difference between revisions of "Dev:Release"

From Synfig Studio :: Documentation
Jump to: navigation, search
(first try of the release process)
 
(add gnomefiles, fix links)
Line 41: Line 41:
 
Ping Atrus/pxegeek to download the tarballs, build windows versions and upload them to sourceforge.
 
Ping Atrus/pxegeek to download the tarballs, build windows versions and upload them to sourceforge.
  
Post a release announcement on the website, sourceforge and freshmeat.
+
Post a release announcement on the website, sourceforge and get [[PaulWise]] (pabs) to update [http://freshmeat.net/projects/synfig freshmeat] and [http://gnomefiles.org/app.php/Synfig gnomefiles.org].
  
 
Celebrate with a nice $BEVERAGE_OF_CHOICE
 
Celebrate with a nice $BEVERAGE_OF_CHOICE

Revision as of 06:13, 21 September 2007

Basic process run-down, will fix up later:

Finalise NEWS, README and so on.

svn export etl
cd etl
./bootstrap
./configure
make dist
unp etl.tar.gz
cd etl.tar
./configure
make install
svn export synfig
cd synfig
./bootstrap
./configure
make dist
unp synfig.tar.gz
cd synfig.tar
./configure
make install
svn export synfigstudio
cd synfigstudio
./bootstrap
./configure
make dist
unp synfigstudio.tar.gz
cd synfigstudio.tar
./configure
make install

Test installed stuff.

Write release notes based on the NEWS files.

Upload tarballs to sourceforge.

Ping Atrus/pxegeek to download the tarballs, build windows versions and upload them to sourceforge.

Post a release announcement on the website, sourceforge and get PaulWise (pabs) to update freshmeat and gnomefiles.org.

Celebrate with a nice $BEVERAGE_OF_CHOICE