From 9b26365220224459f28678c2040b3395819a4c95 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Thu, 30 May 2013 00:47:58 +0100 Subject: Seems the new version of git doesn't do --set-upstream the same :s --- scripts/mageia-reset-and-import.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mageia-reset-and-import.sh b/scripts/mageia-reset-and-import.sh index 337d6df..7ffeaf5 100755 --- a/scripts/mageia-reset-and-import.sh +++ b/scripts/mageia-reset-and-import.sh @@ -142,8 +142,8 @@ echo "Now creating bare git repository" git init --bare ../$SOFTWARE.git git remote rm origin git remote add origin ../$SOFTWARE.git -git push --set-upstream master -git push origin 'refs/remotes/*:refs/heads/*' +#git push --set-upstream master +git push origin master 'refs/remotes/*:refs/heads/*' pushd ../$SOFTWARE.git git branch -D trunk -- cgit v1.2.1