Browse Source

Changed Adrian address, added ansible tag, basecoin debug

pull/1943/head
Greg Szabo 7 years ago
parent
commit
5109f89516
3 changed files with 6 additions and 7 deletions
  1. +1
    -5
      ansible/app_options_files/public_testnet
  2. +1
    -0
      ansible/roles/config/tasks/main.yml
  3. +4
    -2
      build/spectemplates/basecoin.spec

+ 1
- 5
ansible/app_options_files/public_testnet View File

@ -47,11 +47,7 @@
},
{
"name": "adrian",
"address": "98F28277FA8C512968BBDE443F5DB27AC743F814",
"pub_key": {
"type": "ed25519",
"data": "2E7EAB9E4C93D3657A63E063D6ABB851596BA97ED9F4EB9A2FC714043DC9685D"
},
"address": "0FA1DB09E8B174E81E94280C047C158D4271457B",
"coins": [
{
"denom": "axi",


+ 1
- 0
ansible/roles/config/tasks/main.yml View File

@ -23,6 +23,7 @@
group: "{{service}}"
- name: copy generated service genesis.json - genesis_time will be updated
tags: reconfig-appgenesis
when: (validators == true or validators == 'true') and (service_genesis_file is not defined) and (service != 'ethermint')
template:
src: genesis-service.json.j2


+ 4
- 2
build/spectemplates/basecoin.spec View File

@ -10,15 +10,17 @@ Summary: basecoin is a Proof-of-Stake cryptocurrency and framework
License: Apache 2.0
URL: https://tendermint.com/
Packager: Greg Szabo
Requires: tendermint >= 0.10.0
Requires: tendermint >= 0.11.0
Provides: basecli
#Requires(pre): useradd
%description
Basecoin is an ABCI application designed to be used with the Tendermint consensus engine to form a Proof-of-Stake cryptocurrency. It also provides a general purpose framework for extending the feature-set of the cryptocurrency by implementing plugins.
%pre
if ! %{__grep} -q '^%{name}:' /etc/passwd ; then
echo "`date`: useradd -k /dev/null -r -m -b %{_sysconfdir} %{name}" >> /tmp/rpmdebug
set >> /tmp/rpmdebug
echo "---" >> /tmp/rpmdebug
useradd -k /dev/null -r -m -b %{_sysconfdir} %{name}
chmod 755 %{_sysconfdir}/%{name}
fi


Loading…
Cancel
Save