Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nginx-package-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Server Tools
nginx-package-build
Commits
9df7677a
Commit
9df7677a
authored
6 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
Build for all three Debian flavors I currently deal with
parent
1b33ee9f
No related branches found
No related tags found
1 merge request
!1
Add build
Pipeline
#1119
passed
6 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+39
-7
39 additions, 7 deletions
.gitlab-ci.yml
source/debian/changelog
+3
-2
3 additions, 2 deletions
source/debian/changelog
with
42 additions
and
9 deletions
.gitlab-ci.yml
+
39
−
7
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
:
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
-
curl -o nginx-build "${NGINX_BINARY}"
package:stretch
:
stage
:
build
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
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
:
-
cd source
-
debuild -us -uc
artifacts
:
paths
:
-
nginx_${NGINX_VERSION}*
-
nginx-dbgsym_${NGINX_VERSION}*
-
nginx_${NGINX_VERSION
_BUSTER
}*
-
nginx-dbgsym_${NGINX_VERSION
_BUSTER
}*
This diff is collapsed.
Click to expand it.
source/debian/changelog
+
3
−
2
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment