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

Thin repositories #798

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Thin repositories #798

wants to merge 2 commits into from

Commits on May 6, 2021

  1. bulk: support thin repository

    if the new -m argument is passed to the bulk command then a new
    repository with the same name as the regular one with -thin appended
    is created, it only contains the packages that has been listed to be
    built and nothing more.
    
    The repo creation is done on that new repo along with siging
    
    Note that this option is incompatible with -a
    bapt authored and bdrewery committed May 6, 2021
    Configuration menu
    Copy the full SHA
    ee0300b View commit details
    Browse the repository at this point in the history
  2. bulk: implement small_repo

    Unlike thin repo the small repos also includes the runtime dependencies
    and the pkg itself.
    bapt authored and bdrewery committed May 6, 2021
    Configuration menu
    Copy the full SHA
    68b3911 View commit details
    Browse the repository at this point in the history