Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
radsecproxy-uninett
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eduroam
radsecproxy-uninett
Commits
1c5650be
Commit
1c5650be
authored
Jul 10, 2019
by
Kolbjørn Barmen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Også bygg for buster
parent
9d157197
Pipeline
#18931
passed with stages
in 3 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
.gitlab-ci.yml
.gitlab-ci.yml
+20
-0
build.sh
build.sh
+1
-1
No files found.
.gitlab-ci.yml
View file @
1c5650be
...
...
@@ -17,12 +17,29 @@ build-debian-stretch:
-
docker run -i radsecproxy-debbuild | tar x -C build-stretch/
-
ls -l build-stretch/
build-debian-buster
:
cache
:
{}
stage
:
build
image
:
registry.uninett.no/public/docker-builder
artifacts
:
expire_in
:
1h
paths
:
-
build-buster
script
:
-
docker build -t radsecproxy-debbuild .
-
rm -rf build-buster
-
mkdir build-buster
-
docker run -i radsecproxy-debbuild | tar x -C build-buster/
-
ls -l build-buster/
deploy-apt
:
stage
:
deploy
image
:
debian:stretch
image
:
debian:buster
artifacts
:
paths
:
-
build-stretch
-
build-buster
script
:
-
apt-get update && apt-get install openssh-client -y
-
(
...
...
@@ -34,6 +51,9 @@ deploy-apt:
-
ssh jenkins@apt.uninett.no
mkdir -p
/www/apt.uninett.no/htdocs/debian/pool/stretch/main/binary-amd64/r/radsecproxy
/www/apt.uninett.no/htdocs/debian/pool/buster/main/binary-amd64/r/radsecproxy
-
scp build-stretch/radsecproxy*.deb
jenkins@apt.uninett.no:/www/apt.uninett.no/htdocs/debian/pool/stretch/main/binary-amd64/r/radsecproxy/
-
scp build-buster/radsecproxy*.deb
jenkins@apt.uninett.no:/www/apt.uninett.no/htdocs/debian/pool/buster/main/binary-amd64/r/radsecproxy/
-
ssh jenkins@apt.uninett.no /www/apt.uninett.no/bin/mkrepo.debian
build.sh
View file @
1c5650be
...
...
@@ -4,7 +4,7 @@ set -e
package
=
"radsecproxy"
version
=
"1.8.0"
revision
=
"
1
~uninett"
revision
=
"
2
~uninett"
export
TZ
=
"Europe/Oslo"
now
=
$(
date
+
"%a, %d %b %Y %T %z"
)
...
...
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