Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Wed, 22 Jul 2015 18:19:05 UTC Commit: 8aca6a5f045d890d1e3105029460f461ad4173f9 https://github.com/geany/plugins.geany.org/commit/8aca6a5f045d890d1e31050294...
Log Message: ----------- Temporary hack: manually copy Markdown plugin doc images to the website
This should be done properly at some point, until then this is just a dirty workaround.
Modified Paths: -------------- push.sh
Modified: push.sh 5 lines changed, 4 insertions(+), 1 deletions(-) =================================================================== @@ -2,6 +2,7 @@
#~ set -x
+GIT_SOURCESDIR=${HOME}"/.tmp/geany-plugins/" # should be same as $SOURCESDIR in gencontent.sh SOURCEDIR="/home/dmaphy/webroot/websites/plugins.geany.org/" PREVIEWDIR="/home/dmaphy/plugins.geany.org_preview/" STABLEDIR="/home/dmaphy/plugins.geany.org_stable/" @@ -71,7 +72,9 @@ else fi
rsync -avC $EXARG --delete $PREVIEWDIR $STABLEDIR - ;; + # hack for images for the Markdown plugin + rsync -avC ${GIT_SOURCESDIR}markdown/docs/*.png $STABLEDIR + ;; *) echo "Usage: $0 [preview|stable]"; ;;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org