aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2019-08-18 20:01:33 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2019-08-18 20:01:33 +0200
commit91646e571e459623f8c5bae21ae44df893e684e7 (patch)
tree6004922ed7baa5f88c65e902583303992f996986
parent5545d81bc6395ef61cb8f2895cbff76a969660b8 (diff)
downloadtermsend-91646e571e459623f8c5bae21ae44df893e684e7.tar.gz
termsend-91646e571e459623f8c5bae21ae44df893e684e7.tar.bz2
termsend-91646e571e459623f8c5bae21ae44df893e684e7.zip
pkg/dev: install test kurload with --no-trigger
So that systemd is not triggered which failes on chrooted env no_ci Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-rwxr-xr-xpkg/deb/create-pkg.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/deb/create-pkg.sh b/pkg/deb/create-pkg.sh
index 27c3ecf..3045840 100755
--- a/pkg/deb/create-pkg.sh
+++ b/pkg/deb/create-pkg.sh
@@ -118,8 +118,7 @@ do
lintian ${d}
done
-dpkg -i "${project}_${version}_${arch}.deb"
-systemctl stop kurload
+dpkg -i --no-triggers "${project}_${version}_${arch}.deb"
if ldd $(which kurload) | grep "\/usr\/bofc"
then