Closed frealgagu closed 6 years ago
Maybe put the option of show changes in the menu and add a parameter like --always_edit ?
I do not see why this should be an aurman thing. If those files exist, and you want to edit them - just edit them?
It's because at the beginning, it's no clear where those files are. Currently there is parameter - - show_changes, but only works the first time, once I've seen the changes I can't see them anymore.
If an error occurs because an invalid sha in the sources or packages which need be download by hand (like oracle-sqldeveloper), I have no option to edit the files if I've accepted don't edit them the first time.
It's like don't to have a cancel button because I don't code for cowards XD.
But, that option would be particularly useful for cvs packages using the - - devel option, because the files doesn't change but the tracked git does.
You may just manually edit them in the file system. they are in the aurman cache folder
I could donwload them and install the by hand, but the idea of an AUR helper it to avoid I have to do this manually. I like this AUR helper, and I could do a pull request with the changes, but I need your approval first to avoid waste time doing it.
You're wonderful, thanks a lot.
You're welcome :)
If I've download a package for installation/upgrade and accepted the changes but because an error (invalid hash or any other) or because I've chosen not to install and later I want to install it again, it should be a way to look the files and modifying them.
Currently there is a file in .git/aurman which contain the last accepted commit hash, but once that file exists, there are no option to look the files again. I need to manually remove it or use aurman -Sc, but if an upgrade is required (having the package already installed), that file is not removed with -Sc and I can't edit those files.
Thanks in advance.