[chronojump] Adds instructions to update version in the API and easier to copy-paste



commit 93506350306799d3ea97beff425e2754a2dec445
Author: Carles Pina i Estany <carles pina cat>
Date:   Wed Jan 28 23:07:40 2015 +0000

    Adds instructions to update version in the API and easier to copy-paste

 howto_new_version.txt |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/howto_new_version.txt b/howto_new_version.txt
index 6bd23a2..808ca24 100644
--- a/howto_new_version.txt
+++ b/howto_new_version.txt
@@ -8,15 +8,15 @@ linux stuff
 sh autogen.sh
 make dist
 
-git commit -a
-message: Bump version 0.9.3
+VERSION=0.9.3
+git commit -a -m "Bump version $VERSION"
 
 git push
-git tag -a 0.9.3
+git tag -a "$VERSION"
 git push origin --tags
-scp chronojump-0.9.3.tar.gz xaviblas master gnome org:.
+scp "chronojump-$VERSION.tar.gz" xaviblas master gnome org:.
 ssh xaviblas master gnome org
-ftpadmin install chronojump-0.9.3.tar.gz
+ftpadmin install "chronojump-$VERSION.tar.gz"
 
 create deb package
 -----
@@ -79,6 +79,16 @@ server stuff
 ssh to chronojump server, sqlite-3 chronojump_server.db
 update preferences set value="0.9.3.0" where name="versionAvailable";
 
+API:
+ssh to chronojump server
+vi /etc/chronojump.conf
+
+Update: chronojump_stable_version
+
+/etc/init.d/gunicorn restart
+verify:
+curl http://api.chronojump.org:8080/version
+
 tell people stuff
 -------------
 twitters


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]