Fix make help #1036

Closed
opened 2024-03-11 19:13:49 +00:00 by fyrchik · 0 comments
  1. Some text is clearly wrong.
  2. What is with this TMP_DIR on display here?
$ make help
  Usage:

    make <target>

  Targets:

    all                               Just `make` will build all possible binaries
    clean                             Delete built artifacts
    debclean                          Package for Debian
    debpackage                        Package for Debian
    dep                               Pull go dependencies
    dirty-images                      Build dirty local Docker images
    env-down                          Package for Debian
    env-up                            Package for Debian
    export-metrics                    Build export-metrics
    fmts                              Run all code formatters
    fumpt                             Reformat imports
    gopls-install                     Run staticcheck
    gopls-run                         Run staticcheck
    help                              Show this help prompt
    images                            Build all Docker images
    imports                           Reformat imports
    lint-install                      Install linters
    lint                              Run linters
    locode-download                   Package for Debian
    pre-commit                        Activate pre-commit hooks
    pre-commit-run                    Run Unit Test with go test
    prepare-release                   Prepare binaries and archives for release
    protoc-install                    Regenerate proto files
    protoc                            Regenerate proto files
    staticcheck-install               Install staticcheck
    staticcheck-run                   Run staticcheck
    test                              Run Unit Test with go test
    TMP_DIR .deb package versioning
    unpre-commit                      Deactivate pre-commit hooks
    version                           Print version
1. Some text is clearly wrong. 2. What is with this `TMP_DIR` on display here? ``` $ make help Usage: make <target> Targets: all Just `make` will build all possible binaries clean Delete built artifacts debclean Package for Debian debpackage Package for Debian dep Pull go dependencies dirty-images Build dirty local Docker images env-down Package for Debian env-up Package for Debian export-metrics Build export-metrics fmts Run all code formatters fumpt Reformat imports gopls-install Run staticcheck gopls-run Run staticcheck help Show this help prompt images Build all Docker images imports Reformat imports lint-install Install linters lint Run linters locode-download Package for Debian pre-commit Activate pre-commit hooks pre-commit-run Run Unit Test with go test prepare-release Prepare binaries and archives for release protoc-install Regenerate proto files protoc Regenerate proto files staticcheck-install Install staticcheck staticcheck-run Run staticcheck test Run Unit Test with go test TMP_DIR .deb package versioning unpre-commit Deactivate pre-commit hooks version Print version ```
fyrchik added the
bug
good first issue
Infrastructure
labels 2024-03-11 19:13:49 +00:00
fyrchik added this to the v0.38.0 milestone 2024-03-12 07:28:27 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#1036
There is no content yet.