summaryrefslogtreecommitdiff
path: root/other/fun/bootstrap_node_info.py
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-04-23 16:18:15 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-04-26 16:13:24 +0000
commita2d586b78254f6ba3b12d20f2398f31e9ee66235 (patch)
tree699a4d40fe84547a129743ce9e32454baf2b8464 /other/fun/bootstrap_node_info.py
parent087eede3a3e75cd7861e7a9b9c949bf36016829e (diff)
Rework the toxchat/bootstrap-node Docker image.
* Use fully static build for the bootstrap daemon. * Store a sha256sum of the binary in the repo. * Updated documentation for it. * Add support for fully static build in cmake. * Enable the docker build on every PR, so we catch changes to the checksum. I realise this is adding toil, but having the checksum is valuable for security of released binaries.
Diffstat (limited to 'other/fun/bootstrap_node_info.py')
-rwxr-xr-x[-rw-r--r--]other/fun/bootstrap_node_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/fun/bootstrap_node_info.py b/other/fun/bootstrap_node_info.py
index ffda41e3..f4f5f73d 100644..100755
--- a/other/fun/bootstrap_node_info.py
+++ b/other/fun/bootstrap_node_info.py
@@ -1,4 +1,4 @@
1#!/usr/bin/env python 1#!/usr/bin/env python3
2""" 2"""
3Copyright (c) 2014 by nurupo <nurupo.contributions@gmail.com> 3Copyright (c) 2014 by nurupo <nurupo.contributions@gmail.com>
4 4