Resolve pinned packages based on overridden recipes
And rearrange "Checking out ..." message during 'doom upgrade' to display package first, then commit (and abbreviated), rather than the other around. It's easier to read.
This commit is contained in:
parent
b7e81bc042
commit
f3a9d0c03c
2 changed files with 13 additions and 12 deletions
|
@ -158,8 +158,8 @@ declaration) or dependency thereof that hasn't already been."
|
|||
fetch-p)
|
||||
(unless (or (and (stringp newcommit)
|
||||
(straight-vc-commit-present-p recipe newcommit)
|
||||
(print! (start "\033[K(%d/%d) Checking out %s for %s...\033[1A")
|
||||
i total newcommit package))
|
||||
(print! (start "\033[K(%d/%d) Checking out %s (%s)...\033[1A")
|
||||
i total package (substring newcommit 0 7)))
|
||||
(and (print! (start "\033[K(%d/%d) Fetching %s...\033[1A")
|
||||
i total package)
|
||||
(straight-vc-fetch-from-remote recipe)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue