Automating build from source (was: Automating Sphinx generated documentation)

Grant Edwards invalid at invalid.invalid
Thu Sep 17 21:54:45 EDT 2015


On 2015-09-17, Ben Finney <ben+python at benfinney.id.au> wrote:

> The VCS should track only those files that humans edit directly.

While I agree that files automatically generated shouldn't be checked
in to a VCS, I'm in favor of putting key binary files under VCS if
they are required to do the build.  We often check deveopment
toolchains into Subversion.  Subversion handles it just fine, and it
saves having to come up with an entirely different scheme for
archiving toolchain binaries.  [If we build the toolchains ourselves,
we will archive those sources as well.]

--
Grant






More information about the Python-list mailing list