Skip to content

Commit

Permalink
Change 'oneiro-ndev' references to 'ndau' organization
Browse files Browse the repository at this point in the history
  • Loading branch information
edmcnierney committed Mar 12, 2020
1 parent cefe518 commit 766a8ce
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Integration tests can be run against a running localnet. They are also run auto
1. Install `toml`: `pip3 install toml`
1. Install `msgpack`: `pip3 install msgpack`
1. Make sure you have your `NDAUHOME` environment variable set. e.g. when running against localnet, you could use `export NDAUHOME=$HOME/.localnet/data/ndau-0`
1. Clone this repo into `~/go/src/github.com/oneiro-ndev` so that it is next to the `ndau` repo
1. Clone this repo into `~/go/src/github.com/ndau` so that it is next to the `ndau` repo
1. `cd` into the repo root
1. Install dependencies: `pipenv sync`
1. Load the environment: `pipenv shell`
Expand Down
16 changes: 8 additions & 8 deletions conf.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[chaos-go]
repo="[email protected]:oneiro-ndev/chaos.git"
logical="github.com/oneiro-ndev/chaos"
repo="[email protected]:ndau/chaos.git"
logical="github.com/ndau/chaos"
label="master"

[chaostool]
repo="[email protected]:oneiro-ndev/commands.git"
logical="github.com/oneiro-ndev/commands"
repo="[email protected]:ndau/commands.git"
logical="github.com/ndau/commands"
label="master"

[ndau-go]
repo="[email protected]:oneiro-ndev/ndau.git"
logical="github.com/oneiro-ndev/ndau"
repo="[email protected]:ndau/ndau.git"
logical="github.com/ndau/ndau"
label="master"

[ndautool]
repo="[email protected]:oneiro-ndev/commands.git"
logical="github.com/oneiro-ndev/commands"
repo="[email protected]:ndau/commands.git"
logical="github.com/ndau/commands"
label="master"
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def get_ndau_tmhome_dir():


def findpath(name):
cmds = Path(os.path.expandvars("$GOPATH/src/github.com/oneiro-ndev/commands"))
cmds = Path(os.path.expandvars("$GOPATH/src/github.com/ndau/commands"))
for subpath in (name, f"cmd/{name}/{name}"):
p = cmds / subpath
if p.exists() and p.is_file() and p.stat().st_mode & 1 == 1:
Expand Down
2 changes: 1 addition & 1 deletion src/ndau_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def test_command_validator_change(

stdout = ndau_suppress_err(
# script from
# https://github.com/oneiro-ndev/commands/blob/master/
# https://github.com/ndau/commands/blob/master/
# cmd/chasm/examples/zero.chbin
f"account register-node {ln0['name']} oAAgiA"
)
Expand Down
2 changes: 1 addition & 1 deletion src/ndauapi/transaction_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def set_validation_txhash(set_validation_signable_bytes):
Compute the tx hash of the set_validation tx.
Defined in
https://github.com/oneiro-ndev/metanode/
https://github.com/ndau/metanode/
blob/0f1c08ce1863f6950738932dc30ddaf8d8e66809/
pkg/meta/transaction/transactable.go#L163-L166
"""
Expand Down

0 comments on commit 766a8ce

Please sign in to comment.