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

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

[Gnu-arch-users] how to use .arch-inventory files


From: Miles Bader
Subject: [Gnu-arch-users] how to use .arch-inventory files
Date: 08 Dec 2003 14:02:50 +0900

I wanted to add an .arch-inventory file to the `nt/' directory of
emacs, so I can get rid of `lisp/subdirs.el' but not `nt/subdirs.el'.

I had to use the following changes to make tree-lint happy:

   D  lisp/subdirs.el
   A  nt/.arch-ids/.arch-inventory.id
   A  nt/.arch-inventory
   M  {arch}/=tagging-method

   * modified files

   --- orig/{arch}/=tagging-method
   +++ mod/{arch}/=tagging-method
   @@ -89,7 +89,7 @@
    # and skip this step of the algorithm.
    #

   -exclude ^(.arch-ids|\{arch\})$
   +exclude ^(.arch-ids|\{arch\}|\.arch-inventory)$

    # If the file has a name that begins with "++", it is categorized as
    # _precious_.  Names of this form are hard-wired and reserved for use by 
arch
   @@ -115,7 +115,7 @@

    junk ^(,.*|\.#.*|autom4te.cache)$

   -precious 
^(\+.*|\.#ckpts-lock|=build\.*|=install\.*|.*\.elc|loaddefs\.el|esh-groups\.el|finder-inf\.el|cus-load\.el|info|CVS|CVS\.adm|RCS|RCSLOG|SCCS|TAGS)$
   +precious 
^(\+.*|\.#ckpts-lock|=build\.*|=install\.*|.*\.elc|loaddefs\.el|subdirs\.el|esh-groups\.el|finder-inf\.el|cus-load\.el|info|CVS|CVS\.adm|RCS|RCSLOG|SCCS|TAGS)$

    # Files matching the following regexp are classified as backup files, and
    # traversal does not descend into backup directories:
   @@ -132,7 +132,7 @@
    # Files which match the following pattern are treated as source files.
    # Traversal _does_ descend into source directories:

   -source ^([_=a-zA-Z0-9].*|\.cvsignore|.gdbinit|.dbxinit|.gdbinit-union)$
   +source 
^([_=a-zA-Z0-9].*|\.cvsignore|\.gdbinit|\.dbxinit|\.gdbinit-union|\.arch-inventory)$

    # Any files not classified by the above rules are classified as 
unrecognized.
    # Traversal does not descend into unrecognized directories.


Does that look right?  In particular, is it expected that I use an
explicit tag (or tagline) for each .arch-inventory file?

Thanks,

-Miles
-- 
`To alcohol!  The cause of, and solution to,
 all of life's problems' --Homer J. Simpson




reply via email to

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