diff options
| author | Silvio Traversaro <silvio.traversaro@iit.it> | 2020-05-07 21:14:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-07 12:14:23 -0700 |
| commit | 5890810241c4c7f95ecac433245a01ed1cf014e8 (patch) | |
| tree | 4e308ece66deb7a6efaa89bf132db631d2bdd00d /ports/ignition-modularscripts | |
| parent | 2459c7c4bac1c8636b611551d7b81b0496816d4b (diff) | |
| download | vcpkg-5890810241c4c7f95ecac433245a01ed1cf014e8.tar.gz vcpkg-5890810241c4c7f95ecac433245a01ed1cf014e8.zip | |
[ignition-modular-scripts] Migrate from bitbucket to github (#10858)
As announced in https://community.gazebosim.org/t/important-gazebo-and-ignition-are-going-to-github/533,
the ignition project repositories have been migrated from BitBucket to GitHub.
This commit updates the ignition_modular_library helpers to use GitHub instead of BitBucket,
and also update the hashes of all the ignition ports as apparently the archive generated by GitHub
for releases are slightly different from the one generated by BitBucket.
Diffstat (limited to 'ports/ignition-modularscripts')
| -rw-r--r-- | ports/ignition-modularscripts/CONTROL | 2 | ||||
| -rw-r--r-- | ports/ignition-modularscripts/ignition_modular_library.cmake | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/ports/ignition-modularscripts/CONTROL b/ports/ignition-modularscripts/CONTROL index 2ea04f67a..776c16695 100644 --- a/ports/ignition-modularscripts/CONTROL +++ b/ports/ignition-modularscripts/CONTROL @@ -1,3 +1,3 @@ Source: ignition-modularscripts
-Version: 2020-02-10
+Version: 2020-04-16
Description: Vcpkg helpers to package ignition libraries
diff --git a/ports/ignition-modularscripts/ignition_modular_library.cmake b/ports/ignition-modularscripts/ignition_modular_library.cmake index 8ce00116b..c8575978b 100644 --- a/ports/ignition-modularscripts/ignition_modular_library.cmake +++ b/ports/ignition-modularscripts/ignition_modular_library.cmake @@ -55,19 +55,19 @@ endfunction() ## The complete version number. ## ## ### SHA512 -## The SHA512 hash that should match the downloaded archive. This is forwarded to the `vcpkg_from_bitbucket` command. +## The SHA512 hash that should match the downloaded archive. This is forwarded to the `vcpkg_from_github` command. ## ## ### REF -## Reference to the tag of the desired release. This is forwarded to the `vcpkg_from_bitbucket` command. +## Reference to the tag of the desired release. This is forwarded to the `vcpkg_from_github` command. ## If not specified, defaults to `ignition-${NAME}${MAJOR_VERSION}_${VERSION}`. ## ## ### HEAD_REF -## Reference (tag) to the desired release. This is forwarded to the `vcpkg_from_bitbucket` command. +## Reference (tag) to the desired release. This is forwarded to the `vcpkg_from_github` command. ## If not specified, defaults to `ign-${NAME}${MAJOR_VERSION}`. ## ## ### PATCHES ## A list of patches to be applied to the extracted sources. -## This is forwarded to the `vcpkg_from_bitbucket` command. +## This is forwarded to the `vcpkg_from_github` command. ## ## ### CMAKE_PACKAGE_NAME ## The name of the CMake package for the port. @@ -102,8 +102,8 @@ function(ignition_modular_library) set(IML_CMAKE_PACKAGE_NAME ${DEFAULT_CMAKE_PACKAGE_NAME}) endif() - # Download library from bitbucket, to support also the --head option - vcpkg_from_bitbucket( + # Download library from github, to support also the --head option + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ignitionrobotics/ign-${IML_NAME} REF ${IML_REF} |
