-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Update documentation for native DEB/RPM packages #20257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of relatively minor suggestions, but otherwise looks good to me.
``` | ||
repository.netdata.cloud/repos/ | ||
├── stable/ # Stable Netdata Agent releases | ||
│ ├── debian/ # For Debian-based distributions | ||
│ │ ├── bullseye/ # Distribution codename directories | ||
│ │ ├── bookworm/ | ||
│ │ └── ... | ||
│ ├── ubuntu/ # For Ubuntu-based distributions | ||
│ │ ├── focal/ | ||
│ │ ├── jammy/ | ||
│ │ └── ... | ||
│ ├── el/ # For RHEL-based distributions | ||
│ │ ├── 8/ # Version directories | ||
│ │ │ ├── x86_64/ # Architecture directories | ||
│ │ │ ├── aarch64/ | ||
│ │ │ └── ... | ||
│ │ ├── 9/ | ||
│ │ └── ... | ||
│ └── other distros... | ||
├── edge/ # Nightly builds (same structure) | ||
├── repoconfig/ # Configuration packages | ||
└── devel/ # Development builds (ignore) | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would not have thought of presenting the full tree structure myself, but this is a much better way to present things.
We need to double-check though that all of the places we present this use fonts that include the box drawing characters so we can be sure it renders correctly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Ancairon will you check this? ty
Co-authored-by: Austin S. Hemmelgarn <ahferroin7@gmail.com>
Co-authored-by: Austin S. Hemmelgarn <ahferroin7@gmail.com>
Co-authored-by: Austin S. Hemmelgarn <ahferroin7@gmail.com>
The native package documentation enhanced with key technical details, improved organization, and highlighted installation requirements.