Chris Ball <[email protected]> writes: > > That is, have the release tarball exclude the ‘.git/’ directory > > and include the ‘libbe/_version.py’ auto-generated file. > > I think the "python setup.py build/install" path will end up calling > make, which will end up calling git, which will fail.
To make that work, the Makefile rules should be such that when the ‘libbe/_version.py’ file is already up to date, then no ‘git’ command is necessary. -- \ “I find the whole business of religion profoundly interesting. | `\ But it does mystify me that otherwise intelligent people take | _o__) it seriously.” —Douglas Adams | Ben Finney _______________________________________________ Be-devel mailing list [email protected] http://void.printf.net/cgi-bin/mailman/listinfo/be-devel
