forked from SUSE/kernel-source
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.scripts
More file actions
156 lines (111 loc) · 3.23 KB
/
README.scripts
File metadata and controls
156 lines (111 loc) · 3.23 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
Short description of the files in this directory
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This is an alphabetical index of files in scripts/, with a short
description of each entry. See the scripts' help texts for details.
Files marked as 'helper' are not meant to be used directly. Files marked
with '???' are yet to be documented. Files marked with 'delete?' are
candidates for deletion.
arch-symbols
- Helper
bs-upload-kernel
- Script to upload a kernel-source package to the buildservice. Can be
used directly or via the osc_wrapper script
check-conf
- Checks if the config.conf and series.conf files are consistent with
what is in the filesystem
check-cvs-add
- Checks if needed files are git
check-patchfmt
check-patchhdr
- Various checks of patch format and metadata
common_config.sh
config-diff
- ???
cvs-touched-files
- Helper
cvs-wd-timestamp
- Helper
diff-symtypes
- Show human-readable difference between to /boot/symtypes-*.gz files
gen-aseries
- ??? (delete?)
git-create-branch
- Creates a new branch (delete?)
git-pre-commit
- Pre-commit hook installed by install-git-hooks
gitlog2changes
- Helper to generate kernel-source.changes
guards
- Helper to process series.conf / config.conf files
install-git-hooks
- Install pre-commit hook and other goodies
lib
- Perl module path
linux-git.sh
- Determine the location of the mainline linux git repository to use as a
reference by other scripts.
list-symsets
- Helper installed by install-git-hooks. Only needed in old branches
that have symsets.
log
- Commits changes to the repository, should be used instead of running
'git commit' directly.
log2
- helper
mainline-commit
- helper
old-packages.sh
- ??? (delete?)
osc_wrapper
- Builds a kernel package either locally (default) or, when passed the
'upload' command, in the buildservice.
patch-report
- ??? (delete?)
patch-tag
- Add a header to a patch
patch-tag-template
- Helper
patch-tags-from-git
- Add Git-commit / Patch-mainline to a patch
prepare-maint-update
- Prepare data into IBS project for maintenance update (usually followed by a
manual mr)
python
- Python module path
refresh_patch.sh
- Wrapper for 'quilt refresh' to be used in a sequence-patch tree.
rpm-changes-merge.pl
- kernel-source.changes merge driver installed by install-git-hooks.
Only needed in old branches that have kernel-source.changes.
rpm-log.sh
- Like 'log' but can be used in the package (delete?).
run_oldconfig.sh
- In a sequence-patch tree, run 'make oldconfig' for all archs /
flavors.
sequence-patch.sh
- Unpack a linux-$version.tar.xz tarball and apply all patches from
series.conf. This allows to work on existing patches, add new ones,
change the configs etc.
series2git
- Create a git branch committing patches from series.conf one by one.
stable-tar.pl
- Helper
stablecmp
stableids
stableup
- Scripts to update to a new stable release.
supported-conf-fixup
- Fix stale entries in supported.conf
tar-up-old.sh
- Helper
tar-up.sh
- Prepares a kernel-source package that can be built using osc or
uploaded to the buildservice.
update-symvers
- Updates reference files in kabi/
vc
- Helper
wd-functions.sh
- Helper
xen-port-patches.py
- Generate some of the Xen patches.