mogilefs-client.git  about / heads / tags
MogileFS client library for Ruby
blob 349a94641c7cd8681d858f1bbd2655a809607b19 1094 bytes (raw)
$ git show HEAD:HACKING	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
= Hacking mogilefs-client for Ruby

* The latest code is available via git:
  - https://yhbt.net/mogilefs-client.git
  - git://repo.or.cz/ruby-mogilefs-client

* Follow conventions set in existing code, don't add hard runtime
  dependencies outside of the standard Ruby library.

* Do not hesitate to send plain-text(-only) email to the public list
  at mailto:mogilefs-client-public@yhbt.net about anything not covered
  in the documentation or mailing list archives.  General MogileFS
  topics can go on the the mailing list at mailto:mogile@googlegroups.com

* Use "git format-patch" and "git send-email" for sending patches.

* Use "git request-pull" as a guideline for formatting pull-request emails.

* Test with the latest upstream MogileFS and Ruby versions.

* Integration tests exist for setting up a fresh MogileFS instance
  with a single host and device using a SQLite backend if you
  have "mogdbsetup", "mogilefsd", and "mogstored" in your PATH.

* Tests may be run in parallel using GNU make:

  make -j6 test

* Generate a pre-release gem for distribution/testing:

  rake gem

git clone https://yhbt.net/mogilefs-client.git