Chris Browne cbbrowne at lists.slony.info
Thu Feb 26 08:14:38 PST 2009
Update of /home/cvsd/slony1/slony1-engine/tools
In directory main.slony.info:/tmp/cvs-serv9771/tools

Modified Files:
      Tag: REL_2_0_STABLE
	release_checklist.sh 
Log Message:
Update the package name string (in the version check) from
"postgresql-slony1-engine" to "slony1"


Index: release_checklist.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/release_checklist.sh,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -d -r1.4 -r1.4.2.1
*** release_checklist.sh	7 Jul 2008 21:16:03 -0000	1.4
--- release_checklist.sh	26 Feb 2009 16:14:35 -0000	1.4.2.1
***************
*** 33,38 ****
  fi
  
! if egrep "^PACKAGE_STRING='postgresql-slony1-engine ${VERDOTTED}'\$" configure >/dev/null 2>&1; then
!    echo "PACKAGE_STRING in configure matches ${VERDOTTED}"
  else
     echo "ERROR: configure PACKAGE_STRING does not match ${VERDOTTED}"
--- 33,38 ----
  fi
  
! if egrep "^PACKAGE_STRING='slony1 ${VERDOTTED}'\$" configure >/dev/null 2>&1; then
!    echo "PACKAGE_STRING in configure matches slony1 ${VERDOTTED}"
  else
     echo "ERROR: configure PACKAGE_STRING does not match ${VERDOTTED}"



More information about the Slony1-commit mailing list