[gentoo-commits] proj/gentoo-mate:master commit in: scripts/hooks/

2016-09-20 Thread NP Hardass
commit: 3abd2c6020fc6a64119883db370c751136946476
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Sep 20 21:40:00 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Tue Sep 20 21:40:00 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=3abd2c60

scripts: hooks-post-receive: update args

 scripts/hooks/post-receive | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/hooks/post-receive b/scripts/hooks/post-receive
index 3e1d65f..4f8214c 100755
--- a/scripts/hooks/post-receive
+++ b/scripts/hooks/post-receive
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-git push --all --mirror github
+git push --mirror github



[gentoo-commits] proj/gentoo-mate:master commit in: scripts/hooks/

2016-09-20 Thread NP Hardass
commit: bbafcb7fca7d4d5e2fb03b702d23ed5082be021b
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Sep 20 21:14:58 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Tue Sep 20 21:14:58 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=bbafcb7f

scripts: Update hook to be blocking and verbose for the time being

 scripts/hooks/post-receive | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/hooks/post-receive b/scripts/hooks/post-receive
index 0ca209b..3e1d65f 100755
--- a/scripts/hooks/post-receive
+++ b/scripts/hooks/post-receive
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-nohup git push github &>/dev/null &
+git push --all --mirror github