coleslaw-org / coleslaw

Flexible Lisp Blogware
BSD 2-Clause "Simplified" License
562 stars 82 forks source link

Crashes if rsync isn't found #214

Open arafel opened 2 weeks ago

arafel commented 2 weeks ago

I didn't realise rsync was a dependency; I've just tried to run "coleslaw" (on it's own to build the site) and got an unhandled condition:

; rsync --delete -raz /home/pw921828/.roswell/local-projects/coleslaw-org/coleslaw/themes/hyde/css . /bin/sh: rsync: not found Unhandled UIOP/RUN-PROGRAM:SUBPROCESS-ERROR in thread #<SB-THREAD:THREAD tid=330349 "main thread" {1100F18143}>: Subprocess with command "rsync --delete -raz /home/pw921828/.roswell/local-projects/coleslaw-org/coleslaw/themes/hyde/css ." exited with error code 127

[...] unhandled condition in --disable-debugger mode, quitting