From: <svn...@op...> - 2009-06-04 09:48:11
|
Author: bellmich Date: Thu Jun 4 11:48:05 2009 New Revision: 217 URL: http://libwbxml.opensync.org/changeset/217 Log: updated the release instructions Modified: wbxml2/trunk/RELEASE Modified: wbxml2/trunk/RELEASE ============================================================================== --- wbxml2/trunk/RELEASE Tue May 12 13:41:32 2009 (r216) +++ wbxml2/trunk/RELEASE Thu Jun 4 11:48:05 2009 (r217) @@ -42,11 +42,14 @@ "mkdir tags/libwbxml-$MAJOR.$MINOR.$PATCH", 'tar -C trunk --exclude="\.svn" -cf - . | tar -C tags/libwbxml-$MAJOR.$MINOR.$PATCH -xf -' "svn add tags/libwbxml-$MAJOR.$MINOR.$PATCH" and - "svn commit tags/libwbxml-$MAJOR.$MINOR.$PATCH" + "svn commit tags/libwbxml-$MAJOR.$MINOR.$PATCH trunk" (NEVER use "svn cp" because you must replace the external entities of the trunk directory with hard copies of the actual state.) - - create tarballs with "cmake $SOURCES; make package_source" (out of source build!) + - create tarballs for an out-of-source-build with + "cmake tags/libwbxml-$MAJOR.$MINOR.$PATCH -B/tmp/build/libwbxml-$MAJOR.$MINOR.$PATCH", + "cd /tmp/build/libwbxml-$MAJOR.$MINOR.$PATCH", + "make package_source" - write checksums with md5sum from the tarballs to a file with the same name like the tarballs without the tar and compression suffixes @@ -55,8 +58,11 @@ md5sum libwbxml-$MAJOR.$MINOR.$PATCH.tar.* > libwbxml-$MAJOR.$MINOR.$PATCH.md5sum md5sum -c libwbxml-$MAJOR.$MINOR.$PATCH.md5sum - - upload the tarballs and the checksum file to releases. - make sure the version numbers are the same! + - upload the tarballs and the checksum file to the File Release System + of SourceForge + "sftp $US...@fr...", + "cd uploads", + "put libwbxml-$MAJOR.$MINOR.$PATCH.*" - Annouce the release on the mailing list Tips: |