From: Paul Varner Date: Thu, 6 Jan 2011 21:18:45 +0000 (-0600) Subject: Update workflow in README.dev from subversion to git X-Git-Tag: gentoolkit-0.3.0~32 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8dd84876ff2ec924390ac98284273e154f5fb339;p=gentoolkit.git Update workflow in README.dev from subversion to git --- diff --git a/README.dev b/README.dev index 84f7cf3..951b707 100644 --- a/README.dev +++ b/README.dev @@ -17,23 +17,17 @@ 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 -Note: If running from the gentoolkit repository, please grab the eclean test file from: -http://genscripts.googlecode.com/svn/trunk/gentoolkit/pym/gentoolkit/test/eclean/testdistfiles.tar.gz -Please do not add/commit the test file to the gentoolkit repository - ./setup.py test -- Create a tag for the release -svn copy svn+ssh://@svn.gentoo.org/var/svnroot/gentoolkit/trunk/gentoolkit \ - svn+ssh://@svn.gentoo.org/var/svnroot/gentoolkit/tags/gentoolkit-0.3.0 \ - -m "Tagging the release of gentoolkit." -svn update to pull the tag from subversion -cd to the local tags/gentoolkit-0.3.0 directory - - Create a source distribution (you need to add VERSION here): VERSION="0.3.0" ./setup.py sdist Transfer dist/gentoolkit-0.3.0.tar.gz to dev.gentoo.org:/space/distfiles-local - Clean up temporary files: ./setup.py clean -a +git status +rm or mv any untracked files/directories +- Create a tag for the release +git tag gentoolkit-0.3.0 +git push origin gentoolkit-0.3.0