← Back to team overview

configglue team mailing list archive

[Merge] lp:~statik/configglue/release-howto into lp:configglue

 

Elliot Murphy has proposed merging lp:~statik/configglue/release-howto into lp:configglue.

Requested reviews:
  Configglue developers (configglue)


Here, have some notes.
-- 
https://code.launchpad.net/~statik/configglue/release-howto/+merge/32385
Your team Configglue developers is requested to review the proposed merge of lp:~statik/configglue/release-howto into lp:configglue.
=== modified file 'TODO'
--- TODO	2009-03-19 20:01:36 +0000
+++ TODO	2010-08-11 21:11:47 +0000
@@ -5,3 +5,15 @@
 
 * rework configglue to read the configuration more like optparse, with
    a --dump option to produce the ini-style config file
+
+HOWTO do a release:
+
+ * edit setup.py and set the correct version number
+ * verify that setup.py sdist generates a tarball and you are completely confident
+   that all the contents of the tarball are correct (any new files are there, etc.)
+ * run python setup.py sdist register upload, you will be prompted to login to pypi
+   and the new release is registered and uploaded.
+ * To also upload to launchpad:
+   - manage-credentials create -c ubuntu-dev-tools -l 2 (only if you don't have this already)
+   - lp-project-upload configglue 0.9pre1 configglue-0.9pre1.tar.gz (substituting correct versions)
+ * Prepare a new ubuntu package from the tarball.