[Bps-public-commit] git-mailer branch, master, updated. b4be2ae96dfed245c66e9db7d230958a51d8e5a8

Ruslan Zakirov ruz at bestpractical.com
Mon Mar 29 14:36:16 EDT 2010


The branch, master has been updated
       via  b4be2ae96dfed245c66e9db7d230958a51d8e5a8 (commit)
       via  ae7d6b0e72b90d504e174f77d52c444d9405e36f (commit)
      from  c6918deff0f95284f33f78ce258790e5108fa915 (commit)

Summary of changes:
 create-repo |    4 ++--
 svn-to-git  |   10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

- Log -----------------------------------------------------------------
commit ae7d6b0e72b90d504e174f77d52c444d9405e36f
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Mon Mar 29 22:20:18 2010 +0400

    use git.bestpractical.com everywhere instead of aliases

diff --git a/svn-to-git b/svn-to-git
index bd92a40..c909097 100755
--- a/svn-to-git
+++ b/svn-to-git
@@ -36,15 +36,15 @@ git svn clone $OPTS --prefix svn/ --authors-file=${PWD}/authors.txt ${REPOPATH}
 cd /tmp/svn-${GIT_REPO} && \
 sh -c "$CLEANUP_CMD" && \
 git svn-abandon-cleanup  && \
-ssh fsck.com "cd ${INTOPATH}; git config receive.denyNonFastforwards false" && \
-git push --mirror git+ssh://diesel.bestpractical.com${INTOPATH} && \
-ssh fsck.com "cd ${INTOPATH}; git config receive.denyNonFastforwards true"
+ssh git.bestpractical.com "cd ${INTOPATH}; git config receive.denyNonFastforwards false" && \
+git push --mirror git+ssh://git.bestpractical.com${INTOPATH} && \
+ssh git.bestpractical.com "cd ${INTOPATH}; git config receive.denyNonFastforwards true"
 
 
 echo "Please check the conversion."
 echo "If you're happy, run:"
 if [ "x$PRIVATE" = "x1" ]; then
-    echo "svn rm -m 'Moved to git: git+ssh://diesel.bestpractical.com${INTOPATH}' ${REPOPATH}"
+    echo "svn rm -m 'Moved to git: git+ssh://git.bestpractical.com${INTOPATH}' ${REPOPATH}"
 else
-    echo "svn rm -m 'Moved to git: git+ssh://diesel.bestpractical.com${INTOPATH} OR http://github.com/bestpractical/${GIT_REPO}' svn+ssh://svn.bestpractical.com/svn/bps-public/${REPO}"
+    echo "svn rm -m 'Moved to git: git+ssh://git.bestpractical.com${INTOPATH} OR http://github.com/bestpractical/${GIT_REPO}' svn+ssh://svn.bestpractical.com/svn/bps-public/${REPO}"
 fi

commit b4be2ae96dfed245c66e9db7d230958a51d8e5a8
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Mon Mar 29 22:36:10 2010 +0400

    use git.bestpractical.com instead of fsck.com

diff --git a/create-repo b/create-repo
index 6108097..80126e4 100755
--- a/create-repo
+++ b/create-repo
@@ -11,7 +11,7 @@ REPO=`perl -e"\\$_=shift @ARGV;s{.*/}{}; print lc" "$RAW_REPO"`
 
 echo $REPO
 
-ssh fsck.com "ls -d /git/$REPO.git" > /dev/null 2>&1
+ssh git.bestpractical.com "ls -d /git/$REPO.git" > /dev/null 2>&1
 
 if [ "$?" == "0" ]; then
     echo "That repository already exists"
@@ -20,7 +20,7 @@ fi
 
 TEMP=$$
 
-ssh fsck.com "\
+ssh git.bestpractical.com "\
     mkdir -m 0750 /git/$REPO.git && \
     cd /git/$REPO.git  && \
     git init --shared=0660 --bare  && \

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list