migrate: copy includes/, scripts/, src/ from gitlab mono-repo main - #1
Merged
Merged
Conversation
nvankita
force-pushed
the
migrate/core-src-includes-scripts
branch
from
May 12, 2026 12:42
8edd1e2 to
69a27d2
Compare
First batch of source-tree migration from internal gitlab-master.nvidia.com mono-repo main (commit 62a75ee at copy time) to NVIDIA/DeepStream. Three core dirs: - includes/ (743 files) - scripts/ (2 files) - src/ (1726 files) Excluded by the new repo's .gitignore (intentional): - *.pb.cc, *.pb.h: protoc-generated, built from .proto sources - *.so: build outputs - reference_apps/**/*.onnx, **/*.mp4: large model/sample-video blobs Deferred to a later migration step: - Submodule gitlinks (Lidar_AI_Solution, nvocdr) — pending .gitmodules decision on URL rewrites for GitHub-side targets. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Committed-By: ankitat's Claude Agent Codex Review: Approved:
nvankita
force-pushed
the
migrate/core-src-includes-scripts
branch
from
May 12, 2026 13:40
69a27d2 to
a3eae2d
Compare
Remove pyservicemaker-0.0.1-cp312-cp312-linux_x86_64.whl; prebuilt binaries do not belong in the migrated source tree. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Committed-By: ankitat's Claude Agent Codex Review: Approved:
Collaborator
|
"tegra/deepstreamsdk" (git-master.nvidia.com) repo specific open sources from DS-9.0 public release now migrated to this github OSS monorepo - Changes looks ok. |
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Latest commit:
a3eae2d— migrate: copy includes/, scripts/, src/ from gitlab mono-repo main (scope reduced 2026-05-12: dropped src/apps/reference_apps and src/apps/tao_apps source content; left .gitkeep placeholders for those dirs)What changed:
main(commit62a75eeat copy time) into this repo:includes/— 743 filesscripts/— 2 filessrc/— 1096 filessrc/apps/scope (narrowed):src/apps/common/— 67 files (kept)src/apps/sample_apps/— 337 files (kept)src/apps/reference_apps/— placeholder.gitkeeponly (sources deferred to a later module PR)src/apps/tao_apps/— placeholder.gitkeeponly (sources deferred to a later module PR)Other
src/subtrees included as-is:src/gst-plugins/,src/gst-utils/,src/service-maker/,src/utils/.Why: First batch of the structural mono-repo → GitHub migration, intentionally narrow on
src/apps/. Verified — no path references toartifacts/exist anywhere in the migrated tree (only one English-prose hit indeepstream-test5/READMEfor "video artifacts").Excluded patterns extended in root
.gitignore:*.so.*,*.tar.gz,*.tgz,*.zip(mono-repo's*.sorule missed versioned shared libs).LFS: none — the two demo assets that introduced LFS (
basketClassifier.etlt,retail_object_h264.mp4) lived under the now-droppedreference_apps/andtao_apps/subtrees.Deferred to later module PRs:
src/apps/reference_apps/full content (358 source files)src/apps/tao_apps/full content (253 source files)Lidar_AI_Solution,nvocdr) — pending.gitmodulesURL rewritesLocal validation:
git grep 'artifacts/'in migrated tree: 1 hit (false positive in prose) ✅git push --force-with-leasesucceeded ✅includes+scripts+src: 1841Link: branch
migrate/core-src-includes-scripts, one commit on top ofmain(force-pushed).