We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff20ee commit d0aad45Copy full SHA for d0aad45
scripts/debian/builder-helpers.sh
@@ -384,7 +384,7 @@ build_daemon_devnet_deb() {
384
echo "------------------------------------------------------------"
385
echo "--- Building testnet signatures deb without keys:"
386
387
- create_control_file mina-devnet "${SHARED_DEPS}${DAEMON_DEPS}" \
+ create_control_file "${MINA_DEVNET_DEB_NAME}" "${SHARED_DEPS}${DAEMON_DEPS}" \
388
'Mina Protocol Client and Daemon for the Devnet Network' "${SUGGESTED_DEPS}"
389
390
copy_common_daemon_configs devnet testnet 'seed-lists/devnet_seeds.txt'
0 commit comments