forked from lthn/blockchain
build scripts: move to https://build.zano.org
This commit is contained in:
parent
a4a66bb574
commit
04f799c102
3 changed files with 3 additions and 3 deletions
|
|
@ -140,7 +140,7 @@ fi
|
|||
read checksum <<< $(sha256sum $package_filename | awk '/^/ { print $1 }' )
|
||||
|
||||
mail_msg="New ${build_prefix_label}${testnet_label}build for linux-x64:<br>
|
||||
http://build.zano.org:8081/builds/$package_filename<br>
|
||||
https://build.zano.org/builds/$package_filename<br>
|
||||
sha256: $checksum"
|
||||
|
||||
echo "$mail_msg"
|
||||
|
|
|
|||
|
|
@ -151,7 +151,7 @@ fi
|
|||
read checksum <<< $( shasum -a 256 $package_filepath | awk '/^/ { print $1 }' )
|
||||
|
||||
mail_msg="New ${build_prefix_label}${testnet_label}build for macOS-x64:<br>
|
||||
http://build.zano.org:8081/builds/$package_filename<br>
|
||||
https://build.zano.org/builds/$package_filename<br>
|
||||
sha256: $checksum"
|
||||
|
||||
echo "$mail_msg"
|
||||
|
|
|
|||
|
|
@ -192,7 +192,7 @@ IF %ERRORLEVEL% NEQ 0 (
|
|||
)
|
||||
call :sha256 %build_zip_path% build_zip_checksum
|
||||
|
||||
set mail_msg="New %build_prefix% %TESTNET_LABEL%build for win-x64:<br>INST: http://build.zano.org:8081/builds/%installer_file% <br>sha256: %installer_checksum%<br><br>ZIP: http://build.zano.org:8081/builds/%build_zip_filename% <br>sha256: %build_zip_checksum%<br>"
|
||||
set mail_msg="New %build_prefix% %TESTNET_LABEL%build for win-x64:<br>INST: https://build.zano.org/builds/%installer_file% <br>sha256: %installer_checksum%<br><br>ZIP: https://build.zano.org/builds/%build_zip_filename% <br>sha256: %build_zip_checksum%<br>"
|
||||
|
||||
echo %mail_msg%
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue