forked from wavesplatform/matcher
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
bnagtega
committed
Mar 15, 2021
1 parent
dc97a36
commit db95913
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
systemctl stop TN-devnet.service || true | ||
dpkg -P TN-dex-extension-devnet || true | ||
dpkg -i /home/buildagent-matcher/TN-dex-extension-devnet*.deb | ||
systemctl stop tn-devnet.service || true | ||
dpkg -P tn-dex-extension-devnet || true | ||
dpkg -i /home/buildagent-matcher/tn-dex-extension-devnet*.deb | ||
dpkg -i /home/buildagent-matcher/grpc-server-devnet*.deb | ||
systemctl start TN-devnet | ||
systemctl start tn-devnet | ||
rm -rf /home/buildagent-matcher/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
systemctl stop TN-dex.service || true | ||
systemctl stop tn-dex.service || true | ||
rm -rf /var/lib/tn-dex/data || true | ||
dpkg -P tn-dex || true | ||
dpkg -i /home/buildagent-matcher/tn-dex*.deb | ||
sed -i "5s/.*/ topic = \"$(uuidgen)\"/" /etc/tn-dex/queue.conf | ||
systemctl start TN-dex | ||
systemctl start tn-dex | ||
rm -rf /home/buildagent-matcher/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters