]> git.armaanb.net Git - stagit.git/blobdiff - contrib/example_create.sh
change STAGIT_BASEURL to an -u option and also update the example script
[stagit.git] / contrib / example_create.sh
index cf16e1d6f73dca4e8bb35997289600f88ad10a64..cbf9c336a5db924e8fa7176806284412871810ec 100755 (executable)
@@ -31,7 +31,7 @@ for dir in "${reposdir}/"*/; do
 
        mkdir -p "${curdir}/${d}"
        cd "${curdir}/${d}" || continue
-       stagit -c ".cache" "${reposdir}/${r}"
+       stagit -c ".cache" -u "https://git.codemadness.nl/$d/" "${reposdir}/${r}"
 
        # symlinks
        ln -sf log.html index.html