Skip to content

Commit

Permalink
Merge pull request #29 from HTTP-APIs/develop
Browse files Browse the repository at this point in the history
Sync with develop
  • Loading branch information
chrizandr committed Aug 23, 2017
2 parents 417759b + 39dd055 commit a56a11e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions bootstrap-dev.sh
Expand Up @@ -5,17 +5,17 @@ echo "Install requirements..."
pip install -r requirements.txt
#

git clone --single-branch https://github.com/xadahiya/hydra-flock-central-controller.git sim_controller
git clone --single-branch https://github.com/xadahiya/hydra-flock-gui.git sim_gui
git clone --single-branch https://github.com/HTTP-APIs/hydra-flock-central-controller.git sim_controller
git clone --single-branch https://github.com/HTTP-APIs/hydra-flock-gui.git sim_gui

# Drone1
git clone --single-branch https://github.com/xadahiya/hydra-flock-drone.git sim_drone1
git clone --single-branch https://github.com/HTTP-APIs/hydra-flock-drone.git sim_drone1
# Drone2
git clone --single-branch https://github.com/xadahiya/hydra-flock-drone.git sim_drone2
git clone --single-branch https://github.com/HTTP-APIs/hydra-flock-drone.git sim_drone2
# Drone3
git clone --single-branch https://github.com/xadahiya/hydra-flock-drone.git sim_drone3
git clone --single-branch https://github.com/HTTP-APIs/hydra-flock-drone.git sim_drone3
# Drone4
git clone --single-branch https://github.com/xadahiya/hydra-flock-drone.git sim_drone4
git clone --single-branch https://github.com/HTTP-APIs/hydra-flock-drone.git sim_drone4

## Updating drone settings
echo "Updating drone settings"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,3 +1,3 @@
-e git://github.com/andrejsab/hydra-py.git#egg=hydra
-e git://github.com/HTTP-APIs/hydrus.git@9d9f68d37ff961496ac31d0e774086429665409e#egg=hydrus
-e git://github.com/xadahiya/hydra-flock-central-controller.git#egg=flock_controller
-e git://github.com/HTTP-APIs/hydrus.git@6af46d499dfde60adbbb58a803a30cf6b30a4c79#egg=hydrus
-e git://github.com/HTTP-APIs/hydra-flock-central-controller.git#egg=flock_controller

0 comments on commit a56a11e

Please sign in to comment.