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

Shawn Moore sartak at bestpractical.com
Thu Apr 1 17:06:59 EDT 2010


The branch, master has been updated
       via  4139457110bea868d2cb3b20e9abd42391276404 (commit)
      from  1199a3ae158938e7b34d4a5d59bb00aba7210fa5 (commit)

Summary of changes:
 create-private-repo |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 4139457110bea868d2cb3b20e9abd42391276404
Author: Shawn M Moore <sartak at gmail.com>
Date:   Thu Apr 1 17:07:10 2010 -0400

    git.bestpractical.com not fsck

diff --git a/create-private-repo b/create-private-repo
index a842b02..7e9279e 100755
--- a/create-private-repo
+++ b/create-private-repo
@@ -11,7 +11,7 @@ REPO=`perl -e"\\$_=shift @ARGV;s{.*/}{}; print lc" "$RAW_REPO"`
 
 echo $REPO
 
-ssh fsck.com "ls -d /git-private/$REPO.git" > /dev/null 2>&1
+ssh git.bestpractical.com "ls -d /git-private/$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-private/$REPO.git && \
     cd /git-private/$REPO.git  && \
     git init --shared=0660 --bare  && \

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



More information about the Bps-public-commit mailing list