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
428cb9c5
Commit
428cb9c5
authored
Dec 11, 2018
by
Kolbjørn Barmen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to 1.7.2
* Our patches seem redundant and/or unappliable for now - disabled
parent
e2b5cae8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
build.sh
build.sh
+9
-7
No files found.
build.sh
View file @
428cb9c5
...
...
@@ -3,8 +3,8 @@
set
-e
package
=
"radsecproxy"
version
=
"1.
6.9
"
revision
=
"
3
~uninett"
version
=
"1.
7.2
"
revision
=
"
1
~uninett"
export
TZ
=
"Europe/Oslo"
now
=
$(
date
+
"%a, %d %b %Y %T %z"
)
...
...
@@ -21,7 +21,9 @@ EOF
apt-get update
curl
--silent
-o
"
${
package
}
"
_
"
${
version
}
"
.orig.tar.gz
"https://software.nordu.net/
${
package
}
/
${
package
}
-
${
version
}
.tar.gz"
RADSECPROXY_URL
=
"https://github.com/
${
package
}
/
${
package
}
"
RADSECPROXY_SRCURL
=
"
${
RADSECPROXY_URL
}
/releases/download/
${
version
}
/
${
package
}
-
${
version
}
.tar.gz"
curl
--silent
-o
"
${
package
}
"
_
"
${
version
}
"
.orig.tar.gz
-L
"
${
RADSECPROXY_SRCURL
}
"
tar
xzf
"
${
package
}
"
_
"
${
version
}
"
.orig.tar.gz
#git clone https://git.nordu.net/radsecproxy.git "${package}"-"${version}"
#tar czf "${package}"_"${version}".orig.tar.gz "${package}"-"${version}"
...
...
@@ -30,10 +32,10 @@ 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/
for
patch
in
patches/
*
;
do
echo
${
patch
##*/
}
done
>>
"
${
package
}
"
-
"
${
version
}
"
/debian/patches/series
#
cp patches/* "${package}"-"${version}"/debian/patches/
#
for patch in patches/* ; do
#
echo ${patch##*/}
#
done >> "${package}"-"${version}"/debian/patches/series
cat
>
changelog
<<
EOF
radsecproxy (
${
version
}
-
${
revision
}
) unstable; urgency=medium
...
...
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