lp:~kzapalowicz/snappy-hwe-snaps/+git/build-scripts

Get this repository:
git clone https://git.launchpad.net/~kzapalowicz/snappy-hwe-snaps/+git/build-scripts
Only Konrad Zapałowicz can upload to this repository. If you are Konrad Zapałowicz please log in for upload directions.

Branches

Name Last Modified Last Commit
fix/automerger-for-private-repos 2017-07-26 10:00:29 UTC
scripts: use git ssh url for merging private repos

Author: Konrad Zapałowicz
Author Date: 2017-07-26 09:58:49 UTC

scripts: use git ssh url for merging private repos

fix/do-not-fail-if-cant-commit 2017-06-06 12:54:44 UTC
fix job is failed if snapcraft.yaml does not contain link to src

Author: Konrad Zapałowicz
Author Date: 2017-06-06 12:32:46 UTC

fix job is failed if snapcraft.yaml does not contain link to src

feature/check-for-src-code-references 2017-06-05 16:04:47 UTC
generic-build-snap-worker: verify link to src code is present

Author: Konrad Zapałowicz
Author Date: 2017-06-05 15:57:23 UTC

generic-build-snap-worker: verify link to src code is present

This commit makes sure that the link to source code is present in the
snapcraft.yaml.

feature/check-for-build-jobs 2017-03-23 14:10:18 UTC
scripts: verify jobs upload to correct channel

Author: Konrad Zapałowicz
Author Date: 2017-03-23 14:10:18 UTC

scripts: verify jobs upload to correct channel

fix/snap-version-issue 2017-03-15 19:40:51 UTC
fix snap name empty for files with comments on top

Author: Konrad Zapałowicz
Author Date: 2017-03-15 19:32:14 UTC

fix snap name empty for files with comments on top

Some snapcraft.yaml files have proper header that contains
commented-out version information. Due to that the name is not
within first five lines.

This commit makes the snap name rule skip the lines that start
with the comment '#'

fix/get-correct-version-from-snapcraft 2017-03-15 19:32:14 UTC
fix snap name empty for files with comments on top

Author: Konrad Zapałowicz
Author Date: 2017-03-15 19:32:14 UTC

fix snap name empty for files with comments on top

Some snapcraft.yaml files have proper header that contains
commented-out version information. Due to that the name is not
within first five lines.

This commit makes the snap name rule skip the lines that start
with the comment '#'

fix/build-for-notexistent-arch 2017-03-01 15:29:16 UTC
workaround agains unknown architecture lpia

Author: Konrad Zapałowicz
Author Date: 2017-03-01 15:29:16 UTC

workaround agains unknown architecture lpia

feature/new-check-scripts 2017-03-01 10:34:37 UTC
add script to check if a merge proposal is merged

Author: Konrad Zapałowicz
Author Date: 2017-03-01 10:34:37 UTC

add script to check if a merge proposal is merged

This script checks if a given MP is already merged.

Usage:
./is-mp-merged.py --merge=MP_URL

Returns 1 on failure

fix/defer-checking-for-snapcraft-yaml 2017-02-27 13:06:17 UTC
check for snapcraft.yaml after the merge

Author: Konrad Zapałowicz
Author Date: 2017-02-27 13:06:17 UTC

check for snapcraft.yaml after the merge

New snaps are usually initialized with an empty README file with the
real code - including snapcraft.yaml] coming in as a merge request. In
this situation the build worker would fail before merging it.

This commit moves the check for snapcraft.yaml after the merge is
completed.

feature/snap-build-job-honores-default-arches 2017-02-20 14:30:51 UTC
refactor how the architectures are obtained

Author: Konrad Zapałowicz
Author Date: 2017-02-20 14:30:51 UTC

refactor how the architectures are obtained

implemented suggestion by cjwatson

fix/release-script-breaks-parts-named-version 2017-02-17 18:04:10 UTC
fix release job is breaking parts named version

Author: Konrad Zapałowicz
Author Date: 2017-02-17 18:04:10 UTC

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

111 of 11 results
This repository contains Public information 
Everyone can see this information.