From: Oliver Schmidt Date: Thu, 30 Oct 2014 21:43:34 +0000 (+0100) Subject: Minor changes to cleanup log. X-Git-Tag: V2.15~39 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=195067d023600b040ad9f97edcd0db55161ea747;p=cc65 Minor changes to cleanup log. --- diff --git a/Makefile.gh-pages b/Makefile.gh-pages index 39b497538..d9d1c1165 100644 --- a/Makefile.gh-pages +++ b/Makefile.gh-pages @@ -16,5 +16,5 @@ ifdef GH_TOKEN cp html/*.* $(GH_PAGES)/doc cd $(GH_PAGES) && git add -A doc cd $(GH_PAGES) && git commit -m "Updated from commit $(TRAVIS_COMMIT)." - cd $(GH_PAGES) && git push + -cd $(GH_PAGES) && git push endif diff --git a/Makefile.sf-files b/Makefile.sf-files index 67c00e7ec..0eefffc77 100644 --- a/Makefile.sf-files +++ b/Makefile.sf-files @@ -2,7 +2,7 @@ .SUFFIXES: -SCPFLAGS = -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no +SCPFLAGS = -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -q SF_USER = oliverschmidt SF_HOST = frs.sourceforge.net