-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.source
42 lines (26 loc) · 1.05 KB
/
README.source
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
32
33
34
35
36
37
38
39
40
41
42
Git Tree
========
The grub2 packaging is maintained via the pkg-grub project on alioth:
https://alioth.debian.org/projects/pkg-grub/
The primary git tree is pkg-grub/grub.git. It can be obtained with:
git clone git://anonscm.debian.org/pkg-grub/grub.git
Git Submodules
--------------
grub.git/debian/grub-extras is maintained as a git submodule. After
cloning the main repository you should run:
git submodule update --init
To initialise this tree. See git-submodule(1) for more info.
If you are using a tool such as git-buildpackage(1) then you will need to tell
it explicitly that it needs to consider submodules, by passing the
--git-submodules option.
Git Branches
------------
pkg-grub/grub.git uses git-dpm and contains the following branches:
- upstream:
The master branch of the upstream grub.git tree, at the point
corresponding to the current Debian package version.
- master:
The main packaging branch, based on upstream. debian/patches
maintained using git-dpm.
- pristine-tar:
pritine-tar metadata based on upstream (not upstream).