mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-17 20:05:24 +00:00
btrfs-progs: docs: update and restyle links of source repositories
[ci skip] Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
71042e8bb0
commit
cc2e3ab03d
@ -7,9 +7,15 @@ Kernel module
|
|||||||
-------------
|
-------------
|
||||||
|
|
||||||
The kernel.org git repository is not used for development, only for pull
|
The kernel.org git repository is not used for development, only for pull
|
||||||
requests that go to Linus and for linux-next integration:
|
requests that go to Linus and for `linux-next <https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git>`__
|
||||||
|
integration:
|
||||||
|
|
||||||
* https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git -- pull requests, branch *for-next* gets pulled to the linux-next tree
|
* https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git -- pull request source
|
||||||
|
* branch `for-next <https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git/log/?h=for-next>`__
|
||||||
|
gets pulled to the *linux-next* tree, is rebased and contains base
|
||||||
|
development branches and topic branches
|
||||||
|
* branch `next-fixes <https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git/log/?h=next-fixes>`__
|
||||||
|
has fixes for the next upcoming *rcN* and is usually turned into a pull request
|
||||||
|
|
||||||
The following git repositories are used for development and are updated with
|
The following git repositories are used for development and are updated with
|
||||||
patches from the mailing list:
|
patches from the mailing list:
|
||||||
@ -21,16 +27,20 @@ Branches are usually pushed to both repositories, either can be used.
|
|||||||
|
|
||||||
There are:
|
There are:
|
||||||
|
|
||||||
* main queue with patches for next development cycle (branch name *misc-next*)
|
* `misc-next <https://github.com/kdave/btrfs-devel/tree/misc-next>`_) -
|
||||||
* queue with patches for current release cycle (the name has the version, e.g. *for-4.15* or *misc-4.15*).
|
main queue with patches for next development cycle, this branch is usually
|
||||||
|
based on the last *rcN* tag of Linus' git tree
|
||||||
|
* e.g. *for-4.15* or *misc-4.15* - queue with patches for current release cycle,
|
||||||
|
the version changes
|
||||||
* topic branches, e.g. from a patchset picked from mailing list
|
* topic branches, e.g. from a patchset picked from mailing list
|
||||||
* snapshots of *for-next*, that contain all of the above (e.g. for-next-20200512)
|
* snapshots of `for-next <https://github.com/kdave/btrfs-devel/tree/for-next>`_,
|
||||||
|
that contain all of the above (e.g. for-next-20200512)
|
||||||
|
|
||||||
Note that the branches get rebased. The base point for patches depend on the
|
Note that the branches get rebased or updated (fixed typos, added Reviewed-by
|
||||||
development phase. See :ref:`development schedule<devfaq-development-schedule>`.
|
tags etc). The base point for patches depend on the development phase. See
|
||||||
Independent changes can be based on the *linus/master* branch, changes that
|
:ref:`development schedule<devfaq-development-schedule>`. Independent changes
|
||||||
could depend on patches that have been added to one of the queues should use
|
can be based on the *linus/master* branch, changes that could depend on patches
|
||||||
that as a base.
|
that have been added to one of the queues should use that as a base.
|
||||||
|
|
||||||
btrfs-progs git repository
|
btrfs-progs git repository
|
||||||
--------------------------
|
--------------------------
|
||||||
@ -40,16 +50,16 @@ Official repositories
|
|||||||
|
|
||||||
The sources of the userspace utilities can be obtained from these repositories:
|
The sources of the userspace utilities can be obtained from these repositories:
|
||||||
|
|
||||||
* git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git (
|
* git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
|
||||||
http://git.kernel.org/?p=linux/kernel/git/kdave/btrfs-progs.git;a=summary)
|
(`<http://git.kernel.org/?p=linux/kernel/git/kdave/btrfs-progs.git;a=summary>`__)
|
||||||
-- release repository, not for development
|
- release repository, not for development
|
||||||
|
|
||||||
The **master** branch contains the latest released version and is never rebased.
|
The **master** branch contains the latest released version and is never rebased.
|
||||||
|
|
||||||
Development git repositories:
|
Development git repositories:
|
||||||
|
|
||||||
* git://github.com/kdave/btrfs-progs.git (https://github.com/kdave/btrfs-progs)
|
* git://github.com/kdave/btrfs-progs.git (`<https://github.com/kdave/btrfs-progs>`__)
|
||||||
* git://gitlab.com/kdave/btrfs-progs.git (https://gitlab.com/kdave/btrfs-progs)
|
* git://gitlab.com/kdave/btrfs-progs.git (`<https://gitlab.com/kdave/btrfs-progs>`__)
|
||||||
|
|
||||||
For build dependencies and installation instructions please see
|
For build dependencies and installation instructions please see
|
||||||
https://github.com/kdave/btrfs-progs/blob/master/INSTALL
|
https://github.com/kdave/btrfs-progs/blob/master/INSTALL
|
||||||
|
Loading…
Reference in New Issue
Block a user