Skip to content

Commit

Permalink
Add repo_release note to README
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoop committed Nov 20, 2017
1 parent b553b86 commit 40f96bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,16 @@ that were available on 2017-11-14:
* Fedora 25 ```4.x``` ```6.x``` ```7.x``` ```8.x``` ```9.x```
* Fedora 26 ```6.x``` ```8.x``` ```9.x```

#### `repo_release`

Option to override the apt distro release. Defaults to undef which will
autodetect the distro, if specified will influence the apt repo distro.
This is useful if the distro name does not exist in the nodejs repos, for
example a derivative distribution.
eg. Ubilinux 4 distro release name is 'dolcetto' which does not exist in
nodejs repos, but is a derivative of Debian 9 'stretch'. Setting this
param to 'stretch' therefore allows this repo management to work as expected.

#### `use_flags`

The USE flags to use for the Node.js package on Gentoo systems. Defaults to
Expand Down

0 comments on commit 40f96bb

Please sign in to comment.