Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ign-plugin1] Update BitBucket links #8

Merged
merged 1 commit into from
Apr 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
See the [Ignition Robotics contributing guide](https://bitbucket.org/ignitionrobotics/ign-gazebo/src/default/CONTRIBUTING.md).
See the [Ignition Robotics contributing guide](https://ignitionrobotics.org/docs/all/contributing).
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Ignition Plugin 1.1.0 (2019-11-21)

1. Add SelectSpecializers to allow ign-physics to improve compilation time.
* [Pull request 32](https://bitbucket.org/ignitionrobotics/ign-physics/pull-requests/32)
* [BitBucket pull request 32](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-physics/pull-requests/32)

### Ignition Plugin 1.0.0 (2019-02-05)

Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ environment:

install:
- vcpkg install dlfcn-win32
- hg summary
# ign-cmake
- hg clone https://bitbucket.org/ignitionrobotics/ign-cmake -b gz11
- git clone https://github.com/ignitionrobotics/ign-cmake -b gz11
- cd ign-cmake
- md build
- cd build
Expand Down
2 changes: 1 addition & 1 deletion bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pipelines:
- apt-get -y install
cmake pkg-config python ruby-ronn g++-8
libignition-cmake2-dev
curl git mercurial cppcheck
curl git cppcheck
- update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 800 --slave /usr/bin/g++ g++ /usr/bin/g++-8 --slave /usr/bin/gcov gcov /usr/bin/gcov-8
- gcc -v
- g++ -v
Expand Down
8 changes: 4 additions & 4 deletions tutorials/02_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Run the following to install dependencies
sudo apt-get install libignition-cmake2-dev
```

Clone the ign-plugin repository from bitbucket
Clone the ign-plugin repository from GitHub
```{.sh}
hg clone https://bitbucket.org/ignitionrobotics/ign-plugin
git clone https://github.com/ignitionrobotics/ign-plugin
```

Then build using CMake
Expand Down Expand Up @@ -89,9 +89,9 @@ brew tap osrf/simulation
brew install ignition-plugin1 --only-dependencies
```

Clone the ign-plugin repository from bitbucket
Clone the ign-plugin repository from GitHub
```{.sh}
hg clone https://bitbucket.org/ignitionrobotics/ign-plugin
git clone https://github.com/ignitionrobotics/ign-plugin
```

Then build using CMake
Expand Down