help-gnu-arch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gnu-arch] tla tree lint


From: Jean Helou
Subject: [Help-gnu-arch] tla tree lint
Date: Sat, 18 Oct 2003 21:29:52 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030930 Debian/1.4-5

Hi,

I am pretty new to arch, I am using the tla package from debian unstable (tla version returns : tla tla-1.0.6-2 from regexps.com)
I am making a few tests to get a better feel of how to use arch.
As it is I have the following  test tree:

./bin
./bin/doc
./bin/doc/test.a
./bin/doc/cahier_des_charges.pdf
./dist
./makefile
./src
./src/doc
./src/doc/cahier_des_charges.tex
./src/doc/makefile

I would like to import it to an arch archive.
I followed the tutorial sucessfully up to
tla tagging-method tagline
(I want my arch to work with tagline)

There I decided that
bin/ (and subdirs)
and
dist/ (and eventuals subdirs)

are not part of the sources (obviously), so I want them ignored by arch.
I edited {arch}/=tagging-method
and changed the excluded regexp to
exclude ^(.arch-ids|\{arch\}|bin|dist)$

as a result,
./bin
./bin/doc
./bin/doc/cahier_des_charges.pdf
./dist
disappeared from
$ tla inventory --names --source --both
./makefile
./src
./src/doc
./src/doc/cahier_des_charges.tex
./src/doc/makefile

which is what I expected.
However when I run tree-lint :

$ tla tree-lint
These files violate naming conventions:

./bin/doc/test.a


These apparent source files lack inventory tags:

./bin
./bin/doc
./bin/doc/cahier_des_charges.pdf
./dist
./makefile
./src
./src/doc
./src/doc/cahier_des_charges.tex
./src/doc/makefile

my question is: how do I make tree-lint ignore the bin and dist directory?
or have I missed some basic point here ?

Jean






reply via email to

[Prev in Thread] Current Thread [Next in Thread]