diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2017-06-23 14:58:29 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-06-23 14:58:29 -0700 |
commit | 53f9b4f9fde23cfb1b678dab75a00d57956d18c8 (patch) | |
tree | 7e06a930bb5dd39625f4bbd685624dfc83cfdc9e /HACKING | |
parent | Bump version to 3.5.1 (diff) | |
download | genkernel-53f9b4f9fde23cfb1b678dab75a00d57956d18c8.tar.gz genkernel-53f9b4f9fde23cfb1b678dab75a00d57956d18c8.tar.bz2 genkernel-53f9b4f9fde23cfb1b678dab75a00d57956d18c8.zip |
Update release instructions
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -17,15 +17,16 @@ Testing things: Rolling a release: - Bump the version in the main genkernel file. +- make dist # verify it can build. - git commit -s -a -m "Bump version to ${PV}" -- make dist - git tag -s -a -m "Tag release v${PV}" v${PV} +- make dist # Real tarball - git push ${REMOTE} master --tags -- upload genkernel-${PV}.tar.bz2 to the hosting: - scp genkernel-${PV}.tar.bz2 ${USER}@dev.gentoo.org:/space/distfiles-local/ +- upload genkernel-${PV}.tar.xz to the hosting: + scp genkernel-${PV}.tar.xz ${USER}@dev.gentoo.org:/space/distfiles-local/ - copy to portage's DISTDIR so you can bump the ebuild before the tarball hits distfile mirrors - - cp genkernel-${PV}.tar.bz2 /usr/portage/distfiles/ + - cp genkernel-${PV}.tar.xz /usr/portage/distfiles/ - Bump the ebuild - Propagate ebuild changes to the live ebuild diff genkernel-${OLD_PV}.ebuild genkernel-${NEW_PV}.ebuild | patch genkernel-9999.ebuild |