Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 50f89b7438cf
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d08b81c3b532
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 28, 2020

  1. create-amis: fix argument check

    Because this script enables `set -u` when no arguments are provided bash
    exits with the error:
    
        $1: unbound variable
    
    instead of the helpful usage message.
    wagdav committed May 28, 2020
    Copy the full SHA
    3b1ed03 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Merge pull request #89116 from wagdav/fix-args-create-amis

    nixos/maintainers/scripts/ec2/create-amis.sh: fix argument check
    Lassulus committed Aug 22, 2020
    Copy the full SHA
    d08b81c View commit details
    Browse the repository at this point in the history