Task #46213
closedUse relative Git submodule URLs
0%
Description
By using relative submodule URLs, we can make use of Gerrit's submodule subscription feature.
This automatically updates the Core repository, if a change is merged in a submodule (e.g. extbase).
For end users, these are the consequences:
- It is easier, to have a TYPO3 mirror on an own server, as the submodules also point to the same server, instead of to typo3.org
- Users, which have the git port blocked, can clone the Core through ssh/https and submodules will be automatically transferred through the same protocol
- No change is required for users with a checkout. If they issue a
git submodule sync
, their.git/config
will be updated (and theurl
for the submodules will be calculated based on the URL of the default remote + the relative URLs of the submodules.
Updated by Steffen Gebert over 11 years ago
- Subject changed from Use relative submodule URLs to Use relative Git submodule URLs
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18867
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18867
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18867
Updated by Gerrit Code Review over 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18867
Updated by Gerrit Code Review over 11 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18867
Updated by Christian Kuhn about 11 years ago
- Status changed from Under Review to Closed
submodules are removed.