dzenanz
(Dženan Zukić)
December 19, 2019, 1:59pm
1
itk.org is undergoing a makeover. I guess git infrastructure is being removed from it, now that we have migrated to GitHub. I got the following email:
corista.kitware has encountered errors during the Update step and you have been identified as the maintainer of this site.
Update Errors
Status: Update command failed:
“/usr/bin/git” “pull” “origin” “nightly-master” (https://open.cdash.org/viewUpdate.php?buildid=6259859 )
I investigated:
dzenan@corista:~/Dashboards/Tests/ITK$ git pull origin nightly-master
fatal: remote error: access denied or repository not exported: /ITK.git
dzenan@corista:~/Dashboards/Tests/ITK$ git remote get-url origin
git://itk.org/ITK.git
which means that dashboard machines/infrastructure need some update. We will be working on it, now that we have identified the problem.
1 Like
blowekamp
(Bradley Lowekamp)
December 19, 2019, 2:30pm
2
Thanks for keeping things updated and clean!
Since we have successfully migrated to GitHub for quite some time , the Kitware Git repositories, e.g.
https://itk.org/ITK.git
are being taken down.
Nothing current is pointing to these repository locations. However, very old dashboard builds should remove their local cloned repository, in which case the dashboard script will re-clone from the GitHub repository. Or, manually update the Git remote origin
URL.
blowekamp
(Bradley Lowekamp)
December 19, 2019, 3:14pm
4
If you find your self needing to build old code with the old URLs. You can add the following to your top level .gitconfig
file to redirect the git URLs:
[url "https://github.com/InsightSoftwareConsortium/"]
insteadOf = "https://itk.org/"
dzenanz
(Dženan Zukić)
December 19, 2019, 3:39pm
5
A minor change in itk_common.cmake
was required:
-set(dashboard_git_url "git://itk.org/ITK.git")
+set(dashboard_git_url "git://github.com/InsightSoftwareConsortium/ITK.git")
We will see tomorrow it that was enough.
dchen
(Dave Chen)
December 19, 2019, 4:57pm
6
I was wondering why my git pulls were not working.
dzenanz
(Dženan Zukić)
December 20, 2019, 7:38pm
7
I guess just updating itk_common.cmake
was not enough, the Tests directory needs to be cleaned too.
dzenanz
(Dženan Zukić)
December 20, 2019, 8:31pm
8
Cleanup on Kitware’s dashboard machines in progress. Let’s see tomorrow whether we got them all.
1 Like
dzenanz
(Dženan Zukić)
December 23, 2019, 7:56pm
9
Update complete.
dashmacmini5.kitware
is not a kitware-owned machine (despite the name). I have sent an email to its contact person.
1 Like