diff options
Diffstat (limited to 'git-hooks/post-receive')
-rwxr-xr-x | git-hooks/post-receive | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/git-hooks/post-receive b/git-hooks/post-receive index c95ca41..e3db9dd 100755 --- a/git-hooks/post-receive +++ b/git-hooks/post-receive @@ -337,7 +337,8 @@ subprocess.run(["cp", "-R", "-P", *gen_dir.glob("*"), build_dir], check=True) print("running soupault") -# run soupault on it. note that soupault currently ignores symlinks. +# run soupault on it. note that soupault currently follows symlinks. +# FIXME: don't put symlinks in the site dir subprocess.run( [ soupault, |