Commit f7f24b81 authored by Gibbs, Ian's avatar Gibbs, Ian
Browse files

update readme, omit errata

parent 4295b0b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ pre-commit install

The desktop files are validated using `desktop-file-validate` and have an error about the category being "Analysis" rather than "X-Analysis".

The spec file passes [rpmlint](https://linux.die.net/man/1/rpmlint) with one warning about the definition of the source (`invalid-url Source0`).
The spec file syntax is validated using [rpmlint](https://linux.die.net/man/1/rpmlint).

Versioning
----------
@@ -27,7 +27,7 @@ Versioning
Deployment
----------
`nsd-app-wrap` is deployed via an rpm that is created using gitlab-ci and configured mostly in the `Dockerfile`.
The `Dockerfile` is based on a centos7 image with rpm-build installed.
The `Dockerfile` is based on a rocky 9 image and with rpm-build installed.
It creates the rpm then uses `scp` to copy noarch to packages.sns.gov.
The analysis cluster is configured to automatically update `nsd-app-wrap` rpm whenever a new one is available.