[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. a0a1519057d398b4a3cf7fa47427f5cc3f2d9491
Evergreen Git
git at git.evergreen-ils.org
Wed Oct 19 16:15:21 EDT 2011
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, rel_2_1 has been updated
via a0a1519057d398b4a3cf7fa47427f5cc3f2d9491 (commit)
via 44d4ad974ffdf13c80df8f82c3b2541e8d9e1a67 (commit)
from 02349cafced289943d547a5711de17fcba92cee0 (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 a0a1519057d398b4a3cf7fa47427f5cc3f2d9491
Author: Dan Scott <dscott at laurentian.ca>
Date: Wed Oct 19 16:13:56 2011 -0400
README: Use rel_2_1_x for the staff client build ID
Per a suggestion from Martha Driscoll <driscoll at noblenet.org> to have it
match the release number - go halfway and at least match the release
numbering pattern.
Signed-off-by: Dan Scott <dscott at laurentian.ca>
diff --git a/README b/README
index daa87a8..39f00f8 100644
--- a/README
+++ b/README
@@ -160,7 +160,7 @@ Installation instructions:
+
[source, bash]
------------------------------------------------------------------------------
-make STAFF_CLIENT_STAMP_ID=rel_2_1 install
+make STAFF_CLIENT_STAMP_ID=rel_2_1_x install
------------------------------------------------------------------------------
+
2. The server portion of the staff client expects `http://hostname/xul/server`
commit 44d4ad974ffdf13c80df8f82c3b2541e8d9e1a67
Author: Dan Scott <dscott at laurentian.ca>
Date: Wed Oct 19 16:00:58 2011 -0400
Fix README issues
Martha Driscoll <driscoll at noblenet.org> noted that the
create_database.sql script wasn't actually targeted by the psql command,
and also that there was an extraneous <code> tag in the OpenSRF start
command.
Signed-off-by: Dan Scott <dscott at laurentian.ca>
diff --git a/README b/README
index 1b28baf..daa87a8 100644
--- a/README
+++ b/README
@@ -397,7 +397,7 @@ can either:
+
[source, bash]
------------------------------------------------------------------------------
-psql -vdb_name=<dbname> -vcontrib_dir=`pg_config --sharedir`/contrib
+psql -vdb_name=<dbname> -vcontrib_dir=`pg_config --sharedir`/contrib -f create_database.sql
------------------------------------------------------------------------------
Then you can issue the `eg_db_config.pl` command as above _without_ the
@@ -423,7 +423,7 @@ Net::Domain::hostfqdn() . "\n";'`, you should not use the `-l` flag.
+
[source, bash]
------------------------------------------------------------------------------
-osrf_ctl.sh -l -a start_all</code>
+osrf_ctl.sh -l -a start_all
------------------------------------------------------------------------------
+
** If you receive the error message `bash: osrf_ctl.sh: command not found`,
-----------------------------------------------------------------------
Summary of changes:
README | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list