gesinn-it-pub / SemanticDependencyUpdater

Semantic Dependency Updater (SDU) is a MediaWiki extension that monitors pages for changes in their semantic data.
https://www.mediawiki.org/wiki/Extension:SemanticDependencyUpdater
MIT License
6 stars 2 forks source link

Fatal error in git submodules #13

Open freephile opened 5 months ago

freephile commented 5 months ago

When using git to clone the SDU repository, we also issue a git submodule update --init to bring in extension dependencies. The problem is that the submodule URL for SDU is in the key-based format (in other words: 'git@github.com:'). This probably proves useful for automated Continuous Integration jobs from a host with the proper SSH key. However, it fails with a fatal error for anyone else.

The submodule URL should be publicly accessible, for example: using HTTPS://github.com/

freephile commented 5 months ago

This issue is solved by pull #12