[Users] Formaline

Erik Schnetter schnetter at cct.lsu.edu
Thu Apr 17 18:28:35 CDT 2008


On Apr 17, 2008, at 12:49:22, Ian Hinder wrote:

> Hi,
>
> I am using the Formaline thorn to store a copy of my Cactus source  
> tree
> in my output directories.
>
> In my source tree, I have some thorns which are actually symlinked  
> from
> outside the tree.
>
> Formaline faithfully stores the symlinks, but not the targets of the
> symlink.  Would it be better to dereference symlinks automatically, or
> to have a parameter to do this?


I have arrangements which are symbolic links from outside the source  
tree, and these arrangements are placed into the tarballs just fine.   
That is, I didn't encounter your problem.

It could also be the find command that needs to be updated, not the  
tar command.  Can you try replacing the line

	find arrangements/$(filter %/$*,$(THORNS)) \

by

	find arrangements/$(filter %/$*,$(THORNS))/. \

in the file Formaline/src/make.configuration.deps?  That is, you would  
append "/." (slash-dot) to the directory name.  Does this solve your  
problem?

-erik

-- 
Erik Schnetter <schnetter at cct.lsu.edu>   http://www.cct.lsu.edu/~eschnett/

My email is as private as my paper mail.  I therefore support encrypting
and signing email messages.  Get my PGP key from www.keyserver.net.



-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 194 bytes
Desc: This is a digitally signed message part
Url : http://www.cactuscode.org/pipermail/users/attachments/20080417/2abd835e/attachment.bin 


More information about the Users mailing list