@@ -30,26 +30,26 @@ testing information and [ci/README.md](ci/README.md) for CI information.
30
30
Release cycle
31
31
-------------
32
32
33
- The major version releases are time-based and follow the cycle of the linux
34
- kernel releases. The cycle usually takes 2 months. A minor version releases may
33
+ The major version releases are time-based and follow the cycle of the Linux
34
+ kernel releases. The cycle usually takes 2 months. A minor version release may
35
35
happen in the meantime if there are bug fixes or minor useful improvements
36
36
queued.
37
37
38
38
The release tags are signed with a GPG key ID ` F2B4 1200 C54E FB30 380C 1756 C565 D5F9 D76D 583B ` ,
39
39
release tarballs are hosted at [ kernel.org] ( https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/ ) .
40
40
See file [ CHANGES] ( CHANGES ) or [ changelogs on RTD] ( https://btrfs.readthedocs.io/en/latest/CHANGES.html ) .
41
41
42
- Releases with changelog are also published at [ Github release page] ( https://github.com/kdave/btrfs-progs/releases ) .
42
+ Releases with changelog are also published at [ GitHub release page] ( https://github.com/kdave/btrfs-progs/releases ) .
43
43
44
44
### Static binaries
45
45
46
46
For each release there are static binaries of ` btrfs ` and ` btrfs.box ` provided.
47
47
These can be used in rescue environments and are built for ` x86_64 `
48
- architecture (with maximum backward compatibility), inside the [ Github Actions
48
+ architecture (with maximum backward compatibility), inside the [ GitHub Actions
49
49
workflow] ( https://github.com/kdave/btrfs-progs/actions/workflows/artifacts-static-build.yml ) .
50
50
The ` btrfs.box ` is an all-in-one tool in the [ busybox] ( https://www.busybox.net )
51
51
style, the functionality is determined by the binary names (either symlink,
52
- hradlink or a file copy).
52
+ hardlink or a file copy).
53
53
54
54
### Feature compatibility
55
55
@@ -67,7 +67,7 @@ The supported compilers are [gcc](https://gcc.gnu.org/) (minimal version 4.8)
67
67
and [ clang] ( https://clang.llvm.org/ ) (minimal version 3.4).
68
68
69
69
Build tests are done on [ several distributions] ( https://github.com/kdave/btrfs-progs/blob/master/.github/workflows/ci-build-test.yml ) , see
70
- [ Github actions workflow] ( https://github.com/kdave/btrfs-progs/actions/workflows/ci-build-test.yml ) .
70
+ [ GitHub Actions workflow] ( https://github.com/kdave/btrfs-progs/actions/workflows/ci-build-test.yml ) .
71
71
72
72
Reporting bugs
73
73
--------------
@@ -76,18 +76,18 @@ There are several ways, each has its own specifics and audience that can give
76
76
feedback or work on a fix. The following list is sorted in the order of
77
77
preference:
78
78
79
- * [ Github issue tracker] ( https://github.com/kdave/btrfs-progs/issues )
79
+ * [ GitHub issue tracker] ( https://github.com/kdave/btrfs-progs/issues )
80
80
* to the mailing list
* [email protected] * -- (not required to
81
81
subscribe), beware that the mail might get overlooked in other traffic
82
- * IRC (irc.libera.chat #btrfs) -- good for discussions eg . if a bug is already
82
+ * IRC (irc.libera.chat #btrfs) -- good for discussions e.g . if a bug is already
83
83
known, but reports could miss developers' attention
84
84
* please don't use https://bugzilla.kernel.org for btrfs-progs bugs
85
85
86
86
Development
87
87
-----------
88
88
89
89
The development takes place in the mailing list (
* [email protected] * )
90
- or at Github (issues, pull requests). Changes should be split to logical parts
90
+ or at GitHub (issues, pull requests). Changes should be split to logical parts
91
91
if possible, documentation may be included in the same patch as to code or
92
92
separately.
93
93
@@ -106,14 +106,14 @@ The development model of btrfs-progs shares a lot with the kernel model. The
106
106
change, you can read more about the
107
107
[ The Developer's Certificate of Origin (chapter 11)] ( https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin )
108
108
* if you are not used to the signed-off style, your contributions won't be
109
- rejected just because of it's missing, the _ Author:_ tag will be added as a
109
+ rejected just because of it missing, the _ Author:_ tag will be added as a
110
110
substitute in order to allow contributions without much bothering with
111
111
formalities
112
112
113
113
### Pull requests
114
114
115
- The pull requests on Github may be used for code or documentation
116
- contributions. There are basic build checks enabled in the Github actions CI
115
+ The pull requests on GitHub may be used for code or documentation
116
+ contributions. There are basic build checks enabled in the GitHub Actions CI
117
117
for pull requests. The status can be checked at the
118
118
[ workflow page] ( https://github.com/kdave/btrfs-progs/actions/workflows/pull-request.yml ) .
119
119
@@ -135,7 +135,7 @@ The documentation for writing and running tests can be found in
135
135
[ tests/] ( tests/README.md ) and continuous integration/container images in
136
136
[ ci/] ( ci/README.md ) .
137
137
138
- Development branches are tested by Github
138
+ Development branches are tested by GitHub
139
139
[ Action workflows] ( https://github.com/kdave/btrfs-progs/actions ) .
140
140
141
141
Code coverage provided by [ codecov.io] ( https://codecov.io ) can be found
@@ -173,7 +173,7 @@ The builtin implementations uses the following sources:
173
173
[ SHA256] ( https://tools.ietf.org/html/rfc4634 ) ,
174
174
[ BLAKE2] ( https://github.com/BLAKE2/BLAKE2 ) .
175
175
176
- Some other code is borrowed from kernel, eg . the raid5 tables or data structure
176
+ Some other code is borrowed from kernel, e.g . the raid5 tables or data structure
177
177
implementation (list, rb-tree).
178
178
179
179
References
0 commit comments