Skip to content

rename gotoaerynosrepo to gotoaosrepo #4

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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 src/content/docs/packaging/Workflow/basic-workflow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ the following commands:

```bash
# create a new tab or open a new terminal
gotoaerynosrepo
gotoaosrepo
just create-local
just index-local
```
Expand Down Expand Up @@ -179,7 +179,7 @@ To actually build a recipe, it is recommended that new packagers start out by bu

```bash
# Go into the root of the AerynOS recipe directory
gotoaerynosrepo
gotoaosrepo
# change to the directory holding the nano recipe
chpkg nano
# bump the release number in the nano recipe
Expand Down Expand Up @@ -222,7 +222,7 @@ Often, it will be prudent to clean out the local repository after the associated
accepted upstream.

```bash
gotoaerynosrepo
gotoaosrepo
just clean-local
sudo moss repo disable volatile
sudo moss repo disable local
Expand Down
6 changes: 3 additions & 3 deletions src/content/docs/packaging/Workflow/prerequisites.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ Finally, execute the following in a new terminal tab:

```bash
cd ~
gotoaerynosrepo
gotoaosrepo
```

If the helpers script has been correctly loaded, the `gotoaerynosrepo` command should switch to
If the helpers script has been correctly loaded, the `gotoaosrepo` command should switch to
the directory containing the recipes/ git repository clone.


Expand All @@ -59,7 +59,7 @@ The `just` command runner should have been installed as part of `build-essential
Run the following:

```bash
gotoaerynosrepo
gotoaosrepo
just init
```

Expand Down