From 5890810241c4c7f95ecac433245a01ed1cf014e8 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Thu, 7 May 2020 21:14:23 +0200 Subject: [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. --- ports/ignition-modularscripts/CONTROL | 2 +- ports/ignition-modularscripts/ignition_modular_library.cmake | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'ports/ignition-modularscripts') 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} -- cgit v1.2.3