From 08f6b5bc8a3c905fb981896157ff8f5bc23f9b73 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Mon, 14 Apr 2014 12:46:32 +0200 Subject: [PATCH] Generated. --- blog/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/blog/Makefile b/blog/Makefile index a0d9902710..f394743517 100644 --- a/blog/Makefile +++ b/blog/Makefile @@ -7,7 +7,8 @@ clean: $(RM) data/*~ *~ update: index.html - cvs add $$(cvs up|grep '^?' | cut -c3-) || true - cvs commit -m "Generated." + git add $$(cvs up|grep '^?' | cut -c3-) || true + git commit -m "Generated." . + git push; git push skolelinux web: update - ssh user.skolelinux.no "cd public_html/; cvs up -dPA blog" + ssh user.skolelinux.no "cd public_html/; git pull" -- 2.47.2