[open-ils-commits] [GIT] Evergreen ILS branch master updated. adb63b4a03e5c48a99642a7d9f205583780a77ff
Evergreen Git
git at git.evergreen-ils.org
Wed Nov 4 11:54:20 EST 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via adb63b4a03e5c48a99642a7d9f205583780a77ff (commit)
via c970553e482114d1787dd28262866db3de37eaab (commit)
from d26df8817d9416107326227a0a187ff7897288eb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit adb63b4a03e5c48a99642a7d9f205583780a77ff
Author: Galen Charlton <gmc at esilibrary.com>
Date: Wed Nov 4 17:10:43 2015 +0000
LP#1482336: use *.adoc as extension for extant release notes
Note that for any pending branches that already have release
notes, the *.txt extension will still be recognized.
This patch also adjusts the release notes script to account for the
new name of the template file.
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/docs/RELEASE_NOTES_NEXT/Acquisitions/po-actions-selector.txt b/docs/RELEASE_NOTES_NEXT/Acquisitions/po-actions-selector.adoc
similarity index 100%
rename from docs/RELEASE_NOTES_NEXT/Acquisitions/po-actions-selector.txt
rename to docs/RELEASE_NOTES_NEXT/Acquisitions/po-actions-selector.adoc
diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/Adjust_copy_sort_order.txt b/docs/RELEASE_NOTES_NEXT/OPAC/Adjust_copy_sort_order.adoc
similarity index 100%
rename from docs/RELEASE_NOTES_NEXT/OPAC/Adjust_copy_sort_order.txt
rename to docs/RELEASE_NOTES_NEXT/OPAC/Adjust_copy_sort_order.adoc
diff --git a/docs/RELEASE_NOTES_NEXT/RELEASE_NOTE_TEMPLATE.txt b/docs/RELEASE_NOTES_NEXT/RELEASE_NOTE_TEMPLATE.adoc
similarity index 100%
rename from docs/RELEASE_NOTES_NEXT/RELEASE_NOTE_TEMPLATE.txt
rename to docs/RELEASE_NOTES_NEXT/RELEASE_NOTE_TEMPLATE.adoc
diff --git a/docs/RELEASE_NOTES_NEXT/create_release_notes.sh b/docs/RELEASE_NOTES_NEXT/create_release_notes.sh
index 120dc2f..151dc19 100755
--- a/docs/RELEASE_NOTES_NEXT/create_release_notes.sh
+++ b/docs/RELEASE_NOTES_NEXT/create_release_notes.sh
@@ -50,7 +50,7 @@ for i in `ls -l|grep ^d|awk '{print $9}'`; do
fi
done
-files=$(ls *{txt,adoc} 2>/dev/null | grep -v 'RELEASE_NOTE_TEMPLATE.txt')
+files=$(ls *{txt,adoc} 2>/dev/null | grep -v 'RELEASE_NOTE_TEMPLATE.adoc')
if [ "_$files" != "_" ]; then
echo >> $outfile
echo Miscellaneous >> $outfile
commit c970553e482114d1787dd28262866db3de37eaab
Author: Josh Stompro <stomproj at larl.org>
Date: Thu Sep 3 16:22:00 2015 -0500
LP#1482336 - Add *.adoc support to create_release_notes.sh
This allows release note entries under /docs/RELEASE_NOTES_NEXT to
use the .adoc extension. It also changes the output file format to .adoc
because why not.
Signed-off-by: Josh Stompro <stomproj at larl.org>
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/docs/RELEASE_NOTES_NEXT/create_release_notes.sh b/docs/RELEASE_NOTES_NEXT/create_release_notes.sh
index 47d6e7d..120dc2f 100755
--- a/docs/RELEASE_NOTES_NEXT/create_release_notes.sh
+++ b/docs/RELEASE_NOTES_NEXT/create_release_notes.sh
@@ -11,7 +11,7 @@ done
if [ -z "$ver" ]; then echo "I need a version: -r"; exit; fi
-outfile="../RELEASE_NOTES_$ver.txt"
+outfile="../RELEASE_NOTES_$ver.adoc"
title="Evergreen $ver Release Notes"
@@ -31,7 +31,7 @@ echo ------------ >> $outfile
echo >> $outfile
for i in `ls -l|grep ^d|awk '{print $9}'`; do
- files=$(ls $i/*txt 2>/dev/null)
+ files=$(ls $i/*{txt,adoc} 2>/dev/null)
if [ "_$files" != "_" ]; then
echo >> $outfile
echo >> $outfile
@@ -50,7 +50,7 @@ for i in `ls -l|grep ^d|awk '{print $9}'`; do
fi
done
-files=$(ls *txt 2>/dev/null | grep -v 'RELEASE_NOTE_TEMPLATE.txt')
+files=$(ls *{txt,adoc} 2>/dev/null | grep -v 'RELEASE_NOTE_TEMPLATE.txt')
if [ "_$files" != "_" ]; then
echo >> $outfile
echo Miscellaneous >> $outfile
-----------------------------------------------------------------------
Summary of changes:
...tions-selector.txt => po-actions-selector.adoc} | 0
..._sort_order.txt => Adjust_copy_sort_order.adoc} | 0
...OTE_TEMPLATE.txt => RELEASE_NOTE_TEMPLATE.adoc} | 0
docs/RELEASE_NOTES_NEXT/create_release_notes.sh | 6 +++---
4 files changed, 3 insertions(+), 3 deletions(-)
rename docs/RELEASE_NOTES_NEXT/Acquisitions/{po-actions-selector.txt => po-actions-selector.adoc} (100%)
rename docs/RELEASE_NOTES_NEXT/OPAC/{Adjust_copy_sort_order.txt => Adjust_copy_sort_order.adoc} (100%)
rename docs/RELEASE_NOTES_NEXT/{RELEASE_NOTE_TEMPLATE.txt => RELEASE_NOTE_TEMPLATE.adoc} (100%)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list