diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2010-12-25 01:49:33 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2010-12-25 01:49:33 +0100 |
commit | 79cec1d382771dc707759b8a78c7fb0d4eb5a1a4 (patch) | |
tree | 461a20e84ae41669beebdf317d95123376d7c83e /HACKING | |
parent | docs: Mention bugs with keyword "InSVN" (diff) | |
download | genkernel-79cec1d382771dc707759b8a78c7fb0d4eb5a1a4.tar.gz genkernel-79cec1d382771dc707759b8a78c7fb0d4eb5a1a4.tar.bz2 genkernel-79cec1d382771dc707759b8a78c7fb0d4eb5a1a4.zip |
docs: Mention "git push --tags", add command to copy to the mirror
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,6 +15,8 @@ Rolling a release: - Bump the version in the main genkernel file. - echangelog commit the bump - git tag -a -m "Tag release v${PV}" v${PV} +- git push ${REMOTE} master --tags - make dist -- upload genkernel-${PV}.tar.bz2 to the hosting. +- upload genkernel-${PV}.tar.bz2 to the hosting: + scp genkernel-${PV}.tar.bz2 ${USER}@dev.gentoo.org:/space/distfiles-local/ - check open bugs with keyword "InSVN" for closability |