From 8ccd4241a109ee31bccda5bcce5109a8888ff2df Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 5 Dec 2016 15:39:03 +0100 Subject: [PATCH] builds.jabref.org: Keep html files and just remove *.exe, *.dmg, *.jar during upload of a new build --- scripts/upload-to-builds.jabref.org.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upload-to-builds.jabref.org.sh b/scripts/upload-to-builds.jabref.org.sh index de74122845e..b2415f440ca 100755 --- a/scripts/upload-to-builds.jabref.org.sh +++ b/scripts/upload-to-builds.jabref.org.sh @@ -23,7 +23,7 @@ command="cd www/\n" # then, "snapshot" is extracted if [ "snapshot" != "$branch" ] ; then # change into dir and delete old snapshots - command="${command}mkdir $branch\ncd $branch\nrm *\n" + command="${command}mkdir $branch\ncd $branch\nrm *.dmg\nrm *.jar\nrm *.exe\n" fi #only upload [Jr]ab[Rr]ef*, not md5sums, updates.xml, etc.