Merge lp:~ken-vandine/content-hub/hardening into lp:content-hub

Proposed by Ken VanDine
Status: Merged
Approved by: Mathieu Trudel-Lapierre
Approved revision: 297
Merged at revision: 297
Proposed branch: lp:~ken-vandine/content-hub/hardening
Merge into: lp:content-hub
Diff against target: 16 lines (+6/-0)
1 file modified
debian/rules (+6/-0)
To merge this branch: bzr merge lp:~ken-vandine/content-hub/hardening
Reviewer Review Type Date Requested Status
system-apps-ci-bot continuous-integration Needs Fixing
Mathieu Trudel-Lapierre Approve
Review via email: mp+305715@code.launchpad.net

Commit message

Build with hardening=+all

Description of the change

Build with hardening=+all

To post a comment you must log in.
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) :
review: Approve
Revision history for this message
system-apps-ci-bot (system-apps-ci-bot) wrote :

FAILED: Continuous integration, rev:297
https://jenkins.canonical.com/system-apps/job/lp-content-hub-ci/51/
Executed test runs:
    FAILURE: https://jenkins.canonical.com/system-apps/job/build/1497/console
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-0-fetch/1497
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1345
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1345/artifact/output/*zip*/output.zip
    FAILURE: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1345/console
    FAILURE: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=yakkety/1345/console
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1345
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1345/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1345
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1345/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=yakkety/1345
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=yakkety/1345/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=vivid+overlay/1345
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=vivid+overlay/1345/artifact/output/*zip*/output.zip
    FAILURE: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=xenial+overlay/1345/console
    FAILURE: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=yakkety/1345/console

Click here to trigger a rebuild:
https://jenkins.canonical.com/system-apps/job/lp-content-hub-ci/51/rebuild

review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/rules'
2--- debian/rules 2016-07-06 09:03:49 +0000
3+++ debian/rules 2016-09-14 14:06:51 +0000
4@@ -2,6 +2,12 @@
5 # -*- makefile -*-
6
7 export DPKG_GENSYMBOLS_CHECK_LEVEL=4
8+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
9+
10+CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
11+CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
12+CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)
13+LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
14
15 %:
16 dh $@ --with click,translations --fail-missing -- -B build

Subscribers

People subscribed via source and target branches