Skip to content

Commit 056cf2d

Browse files
committed
Finished script updates. Build to debian dir for upload.
1 parent aec8e68 commit 056cf2d

3 files changed

Lines changed: 399 additions & 348 deletions

File tree

build_deb.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/usr/bin/env bash
22

3-
dpkg-deb --build casper-node-util "casper-node-util-$(cat VERSION).deb"
3+
mkdir -p debian
4+
dpkg-deb --build casper-node-util "./debian/casper-node-util-$(cat VERSION).deb"

casper-node-util/DEBIAN/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Version: 1.0.7
33
Architecture: all
44
Maintainer: Joe Sacher <joe.sacher@casper.network>
55
Description: Utility for working with casper-node and casper-sidecar
6+
Depends: python3

0 commit comments

Comments
 (0)