Skip to content
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

squeak: fix FMRI in pkg change-facet command #262

Merged
merged 1 commit into from
Sep 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/handbook/community/squeak.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A copy of the License is available at http://illumos.org/license/PDL.

The Original Documentation is at https://squeak.org/documentation/

The Initial Writer of this Documentation is David Stes Copyright (C) 2020.
The Initial Writer of this Documentation is David Stes Copyright (C) 2020-2024
All Rights Reserved. (https://sourceforge.net/u/stes/profile).

Contributor(s): David Stes.
Expand Down Expand Up @@ -298,13 +298,13 @@ to update the entire userland-incorporation.
If there is a need to install a different version of squeak, without upgrading the userland-incorporation, you can do :

```none
# pkg change-facet facet.version-lock.runtime/stack-spur=false
# pkg change-facet facet.version-lock.runtime/smalltalk/stack-spur=false
```

and

```none
# pkg change-facet facet.version-lock.runtime/stack-spur-nodisplay=false
# pkg change-facet facet.version-lock.runtime/smalltalk/stack-spur-nodisplay=false
```

This can make it possible to update stack-spur without updating the userland-incorporation:
Expand Down
Loading