==> /usr/bin/git log -n1 <==
commit 4550d2f15b3a7ce2451c1f29500b9339430c877f
Author: Dmitry V. Levin <ldv@altlinux.org>
Date:   Mon May 24 08:00:00 2021 +0000

    config.guess: fix shellcheck warning SC2154
    
    While, according to Plan 9 documentation, the environment variable
    $cputype is set to the name of the kernel's CPU's architecture,
    shellcheck warns that cputype is referenced but not assigned.
    Be on the safe side and do not use cputype if it is not defined
    or empty.
    
    * config.guess (*:Plan9:*:*): Fix shellcheck warning SC2154.
==> /usr/bin/git describe --tags --dirty <==
commit 4550d2f15b3a7ce2451c1f29500b9339430c877f
Author: Dmitry V. Levin <ldv@altlinux.org>
Date:   Mon May 24 08:00:00 2021 +0000

    config.guess: fix shellcheck warning SC2154
    
    While, according to Plan 9 documentation, the environment variable
    $cputype is set to the name of the kernel's CPU's architecture,
    shellcheck warns that cputype is referenced but not assigned.
    Be on the safe side and do not use cputype if it is not defined
    or empty.
    
    * config.guess (*:Plan9:*:*): Fix shellcheck warning SC2154.
==> /usr/bin/git status <==
HEAD detached at 4550d2f
Untracked files:
  (use "git add <file>..." to include in what will be committed)
	build_env_setup.sh
	conda_build.sh
	metadata_conda_debug.yaml

nothing added to commit but untracked files present (use "git add" to track)
