# HG changeset patch # User Kai T. Ohlhus # Date 1601354862 -32400 # Node ID acf1b848de1d40ac9b8d6b21a5e2a7b8191d6b7d # Parent 8a3df033e58428b50c33542c6492f26163a9df85 Makefile: Improve Savannah updates. diff -r 8a3df033e584 -r acf1b848de1d Makefile --- 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. #