Pr/bump versions #22

Merged
steveej merged 22 commits from pr/bump-versions into master 2019-06-19 09:57:28 +00:00
Showing only changes of commit a6b2fdf1be - Show all commits

View file

@ -115,6 +115,10 @@ update-this-device rebuild-mode='switch':
template=nix/os/devices/$(hostname -s)/versions.tmpl.nix
outfile=nix/os/devices/$(hostname -s)/versions.nix
if ! test -e ${template}; then
template="$(just _DEFAULT_VERSION_TMPL)"
fi
esh -o ${outfile} ${template}
if ! test "$(git diff ${outfile})"; then
echo Already on latest versions