Skip to content
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

use argparse & small refactoring #25

Merged
merged 1 commit into from
Apr 8, 2022

Conversation

Artturin
Copy link
Member

@Artturin Artturin commented Apr 8, 2022

no functionality changed

no functionality changed
@Artturin
Copy link
Member Author

Artturin commented Apr 8, 2022

2>/dev/null nix run ".#default" -- --help
usage: hydra-check [-h] [--url] [--json] [--short] [--arch ARCH] [--channel CHANNEL] PACKAGES

positional arguments:
  PACKAGES

options:
  -h, --help         show this help message and exit
  --url              only print the hydra build url, then exit
  --json             output json
  --short            write only the latest build even if last build failed
  --arch ARCH        system architecture to check
  --channel CHANNEL  Channel to check packages for

Other channels can be:
    unstable  - alias for nixos/trunk-combined (Default)
    master    - alias for nixpkgs/trunk
    staging   - alias for nixos/staging
    19.03     - alias for nixos/release-19.03
    19.09     - alias for nixos/release-19.09
    20.03     - alias for nixos/release-20.03
    nixpkgs/nixpkgs-20.03-darwin    - verbatim jobset name

Jobset names can be constructed with the project name (e.g. `nixos/` or `nixpkgs/`)
followed by a branch name. The available jobsets can be found at:
* https://hydra.nixos.org/project/nixos
* https://hydra.nixos.org/project/nixpkgs

@Artturin Artturin merged commit 0201566 into nix-community:master Apr 8, 2022
@Artturin Artturin deleted the refactor1 branch April 8, 2022 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant