[banshee] extras: add some clarifications in the release guides



commit 0ac190b4b245eeadc58fbda58dc2992bfe500d73
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Tue Oct 8 14:18:54 2013 +0200

    extras: add some clarifications in the release guides

 extras/README.releasing |    6 ++++--
 extras/make-release     |    2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/extras/README.releasing b/extras/README.releasing
index 903f8b1..428af62 100644
--- a/extras/README.releasing
+++ b/extras/README.releasing
@@ -17,11 +17,13 @@ Release:
     install the tarballs on ftp.gnome.org.
 
 Post-release:
-* Update the website
+* In the master.gnome.org session, do:
+  `cp release-data/banshee-<full_version>.news /ftp/pub/gnome/sources/banshee/<two_digit_version>/ && 
signal-ftp-sync`
+* Update the website (http://banshee.fm/wp-admin/)
   + Add download/archives/$version page
     - Use `cd extras && ./create-release-notes > foo` script
       + By hand modify 'the previous major release notes...' section
-    - Set sort order, parent, and permalink
+    - Set sort order (negative file of full version, i.e.: -290), parent (Archives), and permalink (i.e.: 
http://banshee.fm/download/archives/2-9-0/)
   + Update Downloads/Archives page, adding entry for this release
   + Add a new blog post, uncategorized, tag 'news'
 * For stable releases, ssh banshee banshee fm, update web/download.banshee.fm/release-info/banshee
diff --git a/extras/make-release b/extras/make-release
index 4651143..df5d6c8 100755
--- a/extras/make-release
+++ b/extras/make-release
@@ -118,7 +118,7 @@ function upload_release () {
 #      ( ssh ${WEB_USER} ${WEB_HOST} ftpadmin install \
 #              release-data/${PACKAGE_NAME}-${PACKAGE_VERSION}.tar.bz2) \
 #              || bail "Could not install the tarball"
-       echo "Connect by ssh to master.gnome.org and then run this command to install the tarballs to 
ftp.gnome.org :"
+       echo "Connect by ssh to gnomeuserid master gnome org and then run this command to install the 
tarballs to ftp.gnome.org :"
        echo "  ftpadmin install release-data/${PACKAGE_NAME}-${PACKAGE_VERSION}.tar.bz2"
 
        read -p "Press enter when the tarballs are installed..."


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