]> pere.pagekite.me Git - homepage.git/commitdiff
Generated.
authorPetter Reinholdtsen <pere@hungry.com>
Mon, 14 Apr 2014 10:46:32 +0000 (12:46 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Mon, 14 Apr 2014 10:46:32 +0000 (12:46 +0200)
blog/Makefile

index a0d9902710d265234d1c474572178a4e93c8ae32..f3947435176dc0c94b588c8ce42a90e87afccaa9 100644 (file)
@@ -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"