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

Owned by Simon Fels
Get this repository:
git clone https://git.qastaging.paddev.net/~morphis/snappy-hwe-snaps/+git/build-scripts
Only Simon Fels can upload to this repository. If you are Simon Fels please log in for upload directions.

Branches

Name Last Modified Last Commit
f/allow-snap-snapcraft-yaml 2017-06-08 08:03:20 UTC
jobs: use -z instead of ! -e

Author: Simon Fels
Author Date: 2017-06-08 08:03:20 UTC

jobs: use -z instead of ! -e

f/adjust-git-merge-options 2017-06-07 10:38:52 UTC
Use -X theirs by default

Author: Simon Fels
Author Date: 2017-06-07 10:38:52 UTC

Use -X theirs by default

f/disable-debug-option 2017-05-12 12:35:49 UTC
scripts: don't use -debug option for spread to keep output less verbose

Author: Simon Fels
Author Date: 2017-05-12 12:29:35 UTC

scripts: don't use -debug option for spread to keep output less verbose

We don't need the -debug option for spread as when a test fails
enough information should be printed automatically.

f/search-for-snapcraft-yaml 2017-03-22 07:28:59 UTC
Try to find correct branch we need to build from

Author: Simon Fels
Author Date: 2017-03-22 07:28:59 UTC

Try to find correct branch we need to build from

Previously we were always building from master with got any pending
changes already merged in. In the case of being executed from the
release job we might be building from the stable branch instead and
the code were not taking what was configured in $SOURCE_GIT_REPO_BRANCH
but always building from master. This lead to wrong results as
master can evolved and stable got new cherry-picked changes instead of
a full merge from master.

f/release-from-stable 2017-03-20 14:16:38 UTC
Use a RELEASE_BASE_BRANCH variable to abstract use of stable/master a bit more

Author: Simon Fels
Author Date: 2017-03-20 14:16:38 UTC

Use a RELEASE_BASE_BRANCH variable to abstract use of stable/master a bit more

b/replace-only-real-version 2017-03-17 08:42:51 UTC
Only replace version: fields in snapcraft.yaml when the line starts with it

Author: Simon Fels
Author Date: 2017-03-17 08:42:51 UTC

Only replace version: fields in snapcraft.yaml when the line starts with it

This ignores other fields having 'version:' in it like 'python-version:'

b/clean-results 2017-03-10 11:07:59 UTC
Properly clean up the workspace before starting to build

Author: Simon Fels
Author Date: 2017-03-10 11:07:59 UTC

Properly clean up the workspace before starting to build

f/switch-to-dev-after-release 2017-03-10 09:57:08 UTC
Search for version: at the beginning of a line

Author: Simon Fels
Author Date: 2017-03-10 09:56:26 UTC

Search for version: at the beginning of a line

b/correctly-find-prebuilt-snaps 2017-03-09 12:57:59 UTC
Further refinements on the CI repo/branch handling

Author: Simon Fels
Author Date: 2017-03-09 12:55:53 UTC

Further refinements on the CI repo/branch handling

b/fix-non-snap-builds 2017-03-09 11:17:56 UTC
Fix builds for non-snap repo which don't have a CI repository

Author: Simon Fels
Author Date: 2017-03-09 11:17:56 UTC

Fix builds for non-snap repo which don't have a CI repository

b/multiple-name-fields 2017-03-09 10:50:38 UTC
Check only first five lines of snapcraft.yaml for the name: field

Author: Simon Fels
Author Date: 2017-03-09 10:46:08 UTC

Check only first five lines of snapcraft.yaml for the name: field

f/specify-core-channel 2017-03-03 08:01:06 UTC
Only copy .snap files into source directory when we have one or more

Author: Simon Fels
Author Date: 2017-03-03 08:01:06 UTC

Only copy .snap files into source directory when we have one or more

f/fetch-build-results 2017-03-02 07:15:17 UTC
Drop a left over find call from debugging

Author: Simon Fels
Author Date: 2017-02-28 14:16:33 UTC

Drop a left over find call from debugging

b/check-build-state 2017-03-02 06:49:13 UTC
Report canceled builds

Author: Simon Fels
Author Date: 2017-03-02 06:49:13 UTC

Report canceled builds

b/check-arguments-correctly 2017-03-01 13:01:30 UTC
Correct argument handling to properly check for available arguments

Author: Simon Fels
Author Date: 2017-03-01 13:01:30 UTC

Correct argument handling to properly check for available arguments

