Skip to content

Generate docs for pkg_install #897

@jacky8hyf

Description

@jacky8hyf

@aiuto Are we okay to add pkg_install to the generated docs?

In particular, I think the following needs to be done:

  1. Dependencies of pkg_install (in particular rules_python) needs to be added to @rules_pkg//doc_build:rules_pkg_lib
  2. Add pkg_install to ORDER:
    ORDER = [
    ("toc", None),
    ("common", None),
    ("pkg_deb", "//pkg/private/deb:deb.bzl"),
    ("pkg_deb_impl", "//pkg/private/deb:deb.bzl"),
    ("pkg_sub_rpm", "//pkg:rpm_pfg.bzl"),
    ("pkg_rpm", "//pkg:rpm_pfg.bzl"),
    ("pkg_tar", "//pkg/private/tar:tar.bzl"),
    ("pkg_tar_impl", "//pkg/private/tar:tar.bzl"),
    ("pkg_zip", "//pkg/private/zip:zip.bzl"),
    ("pkg_zip_impl", "//pkg/private/zip:zip.bzl"),
    ("mappings", None),
    ("legacy_pkg_rpm", None),
    ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions