Skip to content

Commit

Permalink
Merge pull request #24 from phillxnet/23_README.md_typos
Browse files Browse the repository at this point in the history
README.md typos #23
  • Loading branch information
phillxnet authored Jul 12, 2023
2 parents 757d4d1 + ae91675 commit ca54347
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 ca54347

Please sign in to comment.