]> git.phdru.name Git - git-scripts.git/blobdiff - publish2web
Add cloned repository to the list of repos to process
[git-scripts.git] / publish2web
index 1847f7a8a4d66db22c3ea977dc69f8fe397dbd52..eb7cf0ab915ddacb479b52ba70e977cac0779059 100755 (executable)
@@ -18,6 +18,7 @@ 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 &&