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
9e8b39d3
Commit
9e8b39d3
authored
Sep 22, 2016
by
Kolbjørn Barmen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Endelig :p
parent
871884ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Dockerfile
Dockerfile
+1
-1
build.sh
build.sh
+4
-4
No files found.
Dockerfile
View file @
9e8b39d3
...
@@ -3,6 +3,6 @@ WORKDIR /root/
...
@@ -3,6 +3,6 @@ WORKDIR /root/
COPY
patches patches
COPY
patches patches
COPY
build.sh build.sh
COPY
build.sh build.sh
RUN
apt-get update
&&
apt-get
-y
upgrade
RUN
apt-get update
&&
apt-get
-y
upgrade
RUN
apt-get
install
-y
curl debhelper dh-autoreconf dh-systemd autotools-dev libssl-dev nettle-dev docbook2x
RUN
apt-get
install
-y
curl
build-essential
debhelper dh-autoreconf dh-systemd autotools-dev libssl-dev nettle-dev docbook2x
RUN
./build.sh
RUN
./build.sh
CMD
tar c *.deb
CMD
tar c *.deb
build.sh
View file @
9e8b39d3
...
@@ -4,7 +4,7 @@ set -e
...
@@ -4,7 +4,7 @@ set -e
package
=
"radsecproxy"
package
=
"radsecproxy"
version
=
"1.6.8"
version
=
"1.6.8"
revision
=
"
uninett2
"
revision
=
"
2~uninett
"
export
TZ
=
"Europe/Oslo"
export
TZ
=
"Europe/Oslo"
now
=
$(
date
+
"%a, %d %b %Y %T %z"
)
now
=
$(
date
+
"%a, %d %b %Y %T %z"
)
...
@@ -21,8 +21,8 @@ EOF
...
@@ -21,8 +21,8 @@ EOF
apt-get update
apt-get update
curl
--silent
-o
"
${
package
}
"
_
"
${
version
}
"
~
"
${
revision
}
"
.orig.tar.gz
"https://software.nordu.net/
${
package
}
/
${
package
}
-
${
version
}
.tar.gz"
curl
--silent
-o
"
${
package
}
"
_
"
${
version
}
"
.orig.tar.gz
"https://software.nordu.net/
${
package
}
/
${
package
}
-
${
version
}
.tar.gz"
tar
xzf
"
${
package
}
"
_
"
${
version
}
"
~
"
${
revision
}
"
.orig.tar.gz
tar
xzf
"
${
package
}
"
_
"
${
version
}
"
.orig.tar.gz
apt-get
source
${
package
}
apt-get
source
${
package
}
tar
xf
"
${
package
}
"
_
*
.debian.tar.xz
-C
"
${
package
}
"
-
"
${
version
}
/"
tar
xf
"
${
package
}
"
_
*
.debian.tar.xz
-C
"
${
package
}
"
-
"
${
version
}
/"
...
@@ -33,7 +33,7 @@ for patch in patches/* ; do
...
@@ -33,7 +33,7 @@ for patch in patches/* ; do
done
>>
"
${
package
}
"
-
"
${
version
}
"
/debian/patches/series
done
>>
"
${
package
}
"
-
"
${
version
}
"
/debian/patches/series
cat
>
changelog
<<
EOF
cat
>
changelog
<<
EOF
radsecproxy (
${
version
}
~
${
revision
}
) unstable; urgency=medium
radsecproxy (
${
version
}
-
${
revision
}
) unstable; urgency=medium
* New upstream release, with uninett-specific patches
* New upstream release, with uninett-specific patches
...
...
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