This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a commit to branch 3.0 in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
The following commit(s) were added to refs/heads/3.0 by this push: new f8cbb7a * rivet/init.tcl: reflecting the changes in init.tcl.in * doc/rivet.xml: removed subversion related keyword f8cbb7a is described below commit f8cbb7aa2c48000ab4cf259fafa4c31323341778 Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Fri Sep 7 18:44:57 2018 +0200 * rivet/init.tcl: reflecting the changes in init.tcl.in * doc/rivet.xml: removed subversion related keyword --- ChangeLog | 4 ++++ Makefile.in | 6 +++--- doc/rivet.xml | 4 +--- rivet/init.tcl | 1 + 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5e8160a..ee0609d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-08-07 Massimo Manghi <mxman...@apache.org> + * rivet/init.tcl: reflecting the changes in init.tcl.in + * doc/rivet.xml: removed subversion related keyword + 2018-08-16 Massimo Manghi <mxman...@apache.org> * .gitignore: add file copied from master * doc/rivet.xml.in: removed no more supported SVN keywords diff --git a/Makefile.in b/Makefile.in index 4b7a54a..660ce6d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -17,7 +17,7 @@ # # top-level Makefile.am for Apache Rivet: gets turned into a Makefile.in by automake # -# $Id: Makefile.am 1802791 2017-07-24 11:47:04Z mxmanghi $ +# $Id$ # # 2007/12/25: Added target uninistall-local that removes the tcl stuff (mxmanghi) # 2010/06/22: target instal-data-local searches for pkgIndex.tcl files and deletes them @@ -929,8 +929,8 @@ install-binaries: echo 'running target install-binaries ($(RIVETLIB_DESTDIR))' $(mkinstalldirs) $(RIVETLIB_DESTDIR) $(mkinstalldirs) $(RIVETLIB_DESTDIR)/rivet-tcl - $(install_sh) -C $(builddir)/rivet/init.tcl $(RIVETLIB_DESTDIR) - $(install_sh) -C $(builddir)/rivet/default_request_handler.tcl $(RIVETLIB_DESTDIR) + $(install_sh) -C -m 644 $(builddir)/rivet/init.tcl $(RIVETLIB_DESTDIR) + $(install_sh) -C -m 644 $(builddir)/rivet/default_request_handler.tcl $(RIVETLIB_DESTDIR) $(install_sh) -C -m 644 $(shell /bin/ls $(srcdir)/rivet/rivet-tcl/*) $(RIVETLIB_DESTDIR)/rivet-tcl #cp -rv $(srcdir)/rivet/packages $(RIVETLIB_DESTDIR)/ diff --git a/doc/rivet.xml b/doc/rivet.xml index 823e33a..a026304 100644 --- a/doc/rivet.xml +++ b/doc/rivet.xml @@ -70,8 +70,6 @@ permissions and limitations under the License. --> -<!-- $Id$ --> - <article> <articleinfo> <title>Apache Rivet &version;</title> @@ -91,7 +89,7 @@ </articleinfo> <para> - Document revision: $Revision$, last modified <?dbtimestamp format="Y-m-d X" ?>$ by $Author$. + This manual was generated on <?dbtimestamp format="A Y-m-d X" ?>. </para> <!-- Introduction --> diff --git a/rivet/init.tcl b/rivet/init.tcl index 1b4e0a3..bff8e28 100644 --- a/rivet/init.tcl +++ b/rivet/init.tcl @@ -201,6 +201,7 @@ proc ::Rivet::finish_request {script errorCode errorOpts {scriptName ""}} { } ::try { + set ::Rivet::script $script uplevel #0 $error_script } on error {err} { ::rivet::apache_log_error err "Rivet ErrorScript failed: $::errorInfo" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org