diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2009-12-09 20:07:50 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2009-12-09 20:07:50 +0000 |
| commit | eef92c84d6f9915f864de969d0d25018c428daf4 (patch) | |
| tree | 634eb2b4add46b3497fae3366168009d783fa7c8 | |
| parent | 96c487f24e1a6fff62b2962c484e697b312ab56d (diff) | |
| download | gentoolkit-eef92c84d6f9915f864de969d0d25018c428daf4.tar.gz | |
Updated README.dev, with gentoo specific instructions
svn path=/trunk/gentoolkit/; revision=709
| -rw-r--r-- | README.dev | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -12,14 +12,29 @@ pylint --rcfile=pylintrc yourfile.py Creating a release: =================== +Note: We are using VERSION="0.3.0" simply as an example. + - Run Gentoolkit's test suite, make sure it passes: +Note: requires dev-python/snakeoil ./setup.py test + - Create a tag for the release +svn copy svn+ssh://<dev>@svn.gentoo.org/var/svnroot/gentoolkit/trunk \ + svn+ssh://<dev>@svn.gentoo.org/var/svnroot/gentoolkit/tags/gentoolkit-0.3.0 \ + -m "Tagging the <VERSION> release of gentoolkit." +svn update to pull the tag from subversion +cd to the local tags/gentoolkit-0.3.0 directory + - Set the version of the release: -VERSION="0.3.0" ./setup set_version +VERSION="0.3.0" ./setup.py set_version + - Create a source distribution (you need to add VERSION here, too): VERSION="0.3.0" ./setup.py sdist +Transfer dist/gentoolkit-0.3.0.tar.gz to dev.gentoo.org:/space/distfiles-local + - Reset svn version to 'svn' (default): ./setup.py set_version + - Clean up temporary files: -./setup clean -a +./setup.py clean -a + |
