You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ca...@codespot.com on 2012/01/24 23:10:44 UTC

[cassandra-dbapi2] push by pcannon@gmail.com - note need to push debian/redhat branches... on 2012-01-24 22:08 GMT

Revision: 3a7d6640d5fd
Author:   paul cannon <pa...@datastax.com>
Date:     Tue Jan 24 14:06:46 2012
Log:      note need to push debian/redhat branches

in the releasing instructions doc (under development)

http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/source/detail?r=3a7d6640d5fd

Modified:
  /releasing

=======================================
--- /releasing	Tue Jan 24 13:31:32 2012
+++ /releasing	Tue Jan 24 14:06:46 2012
@@ -54,6 +54,7 @@
    git-buildpackage -us -uc --git-dist=lenny
    sudo debi    # test that package install, uninstall work right
    dcmd scp ../python-cql_${version}-1_amd64.changes ${webserverhost}:
+  git push origin debian refs/tags/debian/${version}-1

  --------------
  redhat release
@@ -72,3 +73,4 @@
    rpmbuild -ba redhat/python26-cql.spec
    # test installing/upgrading/uninstalling new rpm at  
~/rpmbuild/RPMS/noarch/python26-cql-${version}-1.noarch.rpm
    scp $HOME/rpmbuild/RPMS/noarch/python26-cql-${version}-1.noarch.rpm  
${webserverhost}:
+  git push origin redhat refs/tags/redhat/${version}-1