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

Finalize svn to GitHub transition #4726

Merged
merged 3 commits into from Mar 13, 2020

Conversation

jcfr
Copy link
Member

@jcfr jcfr commented Mar 13, 2020

Locally tested applying this patch:

diff --git a/CMake/SlicerDashboardScript.TEMPLATE.cmake b/CMake/SlicerDashboardScript.TEMPLATE.cmake
index df38c564d..2d7443cd5 100644
--- a/CMake/SlicerDashboardScript.TEMPLATE.cmake
+++ b/CMake/SlicerDashboardScript.TEMPLATE.cmake
@@ -56,7 +56,7 @@ set(ADDITIONAL_CMAKECACHE_OPTION "
 # WARNING: DO NOT EDIT BEYOND THIS POINT #
 ##########################################
 if(NOT DEFINED DRIVER_SCRIPT)
-  set(url https://raw.githubusercontent.com/Slicer/Slicer/master/CMake/SlicerDashboardDriverScript.cmake)
+  set(url https://raw.githubusercontent.com/jcfr/Slicer/finalize-svn-to-github-transition/CMake/SlicerDashboardDriverScript.cmake)
   set(dest ${DASHBOARDS_DIR}/${EXTENSION_DASHBOARD_SUBDIR}/${CTEST_SCRIPT_NAME}.driver)
   file(DOWNLOAD ${url} ${dest} STATUS status)
   if(NOT status MATCHES "0.*")

and running the following commands:

git clone git://github.com/jcfr/Slicer -b finalize-svn-to-github-transition Slicer-jcfr
cd Slicer-jcfr
~/Software/cmake-3.16.0-rc4-Linux-x86_64/bin/ctest \
  -DHOSTNAME:STRING=CerroTorre \
  -DOPERATING_SYSTEM:STRING=Ubuntu-15.10 \
  -DCOMPILER:STRING=gcc-5.2.1 \
  -DQt5_DIR:PATH=/home/jcfr/Software/Qt5.10.0/5.10.0/gcc_64/lib/cmake/Qt5 \
  -S ./CMake/SlicerDashboardScript.TEMPLATE.cmake

@jcfr jcfr force-pushed the finalize-svn-to-github-transition branch from 9bed881 to 03e13c6 Compare March 13, 2020 03:18
@jcfr jcfr merged commit c5170d4 into Slicer:master Mar 13, 2020
@jcfr jcfr deleted the finalize-svn-to-github-transition branch March 13, 2020 03:41
@lassoan lassoan added this to the Slicer 4.11.0 milestone Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants