[chronojump] info on how to publish versions, full process
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] info on how to publish versions, full process
- Date: Wed, 20 Apr 2011 19:32:40 +0000 (UTC)
commit 3c8c61f55575b47abfffd5a8ce86c3e5ac042e64
Author: Xavier de Blas <xaviblas gmail com>
Date: Wed Apr 20 21:32:05 2011 +0200
info on how to publish versions, full process
howto_new_version.txt | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 44 insertions(+), 0 deletions(-)
---
diff --git a/howto_new_version.txt b/howto_new_version.txt
new file mode 100644
index 0000000..51c2f13
--- /dev/null
+++ b/howto_new_version.txt
@@ -0,0 +1,44 @@
+change version on configure.ac and src/AssemblyInfo.cs
+
+linux stuff
+------------
+make dist
+(if doesn't work, do autogen.sh first)
+
+git commit -a
+missatge: Bump version 0.9.3
+
+git push
+git tag -a 0.9.3
+git push origin --tags
+scp chronojump-0.9.3.tar.gz xaviblas master gnome org:.
+ssh xaviblas master gnome org
+ftpadmin install chronojump-0.9.3.tar.gz
+
+windows stuff
+------------
+copy glade, src, images, ... to virtualbox folder
+make -f Makefile.win32 clean
+make -f Makefile.win32
+make -f Makefile.win32 install
+open Innosetup and compile
+upload the tarball
+
+scp Chronojump...exe xaviblas master gnome org:.
+ssh xaviblas master gnome org
+chmod +x Chrono...exe
+mv Chrono...exe /ftp/pub/gnome/binaries/win32/chronojump
+signal-ftp-sync
+wait 5'
+
+server stuff
+------------
+ssh to chronojump server, sqlite-3 chronojump_server.db
+update preferences set value="0.9.3.0" where name="versionAvailable";
+
+tell people stuff
+-------------
+twitters
+publish on website
+publish on forum
+twitters again with photos, changes, ...
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]