]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - debian/tests-build/README
x86/mm: Add TLB purge to free pmd/pte page interfaces
[mirror_ubuntu-bionic-kernel.git] / debian / tests-build / README
CommitLineData
0d34a427
LO
1Scripts placed in this directory get called one at a time by run-parts(8).
2The scripts are expected to perform some sort of sanity checks on the
3finished build. Scripts will be called once for each flavour.
4
5Some environment variables are exported to make life a little easier:
6
7DPKG_ARCH : The dpkg architecture (e.g. "amd64")
8KERN_ARCH : The kernel architecture (e.g. "x86_64")
9FLAVOUR : The specific flavour for this run (e.g. "generic")
10VERSION : The full version of this build (e.g. 2.6.22-1)
11REVISION : The exact revision of this build (e.g. 1.3)
12PREV_REVISION : The revision prior to this one
13ABI_NUM : The specific ABI number for this build (e.g. 2)
14PREV_ABI_NUM : The previous ABI number. Can be the same as ABI_NUM.
15BUILD_DIR : The directory where this build took place
16INSTALL_DIR : The directory where the package is prepared
17SOURCE_DIR : Where the main kernel source is
18
19Scripts are expected to have a zero exit status when no problems occur,
20and non-zero when an error occurs that should stop the build. Scripts
21should print whatever info they deem needed to deduce the problem.