|
|
@ -15,6 +15,8 @@ Rolling a release:
|
|
|
|
- Bump the version in the main genkernel file.
|
|
|
|
- Bump the version in the main genkernel file.
|
|
|
|
- echangelog commit the bump
|
|
|
|
- echangelog commit the bump
|
|
|
|
- git tag -a -m "Tag release v${PV}" v${PV}
|
|
|
|
- git tag -a -m "Tag release v${PV}" v${PV}
|
|
|
|
|
|
|
|
- git push ${REMOTE} master --tags
|
|
|
|
- make dist
|
|
|
|
- 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
|
|
|
|
- check open bugs with keyword "InSVN" for closability
|
|
|
|