Skip to content

Commit

Permalink
Install mc-agent and cli tools in deb/appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Dec 22, 2017
1 parent f7e5de2 commit b833996
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions debian/install
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
build-linux/moolticuted /usr/bin
build-linux/moolticute /usr/bin
mc-agent /usr/bin
mc-cli /usr/bin
systemd/moolticuted.service /lib/systemd/system
5 changes: 4 additions & 1 deletion scripts/ci/linux/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ $DOCKER_EXEC "DEBEMAIL=${USER_EMAIL} dch --create --distribution trusty --packag

echo "Building .deb package..."

$DOCKER_EXEC "cp -f README.md debian/README"
wget_retry https://calaos.fr/mooltipass/tools/linux/mc-agent -O mc-agent
wget_retry https://calaos.fr/mooltipass/tools/linux/mc-cli -O mc-cli

$DOCKER_EXEC "cp -f README.md mc-agent mc-cli debian/README"
$DOCKER_EXEC "dpkg-buildpackage -b -us -uc && mkdir -p build-linux/deb && cp ../*.deb build-linux/deb"

echo "Building AppImage"
Expand Down

0 comments on commit b833996

Please sign in to comment.