[SCM] Samba Website Repository - branch master updated

Stefan Metzmacher metze at samba.org
Tue Oct 17 10:02:47 UTC 2017


The branch, master has been updated
       via  ad584e2 prepare_news.sh: requires bash
       via  c853114 prepare_news.sh: s/context/content
      from  c246c44 Fix Samba 4.5.14 - Release Notes

https://git.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit ad584e2b4cf09f24834d2ebbdfe82118c5ace298
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Oct 17 11:54:31 2017 +0200

    prepare_news.sh: requires bash
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>

commit c85311497a86c5540151fedfca2c2880cfd037e0
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Oct 17 11:33:46 2017 +0200

    prepare_news.sh: s/context/content
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 prepare_news.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/prepare_news.sh b/prepare_news.sh
index 683dbb5..c62736a 100755
--- a/prepare_news.sh
+++ b/prepare_news.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 
 SAVE_LC_ALL="${LC_ALL}"
@@ -104,10 +104,10 @@ CLEANUP_FILES="${CLEANUP_FILES} ${bodyfile}"
 	echo "<h5><a name=\"${NAME}\">${utcdate}</a></h5>"
 	echo "<p class=headline>${HEADLINE}</p>"
 	echo "<p>"
-	echo "<!-- TODO: add your context here -->"
+	echo "<!-- TODO: add your content here -->"
 	echo "</p>"
 	echo "<p>"
-	echo "<!-- TODO: add more context here -->"
+	echo "<!-- TODO: add more content here -->"
 	echo "</p>"
 	echo "<!-- SNIP -->"
 	echo "<!-- TODO: remove the above line or move it to where you want the front-page preview to end, also remove this comment -->"


-- 
Samba Website Repository



More information about the samba-cvs mailing list