Tue Dec 5 15:35:54 PST 2006
- Previous message: [Slony1-commit] By cbbrowne: Update 1.2.2 release notes with today's changes
- Next message: [Slony1-commit] By cbbrowne: Mark new version, 1.2.2, in the relevant files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- Fixes to release checklist script - it had some typos Tags: ---- REL_1_2_STABLE Modified Files: -------------- slony1-engine/tools: release_checklist.sh (r1.1.2.1 -> r1.1.2.2) -------------- next part -------------- Index: release_checklist.sh =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/release_checklist.sh,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -Ltools/release_checklist.sh -Ltools/release_checklist.sh -u -w -r1.1.2.1 -r1.1.2.2 --- tools/release_checklist.sh +++ tools/release_checklist.sh @@ -51,11 +51,11 @@ STOREDPROCVERS=`awk -f tools/awk-for-stored-proc-vers.awk src/backend/slony1_funcs.sql` -if [[ x"$STOREDPROCVERS"] = x"$VERSTRING" ]]; then +if [[ x"$STOREDPROCVERS" = x"$VERSTRING" ]]; then OK=1 echo "Stored proc version numbers match ${VERSTRING}" else - echo "ERROR: Stored proc versions in src/backend/slony1_funcs.sql indicates version ${STOREDPROCVERS}" + echo "ERROR: Stored proc versions in src/backend/slony1_funcs.sql indicates version [${STOREDPROCVERS}] (versus [${VERSTRING}])" fi
- Previous message: [Slony1-commit] By cbbrowne: Update 1.2.2 release notes with today's changes
- Next message: [Slony1-commit] By cbbrowne: Mark new version, 1.2.2, in the relevant files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list