80
edits
(→Things to tweak in the repository conversion: link to my freesci-archive repo) |
(Add a list of configure/tools update to consider) |
||
Line 50: | Line 50: | ||
GIT_INDEX_FILE=$GIT_INDEX_FILE.new git update-index --index-info && | GIT_INDEX_FILE=$GIT_INDEX_FILE.new git update-index --index-info && | ||
test -f $GIT_INDEX_FILE.new && mv $GIT_INDEX_FILE.new $GIT_INDEX_FILE || true' HEAD | test -f $GIT_INDEX_FILE.new && mv $GIT_INDEX_FILE.new $GIT_INDEX_FILE || true' HEAD | ||
==== Configure/tools updates to consider ==== | |||
* Rename SCUMMVM_SVN_REVISION to SCUMMVM_REVISION | |||
* Change "svn" for trunk builds to "devel" (DVCS name can be part of the revision number, since the latter is DVCS-specific) | |||
* Update configure to extract the revision number from a git repository (in addition to svn - and maybe hg/others also?) | |||
* Add branch name to revision number (if not trunk) | |||
* Update create_project to allow extraction of revision numbers from svn/git/hg repositories | |||
==== Where to host the GIT repository? ==== | ==== Where to host the GIT repository? ==== |
edits