Sub-module or containment? #287
Replies: 4 comments 4 replies
-
You can customize how you watch a repository. More instructions in the link below: |
Beta Was this translation helpful? Give feedback.
-
Yeah, sure. "Watching" is based on repository base... But if a repository contains copies of components than changes to that "copy" cannot be watched specifically. Sub-modules are considered and notified in case the commit-ID has been changed. I'm specifically interested in modifications to e.g. "DL-Streamer". But it's a "copy" and not a Git-sub-module like the other components: In the original DL-Streamer repo https://github.com/dlstreamer/dlstreamer we (users, maintainers, contributors) were told to use the "copy" under https://github.com/open-edge-platform/edge-ai-libraries/ instead and future issues/pull-requests/featre-requests shall be directed to here? |
Beta Was this translation helpful? Give feedback.
-
Have you had a chance to internally discuss this topic? The original repo "https://github.com/dlstreamer/dlstreamer" hasn't been archived, yet. A note about deprecation or suspension of support&maintenance has not been added, yet. |
Beta Was this translation helpful? Give feedback.
-
DL-Streamer is now part of the Open Edge Platform, offered as one of our AI Libraries and that is why it is now called "Edge Platform”, "Edge AI Library”. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It looks like many libraries under "https://github.com/open-edge-platform/edge-ai-libraries/tree/main/libraries" are GIT sub-modules except "dl-streamer".
Is there a GIT feature to get notified about changes regarding specific sub-libraries only?
Currently I get notified about issues/pullrequests/discussions etc. regarding this whole repository where I would be interested in a few sub-libraries only (e.g. dl-streamer).
Beta Was this translation helpful? Give feedback.
All reactions