Update sautobuild just do do a binary build; also save artifacts
This commit is contained in:
@@ -9,11 +9,10 @@ package:jessie: &package
|
|||||||
variables:
|
variables:
|
||||||
DISTRO: jessie
|
DISTRO: jessie
|
||||||
script:
|
script:
|
||||||
- git checkout master
|
- sautobuild -d $DISTRO -- --debuild-flags=-b $PWD
|
||||||
- export VERSION=$(git tag --contains master --merged master)
|
- mkdir -p pkg/$DISTRO
|
||||||
- git archive -v --format tgz -o ../ruby-linux-netlink_$VERSION.orig.tar.gz master
|
- mv -v ../*.{dsc,build,buildinfo,changes,tar.*} pkg/$DISTRO 2>/dev/null || true
|
||||||
- git checkout debian/$DISTRO
|
- mv -v ../*.deb pkg/$DISTRO
|
||||||
- sautobuild -d $DISTRO $PWD
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- pkg/
|
- pkg/
|
||||||
@@ -30,8 +29,6 @@ package:wheezy:
|
|||||||
|
|
||||||
publish:
|
publish:
|
||||||
stage: publish
|
stage: publish
|
||||||
tags:
|
|
||||||
- shell
|
|
||||||
script:
|
script:
|
||||||
- publish
|
- publish
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user