aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/manifests/server.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git/manifests/server.pp')
-rw-r--r--modules/git/manifests/server.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/git/manifests/server.pp b/modules/git/manifests/server.pp
index 692befba..3f07ed9c 100644
--- a/modules/git/manifests/server.pp
+++ b/modules/git/manifests/server.pp
@@ -20,16 +20,16 @@ class git::server {
# TODO
# define common syntax check, see svn
- # http://stackoverflow.com/questions/3719883/git-hook-syntax-check
+ # https://stackoverflow.com/questions/3719883/git-hook-syntax-check
# proper policy : fast-forward-only
- # ( http://progit.org/book/ch7-4.html )
+ # ( https://progit.org/book/ch7-4.html )
# no branch ?
# no binary
# no big file
# no empty commit message
# no commit from root
- # see http://www.itk.org/Wiki/Git/Hooks
- # automated push to another git repo ( see http://noone.org/blog/English/Computer/VCS/Thoughts%20on%20Gitorious%20and%20GitHub%20plus%20a%20useful%20git%20hook.futile
+ # see https://www.itk.org/Wiki/Git/Hooks
+ # automated push to another git repo ( see https://noone.org/blog/English/Computer/VCS/Thoughts%20on%20Gitorious%20and%20GitHub%20plus%20a%20useful%20git%20hook.futile
#
# how do we handle commit permission ?
# mail sending