f/cleanup 2017-02-27 13:15:07 UTC
Remove old and outdated rootfs construction script

Author: Simon Fels
Author Date: 2017-02-27 13:15:07 UTC

Remove old and outdated rootfs construction script

f/travis-support 2017-02-27 13:13:56 UTC
Add simple first build/test step for our build scripts

Author: Simon Fels
Author Date: 2017-02-27 13:13:27 UTC

Add simple first build/test step for our build scripts

This also cleans up those issue the shellchecker found during its execution.

b/allow-no-snap-builds 2017-02-27 08:33:28 UTC
Add Konrad as maintainer

Author: Simon Fels
Author Date: 2017-02-27 08:33:28 UTC

Add Konrad as maintainer

feature/ephemeral-lp-builds 2017-02-22 09:47:57 UTC
Filter architectures we build for based on user input

Author: Simon Fels
Author Date: 2017-02-22 09:37:28 UTC

Filter architectures we build for based on user input

feature/run-tests-within-docker 2017-02-17 15:00:55 UTC
Rework spread test job to use docker instead of a custom chroot

Author: Simon Fels
Author Date: 2017-02-17 08:02:57 UTC

Rework spread test job to use docker instead of a custom chroot

feature/changes-from-jim 2017-02-17 06:36:35 UTC
Preserve changes from Jim made on jenkins

Author: Simon Fels
Author Date: 2017-02-17 06:36:35 UTC

Preserve changes from Jim made on jenkins

feature/pip-over-proxy 2017-02-16 16:29:11 UTC
Disable proxy for apt

Author: Simon Fels
Author Date: 2017-02-16 16:29:11 UTC

Disable proxy for apt

bug/check-deb-install-status 2017-02-10 10:07:50 UTC
Check deb install status before trying to install again

Author: Simon Fels
Author Date: 2017-02-10 10:07:50 UTC

Check deb install status before trying to install again

feature/snap-release-job 2017-02-06 09:25:09 UTC
Use double quotes to get version variable correctly expanded in sed statement

Author: Simon Fels
Author Date: 2017-02-06 09:25:09 UTC

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

bug/correctly-namespace-spread-job 2017-02-03 12:02:46 UTC
Correctly namespace the remaining parts of the spread testing job

Author: Simon Fels
Author Date: 2017-02-03 11:35:20 UTC

Correctly namespace the remaining parts of the spread testing job

bug/prevent-multiple-builds 2017-02-03 07:44:48 UTC
Prevent trigger job from starting multiple jobs for the same MP

Author: Simon Fels
Author Date: 2017-02-03 07:44:23 UTC

Prevent trigger job from starting multiple jobs for the same MP

feature/parallel-spread 2017-02-02 15:54:03 UTC
Check in the right location for the spread binary

Author: Simon Fels
Author Date: 2017-02-02 15:54:03 UTC

Check in the right location for the spread binary

feature/use-vote-type-instead-of-name 2017-01-30 14:35:24 UTC
Don't use voter name but review-type to get last CI vote

Author: Simon Fels
Author Date: 2017-01-30 14:35:24 UTC

Don't use voter name but review-type to get last CI vote

bug/build-mp-independent-of-status 2017-01-30 11:45:19 UTC
Check all merge proposals with a build independent of their status

Author: Simon Fels
Author Date: 2017-01-30 11:45:19 UTC

Check all merge proposals with a build independent of their status

If a MP is top-approved too fast before the CI trigger jobs runs we
will never see any build on this one. We will use the logic already
implemented in this MP to check if another CI build is needed. The
automerge will also take care off not merging any MP which isn't
covered by a successful CI build.

feature/send-mp-update 2017-01-30 11:33:20 UTC
Add simple script to list all active MPs

Author: Simon Fels
Author Date: 2017-01-30 11:24:26 UTC

Add simple script to list all active MPs

feature/add-auth-for-vote-listing 2017-01-30 10:41:34 UTC
Authentication is required to be allowed to list merge proposal votes

Author: Simon Fels
Author Date: 2017-01-30 10:40:30 UTC

Authentication is required to be allowed to list merge proposal votes

feature/enforce-ci-approval 2017-01-30 09:39:53 UTC
Fetch launchpad login only once and not multiple times within a loop

Author: Simon Fels
Author Date: 2017-01-30 09:39:53 UTC

Fetch launchpad login only once and not multiple times within a loop

132 of 32 results
This repository contains Public information 
Everyone can see this information.

Subscribers