ajout de commande pour produire facilement des tags
This commit is contained in:
7
Makefile
7
Makefile
@@ -35,5 +35,12 @@ submodules-update:
|
|||||||
submodules-push:
|
submodules-push:
|
||||||
git submodule foreach git 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:
|
upgrade:
|
||||||
nixos-rebuild switch --upgrade
|
nixos-rebuild switch --upgrade
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user