scoop update *
not updating local bucket git repos
#5330
Replies: 7 comments 4 replies
-
I had to manually remove |
Beta Was this translation helpful? Give feedback.
-
Unable to reproduce on powershell.exe, Windows 11 |
Beta Was this translation helpful? Give feedback.
-
yeah, this is why I'm trying to transition to this is far from the first issue I've raised and it's always @rashil2000 responding with "sucks to be you" no "gimme logs, I want to understand", no "do you have the scoop scripts that were failing", just "works on my machine". Not even a "can't repro, plz help". A package manager is all about empowering the user. You should read some gentoo bug reports to see how to opensource. |
Beta Was this translation helpful? Give feedback.
-
Would you mind showing me one more instance where I did this?
What logs? Scoop does not log anything
What scripts? I ran the all the exact commands you gave me, and showed you
That's precisely what I did. Do you want me to spell out "plz help"? |
Beta Was this translation helpful? Give feedback.
-
in the included link about pwsh: ScoopInstaller/Main#3572 where I, and other users, have expressed that the current situation should be remedied: having a package manager which can install a package once but not update it is totally unexpected. Your responses there are basically "nope"
if your scoop works and mine does not, then one avenue I would take if I were you would be to ask for copies of my scoop scripts. Perhaps something got broken in an update?
the scripts that are scoop. Since a hard reinstall fixed it, there must have been something wrong, no?
incorrect: you literally just said "unable to reproduce on powershell.exe, Windows 11". Which anyone would tell you does not include any attempt to gather more information or fix the problem. It just says "works for me": |
Beta Was this translation helpful? Give feedback.
-
Bug Report
I noticed today pwsh telling me there was an update (from my 7.2.3 to 7.2.4). So naturally, being aware of ScoopInstaller/Main#3572, I crack open powershell.exe,
pskill pwsh
andscoop update *
and nothing happens. Scoop claims it's all up to date.So I deleted
~/.config/scoop/config.json
and try again - I get the message that the last update time isn't set and scoop proceeds to update nothingSo I had to head manually off into each of the bucket repos under
~/scoop
andgit pull --rebase
, after whichscoop update *
had heaps of updates to do.(I did also try from within pwsh 7.2.3 before getting brute-force on it, and again, no updates applied)
Current Behavior
Doesn't pull git changes to buckets, so updates don't happen.
Expected Behavior
Should pull the git changes & perform updates
Possible Solution
I dunno, this used to work.
System details
Windows version: win11
OS architecture: 64bit
PowerShell version: 5.1.22000.653
Additional software: [(optional) e.g. ConEmu, Git]
Scoop Configuration
Beta Was this translation helpful? Give feedback.
All reactions