Loading README.md +8 −0 Original line number Diff line number Diff line Loading @@ -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 nsd-app-wrap.spec +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 Loading Loading
README.md +8 −0 Original line number Diff line number Diff line Loading @@ -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
nsd-app-wrap.spec +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 Loading