mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-14 12:06:42 +08:00
port subdomain redirect to this branch; remove the old subdomain registrar
This commit is contained in:
@@ -65,7 +65,6 @@ def start_subdomain_registrar():
|
||||
env['BLOCKSTACK_TEST_CLIENT_RPC_PORT'] = os.environ.get('BLOCKSTACK_TEST_CLIENT_RPC_PORT')
|
||||
|
||||
SUBDOMAIN_PROC = Popen(['node', SUBDOMAIN_REGISTRAR_LOCATION], env = env)
|
||||
testlib.add_cleanup(lambda: SUBDOMAIN_PROC.kill())
|
||||
|
||||
|
||||
def scenario( wallets, **kw ):
|
||||
@@ -134,6 +133,7 @@ def scenario( wallets, **kw ):
|
||||
print json.dumps(name_info)
|
||||
return False
|
||||
|
||||
SUBDOMAIN_PROC.kill()
|
||||
|
||||
def check( state_engine ):
|
||||
|
||||
|
||||
3
setup.py
3
setup.py
@@ -36,8 +36,7 @@ setup(
|
||||
description='Name registrations on the Bitcoin blockchain with external storage',
|
||||
keywords='blockchain bitcoin btc cryptocurrency name key value store data',
|
||||
packages=find_packages(),
|
||||
scripts=['bin/blockstack-server', 'bin/blockstack-core', 'bin/blockstack-snapshots',
|
||||
'bin/blockstack-subdomain-registrar'],
|
||||
scripts=['bin/blockstack-server', 'bin/blockstack-core', 'bin/blockstack-snapshots'],
|
||||
download_url='https://github.com/blockstack/blockstore/archive/master.zip',
|
||||
zip_safe=False,
|
||||
include_package_data=True,
|
||||
|
||||
Reference in New Issue
Block a user