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

Add support for generating lockfiles to rpmtree #80

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

Commits on Nov 16, 2024

  1. Factor our rpmtree handlers

    kellyma2 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    ebc1c7d View commit details
    Browse the repository at this point in the history
  2. Add support for generating lockfile with rpmtree

    This change introduces generation of the lockfile from the rpmtree
    command.
    
    Following the previous patterns with the other bazel files, this adds
    some helper methods to bazel.go and creates a handler object to wrap
    this up for rpmtree.
    
    Worth noting is that to make this work we also have to tweak AddTree()
    to take the configuration name because the generated repos are
    different when using the lockfile.
    
    This change leaves the MODULE.bazel configuration up to the user as
    there may be some additional configuration for bazeldnf that is beyond
    the scope of what rpmtree is doing and we don't want to interfere with
    that.
    kellyma2 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    3955774 View commit details
    Browse the repository at this point in the history