Improve upgrade consistency; Tag v0.1.82

This commit is contained in:
Taylor Helsper 2020-01-25 22:21:08 -06:00
parent 842b11a507
commit 1ec1959c93
3 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,6 @@
=== v0.1.82 ===
- Improve upgrade consistency
=== v0.1.81 ===
- Upgrade LND to 0.9.0
- Upgrade RTL to v0.6.3

View File

@ -28,11 +28,12 @@ tar -xvf /tmp/mynode_release_latest.tar.gz -C /tmp/upgrade/
# Install files
VERSION=$(cat /tmp/upgrade/out/rootfs_*/usr/share/mynode/version)
if [ $IS_X86 = 1 ]; then
rsync -r -K /tmp/upgrade/out/rootfs_${DEVICE_TYPE}/* / 2>&1
else
cp -rf /tmp/upgrade/out/rootfs_${DEVICE_TYPE}/* / > 2>&1
fi
rsync -r -K /tmp/upgrade/out/rootfs_${DEVICE_TYPE}/* / 2>&1
#if [ $IS_X86 = 1 ]; then
# rsync -r -K /tmp/upgrade/out/rootfs_${DEVICE_TYPE}/* / 2>&1
#else
# cp -rf /tmp/upgrade/out/rootfs_${DEVICE_TYPE}/* / > 2>&1
#fi
sleep 1
sync
sleep 1

View File

@ -1 +1 @@
0.1.81
0.1.82