-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathREADME.scripts
More file actions
120 lines (85 loc) · 2.73 KB
/
README.scripts
File metadata and controls
120 lines (85 loc) · 2.73 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
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.
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
config-diff
- Helper for run_oldconfig
cvs-wd-timestamp
- Helper for tar-up
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.
log
- Commits changes to the repository, should be used instead of running
'git commit' directly.
mainline-commit
- helper for series2git
mirror-linux-tarballs
- script for downloading upstream release tarblas needed by tar-up
osc_wrapper
- Builds a kernel package either locally (default) or, when passed the
'upload' command, in the buildservice.
patch-tag
- Add a header to a patch
patch-tag-template
- patch-tag configuration example
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
- Wrapper for 'quilt refresh' to be used in a sequence-patch tree.
renamepatches
- script to aligh patch filenames with another branch for easier merges
rpm-changes-merge.pl
- Helper for merging changelog files
run_oldconfig
- In a sequence-patch tree, run 'make oldconfig' for all archs /
flavors.
sequence-patch
- 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.
stablecmp
stableup
- Scripts to update to a new stable release.
supported-conf-fixup
- Fix stale entries in supported.conf
tar-up
- Prepares a kernel-source package that can be built using osc or
uploaded to the buildservice.
update-symvers
- Updates reference files in kabi/
wd-functions.sh
- Helper
xen-port-patches.py
- Generate some of the Xen patches.