diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2010-03-01 19:20:32 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2010-03-01 19:20:32 +0000 |
| commit | de2d04cefb6df2d92d38be7b6246e40b3d2251ca (patch) | |
| tree | 5008fbf946ec03457cb40fab51c24f7583af3e06 | |
| parent | 08e5cff9e24d21f86cbdfc503f946adff12f4c5c (diff) | |
| download | gentoolkit-de2d04cefb6df2d92d38be7b6246e40b3d2251ca.tar.gz | |
Remove setup.py set_version steps, since this is now run by the ebuild
svn path=/trunk/gentoolkit/; revision=746
| -rw-r--r-- | README.dev | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -19,22 +19,16 @@ 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 copy svn+ssh://<dev>@svn.gentoo.org/var/svnroot/gentoolkit/trunk/gentoolkit \ 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.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.py clean -a |
