]> git.phdru.name Git - git-scripts.git/commitdiff
Do not mirror
authorOleg Broytman <phd@phdru.name>
Mon, 6 Jul 2015 15:47:43 +0000 (18:47 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 6 Jul 2015 15:48:44 +0000 (18:48 +0300)
publish2web
update

index 35faf015e344fa253047c44e6316d34c75fa3168..fded7bfa0f61d9b5b56def8194442c212adfd4cf 100755 (executable)
@@ -15,7 +15,7 @@ fi &&
 
 cd "$HOME"/tmp &&
 dest_dir="`basename \"$source_dir\"`".git &&
-git clone --mirror --config core.sharedRepository=0644 "$source_dir" "$dest_dir" &&
+git clone --bare --config core.sharedRepository=0644 "$source_dir" "$dest_dir" &&
 
 cd "$dest_dir" &&
 git gc --aggressive &&
@@ -48,4 +48,4 @@ cd "$source_dir" &&
 if [ -n "$directories" ]; then
    dest_dir="$directories/$dest_dir"
 fi &&
-exec git remote add --mirror=push web "$HOME"/Internet/WWW/htdocs/git.phdru.name/"$dest_dir"
+exec git remote add web "$HOME"/Internet/WWW/htdocs/git.phdru.name/"$dest_dir"
diff --git a/update b/update
index 34ed844ff2ed728dc09439028471622a11acd215..e76a158cbe4de7d6365928f819bd5f34b2ab944b 100755 (executable)
--- a/update
+++ b/update
@@ -21,7 +21,6 @@ git pull --ff-only current master &&
 web="`git config --get --path remote.web.url`" &&
 if [ -n "$web" ]; then
    git push web &&
-   cd "$web" && git branch -dr current/master && git update-server-info
 fi &&
 
 cd "$current" && exec git pull origin