Gedare Bloom commented on a discussion on .gitmodules: https://gitlab.rtems.org/rtems/prequal/rtems-central/-/merge_requests/2#note_108950 > [submodule "external/rtems"] > path = modules/rtems > - url = git://git.rtems.org/sebh/rtems.git > + url = https://gitlab.rtems.org/sebhub/rtems.git > [submodule "external/rtems-docs"] > path = modules/rtems-docs > - url = ../rtems-docs.git > + url = ../../docs/rtems-docs.git it turns out that it was trying to get my personal fork. by updating my fork's main, it worked: ``` >From ssh://gitlab.rtems.org:2222/gedare/rtems-docs d196c8b..af7030d main -> origin/main Submodule path 'modules/rtems-docs': checked out '7b3db9d6c1a7ecfa2c9ff9fe1f939081de17e743' ``` I guess there is something else that must be done besides `git submodule deinit` in order to clean up old submodules. -- View it on GitLab: https://gitlab.rtems.org/rtems/prequal/rtems-central/-/merge_requests/2#note_108950 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
