Use sautobuild to do the building

This commit is contained in:
Patrick J Cherry
2017-02-22 12:09:19 +00:00
parent 27e9ba595b
commit c3a79718fa

View File

@@ -4,16 +4,13 @@ stages:
package:jessie: &package package:jessie: &package
stage: package stage: package
image: $CI_REGISTRY/docker-images/layers:$DISTRO-deb tags:
- shell
variables: variables:
DISTRO: jessie DISTRO: jessie
script: script:
- git checkout debian/$DISTRO - git checkout debian/$DISTRO
- update-changelog - sautobuild $PWD
- install-dependencies
- rm -fv perp-build-deps*.deb .gitlab-ci.yml ../*.{deb,dsc,build,changes,tar.*}
- gbp buildpackage --git-ignore-new --git-ignore-branch --git-upstream-tag=%(s) --git-upstream-branch=master -us -uc
- save-artifacts
artifacts: artifacts:
paths: paths:
- pkg/ - pkg/