From: Thomas S. <to...@fe...> - 2010-10-08 08:07:13
|
Hi list, for those of you, who prefer git over cvs, can clone the git repository at github: http://github.com/tomspur/python-visual I intend to follow the cvs repository and push the changes to the master tree there, if github let's me to, because it's just allowed to have a 300MB repository, and vpython is already at 200MB. If the size will be too big in the future, I'm afraid, I need to delete it again... There is also a fedora_specific branch, in which I commited some changes, so vpython works on fedora: http://github.com/tomspur/python-visual/commits/fedora_specific The latest two commits there could be merged into cvs too: - Deleting of include/config.h: http://github.com/tomspur/python-visual/commit/fbe7f1c1c56059e0ceb5143a697809d0009ae610 - sed -i 's/\r//' docs/visual/VisualRef.css http://github.com/tomspur/python-visual/commit/0c881bb6db6edc637c2e5d387b31a72971d53e82 The file include/config.h is not needed, because that's regenerated everytime with autoconfigure anyway and the second commit was noticed in the review for inclusion in fedora. Thanks, Thomas |