kzip_validator

command
v0.0.50 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2021 License: Apache-2.0, NCSA Imports: 14 Imported by: 0

Documentation

Overview

Binary kzip_validator checks the contents of a kzip against a code repo and compares file coverage.

Usage:

kzip_validator -kzip <kzip-file> -local_repo <repo-root-dir> -lang cc,h
kzip_validator -kzip <kzip-file> -repo_url <repo-url> -lang java [-version <hash>]

Examples:

Github repos use default args (.zip, /archive/, master):
  kzip_validator -kzip <kzip-file> -repo_url https://github.com/google/guava

Other repository hosting services may require additional arguments:
  kzip_validator -kzip <kzip-file> \
    -repo_url https://android.googlesource.com/project/superproject
    -archive_prefix "+archive" \
    -archive_format ".tar.gz" \
    -archive_subdir "" \
    -lang "cc,h"

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL