mogilefs-client.git  about / heads / tags
MogileFS client library for Ruby
blob 8ad216abf2a3c27e25279798e7b9733bd14530e0 1100 bytes (raw)
$ git show v3.9.0: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:
  - git://bogomips.org/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@bogomips.org 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