Skip to content

Commit

Permalink
BaselineOfZincHTTPComponentsCore: force packages that are part of `ph…
Browse files Browse the repository at this point in the history
…aro-project` to be reloaded.
  • Loading branch information
akgrant43 committed Oct 19, 2021
1 parent 69394ee commit 3a69f72
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ baseline
baseline: spec
<baseline>
spec for: #common do: [
spec postLoadDoIt: #postLoadCore:.
spec baseline: 'ZodiacCore' with: [
spec
repository: 'github://feenkcom/zodiac/repository' ].
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
private
postLoadCore: spec
"Packages that are part of `pharo-project/pharo`, e.g. `Zinc-HTTP` won't be updated to reflect this repository.
Force the packages to be reloaded."
| repository head |

repository := IceRepository registry detect: [ :each | each name = 'zinc' ].
head := repository head description.
repository checkoutBranch: head.

0 comments on commit 3a69f72

Please sign in to comment.