Commit 4cf11e28 authored by Borreguero Calvo, Jose's avatar Borreguero Calvo, Jose
Browse files

Merge branch 'nr_launcher' into 'main'

add nr_launcher script

See merge request !34
parents 917363bc 7646b0c9
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -30,3 +30,11 @@ Deployment
The `Dockerfile` is based on a centos7 image 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.

Adding a new application
------------------------

In adittion to adding a new application script, don't forget to:

* update the "Version:" number in spec file `nsd-app-wrap.spec`. Otherwise, the rpm will not be installed on the target machines.
* describe your changes in "%changelog", also in spec file `nsd-app-wrap.spec`
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
%global srcname nsd-app-wrap

Name:           nsd-app-wrap
Version:        1.45
Version:        1.46
Release:        1%{?dist}
Summary:        Wrapper scripts to launch python applications installed via anaconda
Vendor:         Peter F. Peterson