Update release engineering checklist for autotools / libtool policy
change in #161.
Этот коммит содержится в:
родитель
6edfd8d65c
Коммит
66d0095175
11
docs/dev.rst
11
docs/dev.rst
@ -159,13 +159,10 @@ Release Engineering Checklist
|
|||||||
git push --tags # Push the new tag to the GitHub repo
|
git push --tags # Push the new tag to the GitHub repo
|
||||||
./make_release tar # create tarball and compute SHA256 hash
|
./make_release tar # create tarball and compute SHA256 hash
|
||||||
|
|
||||||
Doing the above steps on CentOS 6 (with its somewhat older
|
These steps should be done on a platform with a relatively recent
|
||||||
autotools / libtools suite) is preferred; newer systems generate
|
version of autotools / libtools. Examples are MacOS / MacPorts or
|
||||||
``configure`` and ``Makefile`` scripts that tend to rebuild
|
FreeBSD. The versions of these tools in CentOS 6 are somewhat
|
||||||
themselves rather frequently. It might be possible to address this
|
older and probably should be avoided.
|
||||||
problem (and graduate to newer autotools) by using
|
|
||||||
``AC_MAINTAINER_MODE`` but there's a fair amount of religion
|
|
||||||
associated with this.
|
|
||||||
|
|
||||||
4. Stage the tarball (and a file containing the SHA256 hash) to the
|
4. Stage the tarball (and a file containing the SHA256 hash) to the
|
||||||
download site. Currently this is located on ``stats.es.net``.
|
download site. Currently this is located on ``stats.es.net``.
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user