projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0871c30
)
Make apt stop asking questions when building deb package.
author
Kirill Isakov
<is-kir@ya.ru>
Wed, 11 Aug 2021 04:31:11 +0000
(10:31 +0600)
committer
Kirill Isakov
<is-kir@ya.ru>
Wed, 11 Aug 2021 04:31:11 +0000
(10:31 +0600)
.ci/package/deb/build.sh
patch
|
blob
|
history
diff --git
a/.ci/package/deb/build.sh
b/.ci/package/deb/build.sh
index
86b363d
..
fa72fac
100755
(executable)
--- a/
.ci/package/deb/build.sh
+++ b/
.ci/package/deb/build.sh
@@
-13,6
+13,8
@@
find_tag() {
git describe --always --tags --match='release-*' "$@"
}
+export DEBIAN_FRONTEND=noninteractive
+
apt-get install -y devscripts git-buildpackage dh-make
export USER=${USER:-$(whoami)}