Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
blavka committed Sep 24, 2017
1 parent dd34c84 commit 650fff7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion script/build
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ build_bc_gateway() {
einfo 'Building debian package bc-gateway'

cp -r bc_gateway "$BUILD_DIR"/
cp -r config/* "$BUILD_DIR"/bc_gateway
cp requirements.txt "$BUILD_DIR/bc_gateway"
cd "$BUILD_DIR"/bc_gateway

Expand All @@ -129,8 +130,10 @@ build_bc_gateway() {
$(python_depends) \
--config-files /etc \
--deb-systemd bc-gateway.service \
--deb-systemd bc-gateway-acm0.service \
gateway.py="$GATEWAY_DEST_DIR/bc-gateway.py" \
config.yml=etc/bc-gateway.yml \
bc-gateway.yml=etc/bigclown/bc-gateway.yml \
bc-gateway-acm0.yml=etc/bigclown/bc-gateway-acm0.yml \
"$tmp_dir/bc-gateway"=/usr/bin

rm -Rf "$tmp_dir"
Expand Down

0 comments on commit 650fff7

Please sign in to comment.