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

feat(install): add --keepsrc to keep pkg/ and src/ directories #2272

Merged
merged 4 commits into from
Sep 18, 2023

Commits on Sep 7, 2023

  1. feat(install): add --nocleanbuild to keep pkg/ and src/ directories for

    AUR packages
    
    Providing this flag during installation of AUR packages allows for keeping
    the src/ and pkg/ directories produced my makepkg. If the user wants to
    delete the directories, they can either select to cleanBuild in the
    cleanmenu or run the installation without the --nocleanbuild flag (yay
    will only remove the directories if the package is rebuilt)
    jdholtz committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b0aa5bf View commit details
    Browse the repository at this point in the history
  2. fix(completion): simplify description for --nocleanbuild in fish

    This makes the description consistent with the descriptions in the
    man page, --help, and zsh completion.
    jdholtz committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4514c5a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    9d61e48 View commit details
    Browse the repository at this point in the history
  2. refactor(install): Rename --nocleanbuild to --keepsrc

    This naming scheme is more familiar to users since it is the name of the
    flag in Paru.
    jdholtz committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    519471b View commit details
    Browse the repository at this point in the history