Skip to content

Commit

Permalink
README.md typos rockstor#23
Browse files Browse the repository at this point in the history
Spelling, comments re branch names, & zypper missing 'install'.
  • Loading branch information
phillxnet committed Jul 12, 2023
1 parent 757d4d1 commit ae91675
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ zypper --non-interactive install --no-recommends git
cd /opt
git clone https://github.com/your_github_username/rockstor-rpmbuild.git
cd rockstor-rpmbuild/
git checkout testing # or stable, or your issue branch
git checkout testing # or 'master' branch (stable), or your issue specific branch
```
For specific git branches re making/submitting back changes see the
[Making changes](https://rockstor.com/docs/contribute/contribute.html#making-changes)
Expand Down Expand Up @@ -110,9 +110,9 @@ All official Rockstor packages, and their host repositories, are signed by the p
As such a hand/custom-built package will have no signature.
Options:
1) The fix is to sign you rpm.
2) The workaround (reasonable for development testing) is to ignoe gpg checks via e.g.:
2) The workaround (reasonable for development testing) is to ignore gpg checks via e.g.:
```shell
zypper --no-gpg-checks /usr/src/packages/RPMS/x86_64/rockstor-4.5.7-0.x86_64.rpm
zypper --no-gpg-checks install /usr/src/packages/RPMS/x86_64/rockstor-4.5.7-0.x86_64.rpm
```

### RPM relocation
Expand Down

0 comments on commit ae91675

Please sign in to comment.