From eeae1777446a0d5139a4d1eebc9b6ca77c1e7e64 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Mon, 13 Jun 2016 16:27:53 +0200 Subject: [PATCH] =?UTF-8?q?s=C3=A9paration=20de=20push=20&=20submodules-pu?= =?UTF-8?q?sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51c259b..da24367 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,9 @@ full-auto: submodules-update upgrade clean optimise optimise: nix-store --optimise +push: submodules-push + git push + rebuild-switch: nixos-rebuild switch @@ -31,7 +34,6 @@ submodules-update: submodules-push: git submodule foreach git push - git push upgrade: nixos-rebuild switch --upgrade