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 rpmlua wrapper command for running our Lua interpreter standalone #1867

Merged
merged 1 commit into from
Dec 17, 2021

Commits on Dec 17, 2021

  1. Add rpmlua wrapper command for running our Lua interpreter standalone

    Being able to run stuff easily in rpm context helps developing and debugging
    scriptlets and macros too. Supports running one-liner statements from
    the cli, regular scripts and an interactive session.
    
    This is placed into a separate executable for, well, separation and
    simplicity, but it'll also give us means to link to readline without
    dragging that to main rpm dependencies (but that's left for later).
    pmatilai committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    86a39d1 View commit details
    Browse the repository at this point in the history