deb-get icon indicating copy to clipboard operation
deb-get copied to clipboard

Optimisation of apt update

Open Flashwalker opened this issue 1 year ago • 1 comments

Added two functions: update_repo and update_ppa to optimize apt update

Flashwalker avatar Aug 09 '22 20:08 Flashwalker

This fixes #428

philclifford avatar Aug 21 '22 00:08 philclifford

Please rebase with main.

rebase and push? or you are meen you merged it and now i can pull it from your main branch? or what? Sorry, my git pr skills leave a lot to be desired

Flashwalker avatar Sep 26 '22 01:09 Flashwalker

If you go to your branch page in GitHub, you will see it is "3 commits ahead, 10 commits behind" the main branch (or something similar). It needs to get caught up with the main branch (the 10 commits it is behind), so the permission error the test workflow is complaining about gets fixed. If there are no merging conflicts, it should be pretty simple, just click on "Sync fork", and then on the green button that appears. If a red button appears instead, do not click on it, as it would wipe out all of your contributions. In this case, the merge conflicts would have to be resolved locally using the command line.

natanjunges avatar Sep 26 '22 02:09 natanjunges

If you go to your branch page in GitHub, you will see it is "3 commits ahead, 10 commits behind"...

Ok, done. Now it's just: "4 commits ahead"

Flashwalker avatar Sep 26 '22 21:09 Flashwalker

Github suggested me to discard 4 commits. Not sure it was right, but done

Flashwalker avatar Oct 28 '22 19:10 Flashwalker

You should not have discarded them, as they were your contributions. Please recommit them and reopen this PR.

natanjunges avatar Oct 31 '22 16:10 natanjunges

oh dear, i'm not sure if they know how to do that

Fuseteam avatar Nov 05 '22 02:11 Fuseteam

oh dear, i'm not sure if they know how to do that

I'd better make a new PR

Flashwalker avatar Nov 11 '22 08:11 Flashwalker

new PR: https://github.com/wimpysworld/deb-get/pull/657

Flashwalker avatar Nov 11 '22 08:11 Flashwalker