Ticket Change Details
Not logged in
Overview

Artifact ID: 147bb6b18414a1d38ba0e80bd93ccf66cc7d3a6e
Ticket: 9bd235c69af99b3a6a6f7dd2485bd1e528e2eb77
ignore-glob does not work for addremove
User & Date: anonymous 2011-01-13 12:26:12
Changes

  1. comment changed to:
    Hello!
    
    I've the following in my ignore-glob:
    
    <verbatim>gaur/*, *.pkg.tar.xz</verbatim>
    
    in order not to version-control binary packages available in 'gaur' folder, nor any such (pkg.tar.xz) package in other folders.
    
    Issuing 'fossil extra' shows nothing while there is e.g. such file in:
    
    <verbatim>
    [gour@atmarama local] ls -l office/stellarium   
    total 32
    -rw-r--r-- 1 gour gour   897 Jan  5 06:07 libpng14.patch
    -rw-r--r-- 1 gour gour  1188 Jan  5 19:59 PKGBUILD
    lrwxrwxrwx 1 gour gour    57 Jan  5 10:08 stellarium-0.10.6-1-x86_64.pkg.tar.xz -> /var/abs/local/gaur/stellarium-0.10.6-1-x86_64.pkg.tar.xz
    -rw-r--r-- 1 gour gour   222 Jan  5 06:07 stellarium.desktop
    -rw-r--r-- 1 gour gour 18780 Jan  5 06:07 stellarium.png
    </verbatim>
    
    However, if I try:
    <verbatim>
    [gour@atmarama local] fossil addremove --test     
    ADDED  gaur/acroread-9.4-1-x86_64.pkg.tar.xz
    ADDED  gaur/acroread-9.4.1-1-x86_64.pkg.tar.xz
    ADDED  gaur/alarm-clock-applet-0.3.1-1-x86_64.pkg.tar.xz
    [...]
    ADDED  office/stellarium/stellarium-0.10.6-1-x86_64.pkg.tar.xz
    added 359 files, deleted 0 files
    </verbatim>
    
    Fossil shows all such (pkg.tar.xz) from the 'gaur' folder.
    
    What is wrong?
    
    
    Sincerely,
    Gour
    
  2. foundin changed to: "[4b2ab22c2a]"
  3. private_contact changed to: "2f98bd34c080ac26bbeb8ea754dfd01c5d3a2018"
  4. status changed to: "Open"
  5. title changed to: "ignore-glob does not work for addremove"
  6. type changed to: "Code_Defect"