commit: 132d162638b25705de27f2f39b926d59f2b03094
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 21:45:25 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 21:45:31 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=132d1626
scripts: test out new args for remote
scripts/init-repo-mirror | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/init-repo-mirror b/scripts/init-repo-mirror
index f6d5b91..eba3d56 100755
--- a/scripts/init-repo-mirror
+++ b/scripts/init-repo-mirror
@@ -48,5 +48,5 @@ fi
if ${REMOTES}; then
echo "Configuring Remotes"
git remote remove github &>/dev/null
- git remote add github [email protected]:gentoo/gentoo-mate.git || die
"Failed to configure remotes"
+ git remote add --mirror=push github
[email protected]:gentoo/gentoo-mate.git || die "Failed to configure remotes"
fi