dokuwiki / dokuwiki-extensionmirror

Download all DokuWiki extensions in one go
2 stars 0 forks source link

use complete git clone url and update renamed dokuwiki repo #3

Closed Klap-in closed 1 year ago

Klap-in commented 1 year ago

getDownloads() does a normalizedRepo() and after that the entry for DokuWiki itself is added. Therefore, it not normalized.

Use complete git clone url instead. Update renamed references.

Effectively, due to this fix it should retrieve the checkout of git instead of an export of the repository. The export is filtered and does not contain the test classes. This will fix #2

(not tested)