-
-
Notifications
You must be signed in to change notification settings - Fork 236
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
[Feature Request] Implement PostBuildCommand #1300
Comments
I just added a PR for your feature request. But for now, if you want to test it, you can build a new Paru version yourself. The only thing I am not sure is where to place the execution of the command |
While I'm fine with post build command as to have symmetry with the existing pre build command. Consider if it would work better to just make a post transaction alpm hook and rsync the whole directory over after each transaction. |
Have you checked the readme and man page for this feature?
yes
Have you checked previous issues for this feature?
yes
I have this script I'd like to execute in the working directory of a built package that pushes the package to my self-hosted package cache. Could it be possible to implement a
PostBuildCommand
argument to have paru automatically invoke it for me?The text was updated successfully, but these errors were encountered: