[Stackless] Fwd: [Stackless-checkins] stackless (2.7-slp): Add a new build id for v2.7.4rc2-slp.

Richard Tew richard.m.tew at gmail.com
Thu May 2 09:39:07 CEST 2013


I've up to now been using the Python uuids as we install to the same
location, are you changing the install path as well?  Are there any
registry keys which clash with an install of the same Python version,
or does the uuid cover it?

Cheers,
Richard.


---------- Forwarded message ----------
From: anselm.kruis <python-checkins at python.org>
Date: Thu, May 2, 2013 at 7:37 PM
Subject: [Stackless-checkins] stackless (2.7-slp): Add a new build id
for v2.7.4rc2-slp.
To: stackless-checkins at stackless.com


http://hg.python.org/stackless/rev/302011947173
changeset:   82227:302011947173
branch:      2.7-slp
user:        Anselm Kruis <a.kruis at science-computing.de>
date:        Thu May 02 09:36:52 2013 +0200
summary:
  Add a new build id for v2.7.4rc2-slp.
Every released MSI installer needs its own id.

files:
  Tools/msi/uuids.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Tools/msi/uuids.py b/Tools/msi/uuids.py
--- a/Tools/msi/uuids.py
+++ b/Tools/msi/uuids.py
@@ -59,5 +59,6 @@
     '2.7.3122':'{B12311BE-6364-4b2a-A49A-551EEE10F3E4}', # 2.7.3rc2
     '2.7.3150':'{C0C31BCC-56FB-42a7-8766-D29E1BD74C7C}', # 2.7.3
     '2.7.4121':'{47F45F45-72D7-4e54-AF41-26767EDE95CF}', # 2.7.4rc1
+       '2.7.4122':'{2e510809-f27d-4145-9931-d91492ae0a2d}', #
2.7.4rc2 (stackless)
     '2.7.4150':'{84ADC96C-B7E0-4938-9D6E-2B640D5DA224}', # 2.7.4
 }

--
Repository URL: http://hg.python.org/stackless

_______________________________________________
Stackless-checkins mailing list
Stackless-checkins at stackless.com
http://www.stackless.com/mailman/listinfo/stackless-checkins



More information about the Stackless mailing list