diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 806802eb64be6848ba4ed4a953225f8985b9f502..35292eea783799f874a7d967b4cdd38d42e1e576 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ after_script: - mv $CI_PROJECT_DIR/nginx_${NGINX_VERSION}* $BUILD_DIR - mv $CI_PROJECT_DIR/nginx-dbgsym_* $BUILD_DIR +# Jessie build-deb:jessie: stage: build image: containers.ethitter.com:443/docker/images/debian:jessie @@ -39,6 +40,7 @@ test-deb:jessie: dependencies: - build-deb:jessie +# Stretch build-deb:stretch: stage: build image: containers.ethitter.com:443/docker/images/debian:stretch @@ -66,6 +68,7 @@ test-deb:stretch: dependencies: - build-deb:stretch +# Buster build-deb:buster: stage: build image: containers.ethitter.com:443/docker/images/debian:buster @@ -93,9 +96,38 @@ test-deb:buster: dependencies: - build-deb:buster +# Bullseye +build-deb:bullseye: + stage: build + image: containers.ethitter.com:443/docker/images/debian:bullseye + variables: + NGINX_BINARY: $NGINX_BINARY_BULLSEYE + NGINX_VERSION: $NGINX_VERSION_BULLSEYE + BUILD_DIR: 'build-bullseye' + script: + - cd source + - debuild -us -uc + artifacts: + paths: + - $BUILD_DIR + +test-deb:bullseye: + stage: test + image: containers.ethitter.com:443/docker/images/debian:bullseye + before_script: + - export BUILD_DIR="${CI_PROJECT_DIR}/build-bullseye" + script: + - dpkg -i ${BUILD_DIR}/nginx_${NGINX_VERSION_BULLSEYE}*.deb + - nginx -V + after_script: + - '' + dependencies: + - build-deb:bullseye + +# Package for aptly aptly: stage: deploy - image: containers.ethitter.com:443/docker/images/debian:stretch + image: containers.ethitter.com:443/docker/images/debian:bullseye before_script: - '' script: diff --git a/source/debian/changelog b/source/debian/changelog index cd8222c173e882301811fe91e8a4a71bf5ee3220..3d1b9762cfdc6ca5d6788bcfc35bae1ba1e904a6 100644 --- a/source/debian/changelog +++ b/source/debian/changelog @@ -1,3 +1,11 @@ +nginx (1.21.6-1~eth) stable; urgency=high + + * nginx 1.21.6 + * OpenSSL 1.1.1o + * automated build via https://git.ethitter.com/debian/nginx-package-build/ + + -- Erick Hitter <nginx-build@mxh.ethitter.com> Sat, 4 Jun 2022 18:30:00 +0000 + nginx (1.19.8-1~eth) stable; urgency=high * nginx 1.19.8