changeset 230:acf1b848de1d

Makefile: Improve Savannah updates.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 29 Sep 2020 13:47:42 +0900
parents 8a3df033e584
children f440eb7df398
files Makefile
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Sep 29 13:31:20 2020 +0900
+++ b/Makefile	Tue Sep 29 13:47:42 2020 +0900
@@ -35,6 +35,10 @@
 	#
 	cp -a _site/. $(SAVANNAH_DIR)
 	#
+	# Avoid multiple key authentications for the next step
+	#
+	ssh-add
+	#
 	# Add all potential new directories to CVS
 	#
 	cd $(SAVANNAH_DIR) \
@@ -49,7 +53,7 @@
 	#
 	# Commit the changes to get online.
 	#
-	cd $(SAVANNAH_DIR) && cvs commit
+	cd $(SAVANNAH_DIR) && cvs commit -m "Update website."
 	#
 	# Now everything should be visible to the world.
 	#