From 7285bd2939c8c23b8c2dce40a600f965f60130b5 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 21 Mar 2022 17:40:50 +0000 Subject: Update build dependencies --- .build.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 4a94943..70de523 100644 --- a/.build.yml +++ b/.build.yml @@ -2,7 +2,7 @@ image: debian/testing packages: - emacs-nox - rsync - - gnuplot + - gnuplot-nox sources: - https://git.sr.ht/~ymherklotz/ymhg-notes secrets: diff --git a/Makefile b/Makefile index a2b27ed..56032a2 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,6 @@ build: emacs --batch --load publish.el --funcall org-publish-all upload: - rsync -av public/ "notes@leika.ymhg.org:/var/www/notes" + rsync --rsh="ssh -o StrictHostKeyChecking=no" -av public/ "notes@leika.ymhg.org:/var/www/notes" .PHONY: all build install-deps upload -- cgit