Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eduroam
radsecproxy-uninett
Commits
71f451a2
Commit
71f451a2
authored
Sep 22, 2016
by
Kolbjørn Barmen
Browse files
Småplukk
parent
4cd1561b
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
71f451a2
#
Build script for
Radsecproxy at UNINETT
#
Docker for building debian package of
Radsecproxy at UNINETT
This
script
will generate a .deb package for Radsecproxy.
This
docker
will generate a .deb package for Radsecproxy.
## Usage
...
...
build.sh
View file @
71f451a2
#!/bin/sh
set
-e
# set -x
export
TZ
=
"Europe/Oslo"
set
-e
package
=
"radsecproxy"
version
=
"1.6.8"
revision
=
"uninett-2"
export
TZ
=
"Europe/Oslo"
now
=
$(
date
+
"%a, %d %b %Y %T %z"
)
here
=
$(
pwd
)
...
...
@@ -29,13 +29,13 @@ tar xzf "${package}"_"${version}".orig.tar.gz
apt-get
source
${
package
}
tar
xf
"
${
package
}
"
_
*
.debian.tar.xz
-C
"
${
package
}
"
-
"
${
version
}
/"
cp
patches/
*
"
${
package
}
"
-
"
${
version
}
"
/debian/patches/
cp
patches/
*
"
${
package
}
"
~
"
${
version
}
"
/debian/patches/
for
patch
in
patches/
*
;
do
echo
${
patch
##*/
}
done
>>
"
${
package
}
"
-
"
${
version
}
"
/debian/patches/series
cat
>
changelog
<<
EOF
radsecproxy (
${
version
}
-
uninett1
) unstable; urgency=medium
radsecproxy (
${
version
}
-
${
revision
}
) unstable; urgency=medium
* 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