~kzapalowicz/snappy-hwe-snaps/+git/build-scripts:fix/release-script-breaks-parts-named-version

Last commit made on 2017-02-17
Get this branch:
git clone -b fix/release-script-breaks-parts-named-version https://git.launchpad.net/~kzapalowicz/snappy-hwe-snaps/+git/build-scripts
Only Konrad Zapałowicz can upload to this branch. If you are Konrad Zapałowicz please log in for upload directions.

Branch merges

Branch information

Name:
fix/release-script-breaks-parts-named-version
Repository:
lp:~kzapalowicz/snappy-hwe-snaps/+git/build-scripts

Recent commits

f482c9a... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

fix release job is breaking parts named version

The sed part that updates the verion: string is targetting all
occurences, even when it is a part name, not the version itself.

This commit makes sure that the sed part is targetting version in
a form of: "version: SOMETHING" - not the space after ':'

The above will prevent it from picking up a part name which ends
with semiclon

97ef97b... by Simon Fels

Revert "Merge remote tracking branch run-tests"

This reverts commit 72c94f9244b54ebc9cb71f875bae07345e877724, reversing
changes made to d24ac7a9e91e1b065eb36a0f4b2ae0ceb3892a40.

Implementation is causing issue at production so this merge needs to
be reverted until problems are sorted.

72c94f9... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch run-tests

Merge-Proposal: https://code.launchpad.net/~jhodapp/snappy-hwe-snaps/+git/build-scripts/+merge/317150

c974dee... by Jim Hodapp

Address review comments.

d13a6e2... by Jim Hodapp

Run the run-tests.sh script in a chroot which will allow any type of tests to be run and not just spread tests (e.g. upstream project unit tests).

d24ac7a... by Simon Fels

Correct qemu-kvm package name

776581b... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch bug/check-deb-install-status

Merge-Proposal: https://code.launchpad.net/~morphis/snappy-hwe-snaps/+git/build-scripts/+merge/316937

b1c057b... by Simon Fels

Check deb install status before trying to install again

d94715f... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch feature/snap-release-job

Merge-Proposal: https://code.launchpad.net/~morphis/snappy-hwe-snaps/+git/build-scripts/+merge/316129

235cb09... by Simon Fels

Use double quotes to get version variable correctly expanded in sed statement