Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pkg-varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
pkg-varnish-cache
Commits
93c11a6e
Commit
93c11a6e
authored
Apr 14, 2016
by
Lasse Karstensen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the published tarball on rebuilds.
parent
f74bc84a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
package-deb
package-deb
+11
-1
No files found.
package-deb
View file @
93c11a6e
...
...
@@ -29,14 +29,24 @@ rm -rf build
mkdir
-p
build
SOURCE
=
$(
ls
-1
sources/varnish-
*
.tar.gz
)
# XXX
findversion
$SOURCE
# Make sure we use the same tarball each time.
if
[
-n
"
$DEBVERSION
"
-a
$DEBVERSION
-gt
1
]
;
then
echo
"DEBVERSION set, this is a release build. Using published tarball."
rm
$SOURCE
(
cd
sources
;
wget https://repo.varnish-cache.org/source/varnish-
$V
.
$MINOR
.tar.gz
)
SOURCE
=
$(
ls
-1
sources/varnish-
*
.tar.gz
)
findversion
$SOURCE
fi
tar
xf
${
SOURCE
}
-C
build
cd
build/varnish-
*
cp
-r
../../debian
.
rm
-f
debian/.
*
.sw?
# Delete any vim temporary files.
ln
../../
$SOURCE
../varnish_
$V
.
$MINOR
.orig.tar.gz
# Modify Section to suit our repository software.
...
...
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