File: HACKING

package info (click to toggle)
aoetools 36-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 396 kB
  • sloc: ansic: 1,494; sh: 627; makefile: 54
file content (23 lines) | stat: -rw-r--r-- 975 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Contributing

Thanks for your interest in contributing to the aoetools.  The best
way to submit proposed changes is in plain-text "patches".  These
patches are generated by the diff program.

Patches should be clean (to the point and easy to read) and should do
one thing.  Send multiple patches if necessary.  Patches should be
generated with "diff -uprN" if possible, and should be designed to be
applied with "patch -p1".


Design note:

The aoe-mkdevs and aoe-mkshelf scripts are expected to work with
special device files forever, but the aoe-discover script will likely
someday use sysfs or something similar instead of
/dev/etherd/discover.  The same goes for aoe-interfaces.  For that
reason, there is no runtime interface for giving aoe-discover an
alternative to /dev/etherd at runtime.  Instead, the device directory
is set once and for all by make.  That way, the user interface won't
change or become obsolete when aoe-discover stops using
/dev/etherd/discover.