aboutsummaryrefslogtreecommitdiffstats
path: root/debian/scripts
Commit message (Collapse)AuthorAge
* UBUNTU: [Config] getabis enhancementsStefan Bader2012-07-23
| | | | | | | | | | | | | - Allow to define DEBIAN to be run standalone - Limit the amount of time wget waits for connections - Prevent exposing some errors when called by python script - Print architecture of downloaded packages Ignore: yes Signed-off-by: Stefan Bader <stefan.bader@canonical.com> Acked-by: Herton Krzesinski <herton.krzesinski@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
* UBUNTU: [Packaging] getabis should be extracting all packagesAndy Whitcroft2012-07-23
| | | | | | | | | | | We should be extracting both the linux-image and linux-image-extras packages when calculating the ABI and module lists. BugLink: http://bugs.launchpad.net/bugs/1021174 Signed-off-by: Andy Whitcroft <apw@canonical.com> Acked-by: Stefan Bader <stefan.bader@canonical.com> Acked-by: Herton Krzesinski <herton.krzesinski@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
* UBUNTU: Extract firmware module info during getabiTim Gardner2012-07-23
| | | | | | | | | Create $DEBIAN/abi/$ABI/fwinfo BugLink: http://bugs.launchpad.net/bugs/1021174 Signed-off-by: Tim Gardner <tim.gardner@canonical.com> Acked-by: Stefan Bader <stefan.bader@canonical.com> Acked-by: Herton Krzesinski <herton.krzesinski@canonical.com>
* UBUNTU: make module-inclusion selection retain the left oversAndy Whitcroft2011-09-16
| | | | | | | | | | | | | Move module inclusion to a model when the non-included modules are retained. This allow two things: 1) processing can now be applied iterativly to carve out any number of sub-packages, and 2) we can package the 'remaining' modules. Signed-off-by: Andy Whitcroft <apw@canonical.com> Acked-by: Tim Gardner <tim.gardner@canonical.com> Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
* UBUNTU: record the compiler in the ABI and check for inconsistant buildsAndy Whitcroft2011-08-30
| | | | | | | | | | | When pulling the compiled kernels to extract the ABI information also extract the compiler used for that build. Record the result in the abi directory so it is also recorded historically. Signed-off-by: Andy Whitcroft <apw@canonical.com> Acked-by: Stefan Bader <stefan.bader@canonical.com> Acked-by: Tim Gardner <tim.gardner@canonical.com> Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
* UBUNTU: [Config] packaging: adjust perms on vmlinuz as wellKees Cook2011-08-30
| | | | | | | | | | | Since kernel symbols are resolvable internally to the kernel, the kernel itself has a map of the symbols. Continuing the tradition of frustrating off-the-shelf kernel exploits, make vmlinuz unreadable for non-root, just like has been done for System.map, etc. Signed-off-by: Kees Cook <kees.cook@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com> Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
* UBUNTU: (no-up) fold down debian for ubuntu-oneiric 3.0-rc1 rebaseLeann Ogasawara2011-08-30
Ignore: yes Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>