diff --git a/admin/git_hooks/post-commit b/admin/git_hooks/post-commit index 413bc0431..cf0dd5ec1 100755 --- a/admin/git_hooks/post-commit +++ b/admin/git_hooks/post-commit @@ -7,6 +7,6 @@ # see wiki/index.html#GitNotes%20GitAliases for information -git sign "$(git-symbolic-ref HEAD | cut -d/ -f 3-)_signature" -git publish - +git tag -s -f -m "signature generated by $(git config user.email)" "$(git config user.email)/$(git-symbolic-ref HEAD | cut -d/ -f 3-)_signature" +git push --all public +git push public "refs/tags/$(git config user.email)/*" diff --git a/admin/scons/Buildhelper.py b/admin/scons/Buildhelper.py index dce5e8dc7..99b84c997 100644 --- a/admin/scons/Buildhelper.py +++ b/admin/scons/Buildhelper.py @@ -60,7 +60,7 @@ def srcSubtree(env,tree,isShared=False, **args): -SRCPATTERNS = ['*.c','*.Cpp','*.cc'] +SRCPATTERNS = ['*.c','*.cpp','*.cc'] def scanSrcSubtree(root): """ scan the given subtree for source filesnames diff --git a/doc/devel/uml/activities.html b/doc/devel/uml/activities.html index 67f7d6748..79376b2f9 100644 --- a/doc/devel/uml/activities.html +++ b/doc/devel/uml/activities.html @@ -18,6 +18,7 @@
| building the Engine | ||
| configure Render | ||
| get frame |