Commit 387f69f9 authored by Earnest, Donnie's avatar Earnest, Donnie
Browse files

fixed rsync syntax

parent 948d0cc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ activate_conda_environment "${CONDA_ENVIRON}"

# start the application
echo "Update the notebooks..."
rsync --exclude '.git*' -a /SNS/software/share/jupyter/notebooks ~/notebooks/
rsync --exclude '.git*' -a /SNS/software/share/jupyter/notebooks/ ~/notebooks/
echo "Done!"

cd ~/notebooks/IPTS_notebooks
+4 −1
Original line number Diff line number Diff line
%global srcname nsd-app-wrap

Name:           nsd-app-wrap
Version:        1.11
Version:        1.12
Release:        1%{?dist}
Summary:        Wrapper scripts to launch python applications installed via anaconda
Vendor:         Peter F. Peterson
@@ -46,6 +46,9 @@ mv pyrs.desktop %{buildroot}%{_datadir}/applications/
%license LICENSE

%changelog
* Mon Aug 27 2021 Donnie Earnest
- forgot trailing slash with rsync

* Mon Aug 23 2021 Donnie Earnest
- Use rsync for updating notebooks