Skip to content

Commit

Permalink
wazo-pbx -> wazo-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
fblackburn1 committed Oct 1, 2019
1 parent e759242 commit 5c50278
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -45,7 +45,7 @@ Development

You need the repos xivo-manage-db up-to-date.

1. ```git clone https://github.com/wazo-pbx/xivo-manage-db```
1. ```git clone https://github.com/wazo-platform/xivo-manage-db```
2. ```MANAGE_DB_DIR=../../xivo-manage-db make update-db```
3. Execute the steps above to run integration tests

Expand All @@ -54,7 +54,7 @@ You need the repos xivo-manage-db up-to-date.

You need the repos wazo-provd up-to-date.

1. ```git clone https://github.com/wazo-pbx/wazo-provd```
1. ```git clone https://github.com/wazo-platform/wazo-provd```
2. ```PROVD_DIR=../../wazo-provd make build-provd```
3. Execute the steps above to run integration tests

Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
@@ -1,6 +1,6 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: wazo-confd
Source: https://github.com/wazo-pbx/wazo-confd.git
Source: https://github.com/wazo-platform/wazo-confd.git

Files: *
Copyright: 2012-2019 The Wazo Authors
Expand Down
8 changes: 4 additions & 4 deletions integration_tests/test-requirements.txt
@@ -1,7 +1,7 @@
https://github.com/wazo-pbx/wazo-auth-client/archive/master.zip
https://github.com/wazo-pbx/wazo-provd-client/archive/master.zip
https://github.com/wazo-pbx/xivo-lib-rest-client/archive/master.zip
https://github.com/wazo-pbx/xivo-test-helpers/archive/master.zip
https://github.com/wazo-platform/wazo-auth-client/archive/master.zip
https://github.com/wazo-platform/wazo-provd-client/archive/master.zip
https://github.com/wazo-platform/xivo-lib-rest-client/archive/master.zip
https://github.com/wazo-platform/xivo-test-helpers/archive/master.zip
docker
docker-compose
kombu
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
@@ -1,9 +1,9 @@
https://github.com/wazo-pbx/wazo-auth-client/archive/master.zip
https://github.com/wazo-pbx/wazo-provd-client/archive/master.zip
https://github.com/wazo-pbx/xivo-bus/archive/master.zip
https://github.com/wazo-pbx/xivo-dao/archive/master.zip
https://github.com/wazo-pbx/xivo-lib-python/archive/master.zip
https://github.com/wazo-pbx/xivo-lib-rest-client/archive/master.zip
https://github.com/wazo-platform/wazo-auth-client/archive/master.zip
https://github.com/wazo-platform/wazo-provd-client/archive/master.zip
https://github.com/wazo-platform/xivo-bus/archive/master.zip
https://github.com/wazo-platform/xivo-dao/archive/master.zip
https://github.com/wazo-platform/xivo-lib-python/archive/master.zip
https://github.com/wazo-platform/xivo-lib-rest-client/archive/master.zip
cheroot==6.5.4
flask-cors==3.0.7
flask-restful==0.3.7
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
@@ -1,4 +1,4 @@
https://github.com/wazo-pbx/xivo-test-helpers/archive/master.zip
https://github.com/wazo-platform/xivo-test-helpers/archive/master.zip
nose
mock>=1.3.0
pyhamcrest

0 comments on commit 5c50278

Please sign in to comment.