15 May 2012 14:48
[mb-commits] branch, mbs-3646, updated. Fix bad file path in upgrade.sh
MusicBrainz Git Server <noreply <at> musicbrainz.org>
2012-05-15 12:48:45 GMT
2012-05-15 12:48:45 GMT
The branch, mbs-3646 has been updated
via
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=4e160c1c28b9b62ca78f81edf9db69eb2c8ff615 (commit)
from
http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=cc600032a6f5dc8c0009b49b357a0bdd3dce7fe2 (commit)
Summary of changes:
upgrade.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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 4e160c1c28b9b62ca78f81edf9db69eb2c8ff615
Author: Oliver Charles <oliver.g.charles <at> googlemail.com>
Date: Tue May 15 11:52:09 2012 +0100
Fix bad file path in upgrade.sh
diff --git a/upgrade.sh b/upgrade.sh
index a105b5b..23fb6d7 100755
--- a/upgrade.sh
+++ b/upgrade.sh
<at> <at> -31,7 +31,7 <at> <at> fi
if [ "$REPLICATION_TYPE" != "$RT_SLAVE" ]
then
echo `date` : Applying 20120423-release-group-types-constraints.sql
- ./admin/psql < admin/sql/updates/20120423-release-group-types-constraint.sql
+ ./admin/psql < admin/sql/updates/20120423-release-group-types-constraints.sql
fi
DB_SCHEMA_SEQUENCE=15
-----------------------------------------------------------------------
hooks/post-receive
--
--
mb_server
RSS Feed