[geany/plugins.geany.org] 8aca6a: Temporary hack: manually copy Markdown plugin doc images to the website

Enrico Tröger git-noreply at xxxxx
Wed Jul 22 18:19:05 UTC 2015


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Wed, 22 Jul 2015 18:19:05 UTC
Commit:      8aca6a5f045d890d1e3105029460f461ad4173f9
             https://github.com/geany/plugins.geany.org/commit/8aca6a5f045d890d1e3105029460f461ad4173f9

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).


More information about the Plugins-Commits mailing list