[Python-checkins] python/nondist/sandbox/msi msi.py,1.21,1.22

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sun Aug 1 12:45:08 CEST 2004


Update of /cvsroot/python/python/nondist/sandbox/msi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29721

Modified Files:
	msi.py 
Log Message:
Clarify snapshot semantics.


Index: msi.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/msi/msi.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** msi.py	1 Aug 2004 10:41:17 -0000	1.21
--- msi.py	1 Aug 2004 10:45:04 -0000	1.22
***************
*** 10,15 ****
  # 1 for Itanium build
  msilib.Win64 = 0
! # 0 for beta or final releases;
! # 1 means to use a new product code for each package
  snapshot = 1
  # 1 means that file extension is px, not py,
--- 10,16 ----
  # 1 for Itanium build
  msilib.Win64 = 0
! # 0 for official python.org releases
! # 1 for intermediate releases by anybody, with
! # a new product code for every package.
  snapshot = 1
  # 1 means that file extension is px, not py,



More information about the Python-checkins mailing list