Skip to content

Commit 97be567

Browse files
committed
Drop post-receive hook
We've removed /data/git/ruby.git/hooks/post-receive.
1 parent 2c4628e commit 97be567

File tree

2 files changed

+6
-25
lines changed

2 files changed

+6
-25
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@ On each commit of Ruby's Git repository, following git hooks are triggered:
99
* Verify committer email from `SVN_ACCOUNT_NAME` associated to SSH key used for `git push`
1010
* Reject merge commits (ask @mame about why)
1111

12+
### update
13+
14+
* Sync ruby.git to GitHub
15+
1216
## The directory structure of `git.ruby-lang.org`
1317

1418
* `/data/git/ruby.git`: Bare Git repository of ruby
15-
* `hooks/post-receive`: Run `/home/git/git.ruby-lang.org/hooks/post-receive.sh`
19+
* `hooks/pre-receive`: Run `/home/git/git.ruby-lang.org/hooks/pre-receive.sh`
20+
* `hooks/update`: Run `/home/git/git.ruby-lang.org/hooks/update.sh`
1621
* `/home/git/git.ruby-lang.org`: Cloned Git repository of git.ruby-lang.org
1722

1823
### Notes

hooks/post-receive.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)