ajout de commande pour produire facilement des tags

This commit is contained in:
2016-06-28 20:52:05 +02:00
parent 8d464837ec
commit c4a3515aa0

View File

@@ -35,5 +35,12 @@ submodules-update:
submodules-push:
git submodule foreach git push
submodules-tag:
git submodule foreach git tag -f "$$(date +%F)-$$(hostname -s)"
tag: submodules-tag
git tag -f "$$(date +%F)-$$(hostname -s)"
upgrade:
nixos-rebuild switch --upgrade