Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtered binary packages are not excluded from artifacts #15

Open
ppisar opened this issue Sep 21, 2022 · 0 comments
Open

Filtered binary packages are not excluded from artifacts #15

ppisar opened this issue Sep 21, 2022 · 0 comments

Comments

@ppisar
Copy link

ppisar commented Sep 21, 2022

If a YAML file lists binary packages in /data/filter/rpms list, those are kept /data/artifacts/rpms.

A reproducer: Build a (1f38p536) context from https://src.fedoraproject.org/modules/perl-CGI/raw/4.54/f/perl-CGI.yaml with:

  filter:
    rpms:
    - perl-CGI-tests
    - perl-Sub-Uplevel
    - perl-Test-Deep
    - perl-Test-Warn

The RPM packages are properly removed from the repository:

.
./perl-CGI:4.54:20220921082434:1f38p536:x86_64.modulemd.yaml
./perl-CGI-4.54-4.module_rawhide+1f38p536.noarch.rpm
./perl-CGI-4.54-4.module_rawhide+1f38p536.src.rpm
./repodata
./repodata/03ab36b8f3cd1da7c650c40be6353a84168f6c52f3e3cb4987c75976561dfe3d-primary.sqlite.bz2
./repodata/3ebcebd2e04ef1bb3551a9cab959aa2da668dfa3ccf6def846d044fdd3815562-filelists.sqlite.bz2
./repodata/45b897c1cbe595943ea9898de24fbaa7a9019b1e96b3a146dba507b82f5a6ad8-other.xml.gz
./repodata/61e54a41f2549e2d13a171b9864a8c802c975992dc6c64100853f9d5a76fb42a-other.sqlite.bz2
./repodata/c956721cebd002a411f56ba9799ddaccd2e62b9064d1acc71f0115959e900ece-primary.xml.gz
./repodata/cb749b4906a62a5c8045483b2e9f0665f7fb938ed7777dbfcd3c1430f5c66dd0-modules.yaml.gz
./repodata/d009f7ed3c6d969906c90d9dd0edf6a87ca2a9f450d3e4350ae12483809b13e3-filelists.xml.gz
./repodata/repomd.xml

But ./repodata/cb749b4906a62a5c8045483b2e9f0665f7fb938ed7777dbfcd3c1430f5c66dd0-modules.yaml.gz still lists them among artifacts:

  artifacts:
    rpms:
    - perl-CGI-0:4.54-4.module_rawhide+1f38p536.noarch
    - perl-CGI-0:4.54-4.module_rawhide+1f38p536.src
    - perl-CGI-tests-0:4.54-4.module_rawhide+1f38p536.noarch
    - perl-Sub-Uplevel-1:0.2800-18.module_rawhide+1f38p536.noarch
    - perl-Sub-Uplevel-1:0.2800-18.module_rawhide+1f38p536.src
    - perl-Test-Deep-0:1.130-9.module_rawhide+1f38p536.noarch
    - perl-Test-Deep-0:1.130-9.module_rawhide+1f38p536.src
    - perl-Test-Warn-0:0.37-1.module_rawhide+1f38p536.noarch
    - perl-Test-Warn-0:0.37-1.module_rawhide+1f38p536.src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant