[Python-checkins] python/dist/src/Mac/OSX/Dist build,1.12,1.12.4.1

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Mon Aug 4 16:50:15 EDT 2003


Update of /cvsroot/python/python/dist/src/Mac/OSX/Dist
In directory sc8-pr-cvs1:/tmp/cvs-serv6043/Mac/OSX/Dist

Modified Files:
      Tag: release23-maint
	build 
Log Message:
Merging release23-branch into the long-term Python 2.3 maintenance branch


Index: build
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Dist/build,v
retrieving revision 1.12
retrieving revision 1.12.4.1
diff -C2 -d -r1.12 -r1.12.4.1
*** build	23 Jul 2003 10:51:55 -0000	1.12
--- build	4 Aug 2003 22:49:43 -0000	1.12.4.1
***************
*** 6,12 ****
  
  # Script configs
! PYVERSION=2.3rc1plus
  PYVER=2.3
! BUILDNUM=8
  DOCLEANUP=no
  
--- 6,12 ----
  
  # Script configs
! PYVERSION=2.3
  PYVER=2.3
! BUILDNUM=1
  DOCLEANUP=no
  
***************
*** 134,138 ****
  # ...and then make a disk image containing the package.
  mv MacPython-OSX.pkg $DMGDIR/root
! cp $RESOURCEDIR/Welcome.txt $DMGDIR/root/README.txt
  $PROGDIR/makedmg $DMGDIR/root $DMGDIR MacPython-OSX-$PYVERSION-$BUILDNUM
  
--- 134,138 ----
  # ...and then make a disk image containing the package.
  mv MacPython-OSX.pkg $DMGDIR/root
! cp $RESOURCEDIR/ReadMe.txt $DMGDIR/root/ReadMe.txt
  $PROGDIR/makedmg $DMGDIR/root $DMGDIR MacPython-OSX-$PYVERSION-$BUILDNUM
  





More information about the Python-checkins mailing list