-
Notifications
You must be signed in to change notification settings - Fork 46
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 refresh package #63
Conversation
with which helper have you tested it? |
Was tested with yay. |
Can you show me where |
It's part of pacman syntax, same as |
Can't you just use the - name: Run the equivalent of "pacman -Sy" as a separate step
community.general.pacman:
update_cache: yes - |
Then |
@kewlfft wrote:
@assapir wrote:
I think it should be @assapir wrote:
So you're saying that you want to be able to run the equivalent of |
Exactly. |
Hi @assapir,
Okay, I am glad we're on the same page. Now that you explained the usecase, it makes more sense to me. We will have to see what @kewlfft thinks.
I am not arguing for or against using shorthand. Thanks, |
גם, ראיתי שאתה ישראלי. עברית היא השפה השניה שלי. זא מגניב לראות אנשים אחרים שמדברים עברית על גיטהוב! |
Also, make sure that your code is idempotent. |
Yes, this is idempotent. nothing happens if you try to refresh if the packages db is already up-to-date. I fix the flag. trying to use the full flag (aka |
יש המון :) |
I think you should change |
done |
I understand better now with |
Should add support for refreshing the local cache as part of the current run.