X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=publish2web;h=9a748489c959a9edf17bb5201e027a548b0c1c21;hb=83727d11cd79db706eb3029194d735031f8ac3c3;hp=eb7cf0ab915ddacb479b52ba70e977cac0779059;hpb=7f923927d1c434b0ea0853bfeea5ff5ef3fc08fe;p=git-scripts.git diff --git a/publish2web b/publish2web index eb7cf0a..9a74848 100755 --- a/publish2web +++ b/publish2web @@ -18,7 +18,6 @@ dest_dir="`basename \"$source_dir\"`".git && git clone --bare --config core.sharedRepository=0644 "$source_dir" "$dest_dir" && cd "$dest_dir" && -pwd >> "`dirname \"$0\"`"/locate-all.list && git gc --aggressive && git repack -a -d -f --depth=20 --window=250 && git fsck --strict && @@ -43,6 +42,7 @@ fi && cd "$HOME"/tmp && mv "$dest_dir" "$HOME"/Internet/WWW/htdocs/git.phdru.name/"$directories" && +echo "$HOME"/Internet/WWW/htdocs/git.phdru.name/"$directories/$dest_dir" >> "`dirname \"$0\"`"/locate-all.list && umask 077 && cd "$source_dir" &&