Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
N
nginx-package-build
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Server Tools
nginx-package-build
Commits
9df7677a
Commit
9df7677a
authored
May 27, 2019
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build for all three Debian flavors I currently deal with
parent
1b33ee9f
Pipeline
#1119
passed with stage
in 1 minute and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
9 deletions
+42
-9
.gitlab-ci.yml
.gitlab-ci.yml
+39
-7
source/debian/changelog
source/debian/changelog
+3
-2
No files found.
.gitlab-ci.yml
View file @
9df7677a
image
:
containers.ethitter.com:443/docker/images/debian:stretch
package:jessie:
stage
:
build
image
:
containers.ethitter.com:443/docker/images/debian:jessie
before_script
:
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
-
curl -o nginx-build "${NGINX_BINARY_JESSIE}"
-
chmod +x nginx-build
-
./nginx-build -V
script
:
-
cd source
-
debuild -us -uc
artifacts
:
paths
:
-
nginx_${NGINX_VERSION_JESSIE}*
-
nginx-dbgsym_${NGINX_VERSION_JESSIE}*
before_script
:
package:stretch:
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
stage
:
build
-
curl -o nginx-build "${NGINX_BINARY}"
image
:
containers.ethitter.com:443/docker/images/debian:stretch
before_script
:
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
-
curl -o nginx-build "${NGINX_BINARY_STRETCH}"
-
chmod +x nginx-build
-
./nginx-build -V
script
:
-
cd source
-
debuild -us -uc
artifacts
:
paths
:
-
nginx_${NGINX_VERSION_STRETCH}*
-
nginx-dbgsym_${NGINX_VERSION_STRETCH}*
package
:
package:
buster:
stage
:
build
stage
:
build
image
:
containers.ethitter.com:443/docker/images/debian:buster
before_script
:
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
-
curl -o nginx-build "${NGINX_BINARY_BUSTER}"
-
chmod +x nginx-build
-
./nginx-build -V
script
:
script
:
-
cd source
-
cd source
-
debuild -us -uc
-
debuild -us -uc
artifacts
:
artifacts
:
paths
:
paths
:
-
nginx_${NGINX_VERSION}*
-
nginx_${NGINX_VERSION
_BUSTER
}*
-
nginx-dbgsym_${NGINX_VERSION}*
-
nginx-dbgsym_${NGINX_VERSION
_BUSTER
}*
source/debian/changelog
View file @
9df7677a
nginx (1.17.0-
1~eth-jessie
) stable; urgency=medium
nginx (1.17.0-
2~eth
) stable; urgency=medium
* mainline 1.17.0
* nginx v1.17.0
* automated build via https://git.ethitter.com/debian/nginx-package-build/
-- Erick Hitter <nginx-build@mxh.ethitter.com> Mon, 27 May 2019 22:58:47 +0000
-- Erick Hitter <nginx-build@mxh.ethitter.com> Mon, 27 May 2019 22:58:47 +0000
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment