Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 16, 2023
1 parent ecbab4b commit 0c8cbce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/yupdate.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ end users or testers.
## Patching from GitHub

```
yupdate patch yast/agama master
yupdate patch openSUSE/agama master
```

You can replace the `master` branch with any branch containing a fix or a new feature.
Expand All @@ -38,6 +38,10 @@ a different port number.

You can modify the update process with these environment variables:

- `DEBUG=1` - to find more about what is going behind process. If it fails in
rake install see VERBOSE below.
- `VERBOSE` - makes visible all commands and its output when doing rake
install. Useful to debug if yupdate failed.
- `NPM_CACHE=1` - The installed NPM packages will be saved to a local cache
and will be reused in the next run. This can speed up the patching process
if you need to patch the installer several times. On the other hand this
Expand Down

0 comments on commit 0c8cbce

Please sign in to comment.