[Debichem-commits] [SCM] massXpert mass spectrometry suite: debian packaging branch, debian, updated. upstream/3.2.0-1-g5564507
Filippo Rusconi (Debian Maintainer)
rusconi-debian at laposte.net
Thu Nov 24 21:28:00 UTC 2011
The following commit has been merged in the debian branch:
commit 8b7f3ada94fed5281c03ba96804f56386e5873fc
Author: Filippo Rusconi (Debian Maintainer) <rusconi-debian at laposte.net>
Date: Thu Apr 29 11:09:49 2010 +0200
Update/simplify the script to sync the user manual on massxpert.org.
diff --git a/maint-scripts/rsync-pdf-usermanual.sh b/maint-scripts/rsync-pdf-usermanual.sh
index fce5299..ab5038d 100755
--- a/maint-scripts/rsync-pdf-usermanual.sh
+++ b/maint-scripts/rsync-pdf-usermanual.sh
@@ -1,22 +1,7 @@
#!/bin/sh
-if [ "$#" == "0" ]
- then
- echo "Pass <mac|tuxfam|macfam> as parameter to this script."
- exit 1
-fi
+echo "rsync -av ~/devel/b/usermanual/massxpert.pdf \
+ rusconi at ssh.tuxfamily.org:~/massxpert/massxpert.org-web/htdocs/userman/pdf"
-if [ "$1" == "mac" ]
- then
- rsync -av ~/devel/b/usermanual/massxpert.pdf \
- rusconi at rddm503fr1:devel/build-work
-elif [ "$1" == "tuxfam" ]
- then
- rsync -av ~/devel/b/usermanual/massxpert.pdf \
+rsync -av ~/devel/b/usermanual/massxpert.pdf \
rusconi at ssh.tuxfamily.org:~/massxpert/massxpert.org-web/htdocs/userman/pdf
-else
- rsync -av ~/devel/b/usermanual/massxpert.pdf \
- rusconi at rddm503fr1:devel/build-work
- rsync -av ~/devel/b/usermanual/massxpert.pdf \
- rusconi at ssh.tuxfamily.org:~/massxpert/massxpert.org-web/htdocs/userman/pdf
-fi
\ No newline at end of file
--
massXpert mass spectrometry suite: debian packaging
More information about the Debichem-commits
mailing list