Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] excluded files

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] excluded files
  • Date: Sat, 27 Jan 2007 13:08:02 +0100

On Saturday 27 of January 2007 11:11:34 Treeve Jelbert wrote:
> I have a spell with an excluded file,
>
> $ cat excluded
> ^/usr/firebird/*fdb
>
> but the install log shows
>
> $ grep fdb /var/log/sorcery/install/firebird-2.0.1.12810
> /usr/firebird/examples/empbuild/employee.fdb
> /usr/firebird/help/help.fdb
> /usr/firebird/security2.fdb
>
>
> I am using sorcery-1.13.7-rc2
>
>
> How can I exclude the security2.fdb file
Judging from some old spec and the ^ it uses regular expressions, not glob
patterns. Try
^/usr/firebird/.*fdb$

--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: pgpkPAECZ_Xap.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page