reconnects not exported from deployment.lisp

Sean Whitton spwhitton at spwhitton.name
Sat Aug 6 18:09:59 BST 2022


Hello,

On Fri 05 Aug 2022 at 10:04pm +01, Andreas Reuleaux wrote:

> Sean Whitton <spwhitton at spwhitton.name> writes:
>
>
>> Sorry, you're right, you have to use DEFPROP if you are using
>> get-connattr.  But I don't think you need it.  See "Properties" in the
>> manual.
>
> Well I need something here - and (get-connattr :remote-home) seems right
> to me. If I don't use it all, then this link points in the wrong
> direction:
>
>
> (defproplist moc-config-symlinked :posix ()
>   (:desc #?"moc config symlinked")
>   (file:symlinked :from ".moc/config"
> 		  :to "cfg/moc/config"
> 		  )
>   )
>
>
> ...
>
> rx at softland ~/.moc $ ls -lh config
> lrwxrwxrwx 1 rx rx 14 Aug  5 21:56 config -> cfg/moc/config
> rx at softland ~/.moc $
>
> and config is even shown in red in my bash, as there is no
>
>   ~/.moc/cfg/moc/config
>
> it is ~/cfg/moc/config really - that's why I have this  (get-connattr
> :remote-home). This is correct (as shown earlier):
>
>
> rx at softland ~/.moc $ ls -lh config
> lrwxrwxrwx 1 rx rx 23 Aug  5 21:59 config -> /home/rx/cfg/moc/config
> rx at softland ~/.moc $

I see what you mean.  This is either a real bug or a documentation bug.
I'll write to the list separately about it.  Thanks for the input so far.

-- 
Sean Whitton



More information about the sgo-software-discuss mailing list