Skip to content

ruby/git.ruby-lang.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby commit hook Build Status

How this repository is deployed to git.ruby-lang.org

  • /data/svn/repos/ruby: SVN repository of Ruby
    • hooks/post-commit: Run /home/git/ruby-commit-hook/hooks/post-commit.sh
  • /data/git/ruby.git: Bare Git repository of ruby
    • hooks/post-receive:
      • Update /home/git/ruby-commit-hook
      • Run /home/git/ruby-commit-hook/hooks/post-receive.sh
  • /data/git/ruby-commit-hook.git: Bare Git repository of ruby-commit-hook
  • /home/git/ruby-commit-hook: Cloned Git repository of ruby-commit-hook

Notes

  • There's a symlink /var/git -> /data/git.
  • User git's $HOME is NOT /home/git but /var/git.

Script used to update /home/git/ruby-commit-hook

/usr/bin/git -C /home/git/ruby-commit-hook fetch origin master
/usr/bin/git -C /home/git/ruby-commit-hook checkout origin/master

About

Manifest for the Ruby git server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published