Main GraphicsMagick source repository
Revision | 216c7dabe522c0c9c96c7eb9df3a293776a6d239 (tree) |
---|---|
Time | 2021-12-31 09:56:48 |
Author | Bob Friesenhahn <bfriesen@Grap...> |
Commiter | Bob Friesenhahn |
Add rsync of web to SourceForge
@@ -65,3 +65,10 @@ | ||
65 | 65 | # -vrtc |
66 | 66 | # --bwlimit is in bytes rather than bits! Requests are rounded up to units of 1024 bytes. |
67 | 67 | time rsync -vrtzc --delete --delete-after --bwlimit=34k --stats ${SNAPSHOT_DIRECTORY}/ bfriesen,graphicsmagick@frs.sourceforge.net:/home/pfs/project/g/gr/graphicsmagick/graphicsmagick-snapshots |
68 | + | |
69 | +# Update web pages at SourceForge | |
70 | +if [ -d "${SRCDIR}/www" ] ; then | |
71 | + rsync --delete-after -rlptv --exclude={'*.rst','*.am','*.fig','*.dot','*~','*.tmp'} "${SRCDIR}/www/" bfriesen@web.sourceforge.net:/home/project-web/graphicsmagick/htdocs | |
72 | +else | |
73 | + printf "SRCDIR not defined!\n" | |
74 | +fi |
@@ -66,3 +66,10 @@ | ||
66 | 66 | # -vrtc |
67 | 67 | # --bwlimit is in bytes rather than bits! Requests are rounded up to units of 1024 bytes. |
68 | 68 | ${SSH} ${SNAPSHOT_HOST} time rsync -vrtzc --delete --delete-after --bwlimit=34k --stats ${SNAPSHOT_DIRECTORY}/ bfriesen,graphicsmagick@frs.sourceforge.net:/home/pfs/project/g/gr/graphicsmagick/graphicsmagick-snapshots |
69 | + | |
70 | +# Update web pages at SourceForge | |
71 | +if [ -d "${SRCDIR}/www" ] ; then | |
72 | + rsync --delete-after -rlptv --exclude={'*.rst','*.am','*.fig','*.dot','*~','*.tmp'} "${SRCDIR}/www/" bfriesen@web.sourceforge.net:/home/project-web/graphicsmagick/htdocs | |
73 | +else | |
74 | + printf "SRCDIR not defined!\n" | |
75 | +fi |