]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - debian/tests/rebuild
UBUNTU: Ubuntu-raspi2-4.10.0-1011.14
[mirror_ubuntu-zesty-kernel.git] / debian / tests / rebuild
CommitLineData
d974f731 1#!/bin/sh
24d39ce5
AW
2
3# If we are triggering for just linux or linux-meta we know we have
4# just built the kernel and there is no point in repeating that
5# build, it just wastes time. (LP: #1498862)
6build_needed=0
7for trigger in ${ADT_TEST_TRIGGERS:-force}
8do
9 case "$trigger" in
10 linux/*|linux-lts-*/*|linux-meta*/*) ;;
11 *) build_needed=1 ;;
12 esac
13done
14if [ "$build_needed" -eq 0 ]; then
15 echo "rebuild: short circuiting build for '${ADT_TEST_TRIGGERS}'"
16 exit 0
17fi
18
d974f731 19set -e
cddf755d 20dpkg-buildpackage -rfakeroot -us -uc -b -Pautopkgtest