Skip Menu |
 

From: kpkoch@mit.edu
Subject: SVN Commit
Don't fetch afscompat.
Handle case of checkout into non-existent directory.
Commit By: kpkoch



Revision: 19288
Changed Files:
U trunk/src/windows/build/bkw.pl
From: kpkoch@mit.edu
Subject: SVN Commit
Correct error message text, add comments, change some command line defaults. Change plink path.
Commit By: kpkoch



Revision: 19293
Changed Files:
U trunk/src/windows/build/BKWconfig.xml
From: kpkoch@mit.edu
Subject: SVN Commit
Update documentation.
Commit By: kpkoch



Revision: 19294
Changed Files:
U trunk/src/windows/build/bkw-automation.html
From: kpkoch@mit.edu
Subject: SVN Commit
Pull product version information from kerberos.ver.

Change site-local.wxi/.nsi to site-local-tagged.wxi/.nsi. Add tags such as %VERSION-MAJOR% which are substituted by the build script. NB: to build the installers directly, the build script must be run at least once to generate site-local.wxi/.nsi.

Write DEBUG, RELEASE, BETA defines to site-local.nsi, based on build setting & values from kerberos.ver.

Add more tag substitutions to file copy and the config file, to provide a way to generate names like kfw-3-2-0-DEBUG.exe programatically.
Commit By: kpkoch



Revision: 19297
Changed Files:
U trunk/src/windows/build/BKWconfig.xml
U trunk/src/windows/build/bkw.pl
U trunk/src/windows/build/copyfiles.pl
A trunk/src/windows/installer/nsis/site-local-tagged.nsi
D trunk/src/windows/installer/nsis/site-local.nsi
A trunk/src/windows/installer/wix/site-local-tagged.wxi
D trunk/src/windows/installer/wix/site-local.wxi
From: kpkoch@mit.edu
Subject: SVN Commit
Add more tag substitutions to file copy and the config file, to provide a way to generate names like kfw-3-2-0-DEBUG.exe programatically.
Commit By: kpkoch



Revision: 19298
Changed Files:
U trunk/src/windows/build/copyfiles.xml
From: kpkoch@mit.edu
Subject: SVN Commit
Add %BUILDDIR% for nsi-includes.nsi, which was missed the first time around.
Commit By: kpkoch



Revision: 19302
Changed Files:
U trunk/src/windows/build/bkw.pl
U trunk/src/windows/build/copyfiles.xml
A trunk/src/windows/installer/nsis/nsi-includes-tagged.nsi
D trunk/src/windows/installer/nsis/nsi-includes.nsi
From: kpkoch@mit.edu
Subject: SVN Commit
Remove obsolete comment.

Add -nolog switch; always pass build.pl --nolog. Logging will be done in bkw.pl.log

Create <src>/pismere/CVS if missing so checkout works.
Commit By: kpkoch



Revision: 19304
Changed Files:
U trunk/src/windows/build/BKWconfig.xml
U trunk/src/windows/build/bkw.pl
From: kpkoch@mit.edu
Subject: SVN Commit
Change DEBUG and VERBOSE defaults so that omitting them from the command line has an effect!

Pass NODEBUG=1 to build.pl.
Commit By: kpkoch



Revision: 19305
Changed Files:
U trunk/src/windows/build/BKWconfig.xml
U trunk/src/windows/build/bkw.pl
From: kpkoch@mit.edu
Subject: SVN Commit
Remove tabs. Improve some comments. Regroup files in copylist.pl according to destination.

Add signing.

Factor zipfiles out of bkw.pl and signing out of makeZip.pl.

Rename MITKerberosForWindows.exe before zipping it into the SDK zipfile.
Commit By: kpkoch



Revision: 19344
Changed Files:
U trunk/src/windows/build/BKWconfig.xml
U trunk/src/windows/build/bkw.pl
U trunk/src/windows/build/copyfiles.pl
U trunk/src/windows/build/copyfiles.xml
A trunk/src/windows/build/makeZip.pl
U trunk/src/windows/build/sdkfiles.xml
A trunk/src/windows/build/signFiles.pl
Date: Fri, 30 Mar 2007 16:52:40 -0400
From: Jeffrey Altman <jaltman@mit.edu>
To: rt@krbdev.mit.edu
Subject: Re: [krbdev.mit.edu #5490] SVN Commit
RT-Send-Cc:
Kevin Koch via RT wrote:
Show quoted text
> Remove tabs. Improve some comments. Regroup files in copylist.pl according to destination.
>
> Add signing.
>
> Factor zipfiles out of bkw.pl and signing out of makeZip.pl.
>
> Rename MITKerberosForWindows.exe before zipping it into the SDK zipfile.
> Commit By: kpkoch

Why is the EXE installer being added to the SDK zipfile?

The installers are stand alone packages that include the installable
binaries, the matching symbols, the SDK, and the user documentation.

The SDK zipfile just includes the SDK. (headers, docs, and libs)

Jeffrey Altman
Secure Endpoints Inc.
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19205 from trunk

r19205@cathode-dark-space: kpkoch | 2007-03-05 09:07:07 -0500
Target_Version: 1.6.1
Component: KfW

Automation for building KfW.


Commit By: tlyu



Revision: 19345
Changed Files:
_U branches/krb5-1-6/
A branches/krb5-1-6/src/windows/build/
A branches/krb5-1-6/src/windows/build/BKWconfig.xml
A branches/krb5-1-6/src/windows/build/bkw.pl
A branches/krb5-1-6/src/windows/build/copyfiles.xml
A branches/krb5-1-6/src/windows/build/site-local.sed
A branches/krb5-1-6/src/windows/build/tee.pl
A branches/krb5-1-6/src/windows/build/which.pl
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19206 from trunk

r19206@cathode-dark-space: kpkoch | 2007-03-05 11:37:41 -0500
Move automation documentation from wiki to here.
Minor tweaks to script (start adding unzip support) and config (move svn url to right place).

Target_Version: 1.6.1


Commit By: tlyu



Revision: 19346
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/BKWconfig.xml
A branches/krb5-1-6/src/windows/build/bkw-automation.html
U branches/krb5-1-6/src/windows/build/bkw.pl
A branches/krb5-1-6/src/windows/build/css/
A branches/krb5-1-6/src/windows/build/css/main-action(1).css
A branches/krb5-1-6/src/windows/build/css/main-action.css
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19207 from trunk

r19207@cathode-dark-space: kpkoch | 2007-03-05 17:34:25 -0500
Train build script to use repository sources, omit sample configuration. [wix area.]

Add control of the repository access step, fetch all sources from the repository. Track in documentation.

Eliminate unhelpful output during pre-package step.

The next step is to fetch only krb5/src/windows/build and run the entire build.


Commit By: tlyu



Revision: 19347
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/BKWconfig.xml
U branches/krb5-1-6/src/windows/build/bkw-automation.html
U branches/krb5-1-6/src/windows/build/bkw.pl
U branches/krb5-1-6/src/windows/installer/wix/features.wxi
U branches/krb5-1-6/src/windows/installer/wix/files.wxi
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19234 from trunk

r19234@cathode-dark-space: kpkoch | 2007-03-16 14:38:28 -0400
Subject: KfW automated build scripts & supporting files.

Updated scripts & additional configuration files.

Ticket: new
Target_Version: 1.6.1
tags: pullup


Commit By: tlyu



Revision: 19348
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/BKWconfig.xml
A branches/krb5-1-6/src/windows/build/Logger.pm
U branches/krb5-1-6/src/windows/build/bkw-automation.html
U branches/krb5-1-6/src/windows/build/bkw.pl
A branches/krb5-1-6/src/windows/build/copyfiles.pl
U branches/krb5-1-6/src/windows/build/copyfiles.xml
A branches/krb5-1-6/src/windows/build/corebinaryfiles.xml
A branches/krb5-1-6/src/windows/build/sdkfiles.xml
A branches/krb5-1-6/src/windows/build/srcfiles.xml
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19288 from trunk

r19288@cathode-dark-space: kpkoch | 2007-03-26 09:28:32 -0400
Target_Version: 1.6.1
Component: KfW
Tags: pullup
Ticket: new
Subject: KfW build automation
Don't fetch afscompat.
Handle case of checkout into non-existent directory.


Commit By: tlyu



Revision: 19349
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/bkw.pl
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19293 from trunk

r19293@cathode-dark-space: kpkoch | 2007-03-27 14:41:34 -0400
Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

Correct error message text, add comments, change some command line defaults. Change plink path.


Commit By: tlyu



Revision: 19351
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/BKWconfig.xml
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19294 from trunk

r19294@cathode-dark-space: kpkoch | 2007-03-27 14:42:51 -0400
Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

Update documentation.


Commit By: tlyu



Revision: 19352
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/bkw-automation.html
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19232 from trunk

r19232@cathode-dark-space: kpkoch | 2007-03-15 23:55:52 -0400
Subject: Update build files for new version and file locations.
Target_Version: 1.6.1
Tags: pullup


Commit By: tlyu



Revision: 19353
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/installer/nsis/kfw-fixed.nsi
U branches/krb5-1-6/src/windows/installer/nsis/nsi-includes.nsi
U branches/krb5-1-6/src/windows/installer/nsis/site-local.nsi
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19233 from trunk

r19233@cathode-dark-space: kpkoch | 2007-03-16 14:35:59 -0400
Update 3.1.0 to 3.2.0; update location of sample directory.

Ticket: 5409
Target_Version: 1.6.1
Tags: pullup


Commit By: tlyu



Revision: 19354
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/installer/wix/site-local.wxi
From: tlyu@mit.edu
Subject: SVN Commit
Download (untitled) / with headers
text/plain 1.1KiB
pull up r19297 from trunk

r19297@cathode-dark-space: kpkoch | 2007-03-28 14:43:11 -0400
Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

Pull product version information from kerberos.ver.

Change site-local.wxi/.nsi to site-local-tagged.wxi/.nsi. Add tags such as %VERSION-MAJOR% which are substituted by the build script. NB: to build the installers directly, the build script must be run at least once to generate site-local.wxi/.nsi.

Write DEBUG, RELEASE, BETA defines to site-local.nsi, based on build setting & values from kerberos.ver.

Add more tag substitutions to file copy and the config file, to provide a way to generate names like kfw-3-2-0-DEBUG.exe programatically.


Commit By: tlyu



Revision: 19355
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/BKWconfig.xml
U branches/krb5-1-6/src/windows/build/bkw.pl
U branches/krb5-1-6/src/windows/build/copyfiles.pl
A branches/krb5-1-6/src/windows/installer/nsis/site-local-tagged.nsi
D branches/krb5-1-6/src/windows/installer/nsis/site-local.nsi
A branches/krb5-1-6/src/windows/installer/wix/site-local-tagged.wxi
D branches/krb5-1-6/src/windows/installer/wix/site-local.wxi
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19298 from trunk

r19298@cathode-dark-space: kpkoch | 2007-03-28 14:47:34 -0400
Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

Add more tag substitutions to file copy and the config file, to provide a way to generate names like kfw-3-2-0-DEBUG.exe programatically.


Commit By: tlyu



Revision: 19356
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/copyfiles.xml
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19302 from trunk

r19302@cathode-dark-space: kpkoch | 2007-03-28 15:56:48 -0400
Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

Add %BUILDDIR% for nsi-includes.nsi, which was missed the first time around.


Commit By: tlyu



Revision: 19357
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/bkw.pl
U branches/krb5-1-6/src/windows/build/copyfiles.xml
A branches/krb5-1-6/src/windows/installer/nsis/nsi-includes-tagged.nsi
D branches/krb5-1-6/src/windows/installer/nsis/nsi-includes.nsi
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19304 from trunk

r19304@cathode-dark-space: kpkoch | 2007-03-29 10:16:16 -0400
Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

Remove obsolete comment.

Add -nolog switch; always pass build.pl --nolog. Logging will be done in bkw.pl.log

Create <src>/pismere/CVS if missing so checkout works.


Commit By: tlyu



Revision: 19358
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/BKWconfig.xml
U branches/krb5-1-6/src/windows/build/bkw.pl
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19305 from trunk

r19305@cathode-dark-space: kpkoch | 2007-03-29 11:48:15 -0400
Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

Change DEBUG and VERBOSE defaults so that omitting them from the command line has an effect!

Pass NODEBUG=1 to build.pl.


Commit By: tlyu



Revision: 19359
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/BKWconfig.xml
U branches/krb5-1-6/src/windows/build/bkw.pl
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19344 from trunk

r19344@cathode-dark-space: kpkoch | 2007-03-30 16:08:53 -0400
Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

Remove tabs. Improve some comments. Regroup files in copylist.pl according to destination.

Add signing.

Factor zipfiles out of bkw.pl and signing out of makeZip.pl.

Rename MITKerberosForWindows.exe before zipping it into the SDK zipfile.


Commit By: tlyu



Revision: 19360
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/BKWconfig.xml
U branches/krb5-1-6/src/windows/build/bkw.pl
U branches/krb5-1-6/src/windows/build/copyfiles.pl
U branches/krb5-1-6/src/windows/build/copyfiles.xml
A branches/krb5-1-6/src/windows/build/makeZip.pl
U branches/krb5-1-6/src/windows/build/sdkfiles.xml
A branches/krb5-1-6/src/windows/build/signFiles.pl
From: kpkoch@mit.edu
Subject: SVN Commit
For the sdk zip, copy *.* and then [the new part] remove *.exe and *.msi. Further tweaks should be suggested in the form of mods to sdkfiles.xml.

Minor formatting and removing redundant code.
Commit By: kpkoch



Revision: 19363
Changed Files:
U trunk/src/windows/build/BKWconfig.xml
U trunk/src/windows/build/bkw.pl
U trunk/src/windows/build/sdkfiles.xml
U trunk/src/windows/build/signFiles.pl
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19363 from trunk

r19363@cathode-dark-space: kpkoch | 2007-03-30 17:24:18 -0400
Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

For the sdk zip, copy *.* and then [the new part] remove *.exe and *.msi. Further tweaks should be suggested in the form of mods to sdkfiles.xml.

Minor formatting and removing redundant code.


Commit By: tlyu



Revision: 19364
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/BKWconfig.xml
U branches/krb5-1-6/src/windows/build/bkw.pl
U branches/krb5-1-6/src/windows/build/sdkfiles.xml
U branches/krb5-1-6/src/windows/build/signFiles.pl
From: kpkoch@mit.edu
Subject: SVN Commit
Remove most pruned directories -- they are no longer checked out.
Commit By: kpkoch



Revision: 19365
Changed Files:
U trunk/src/windows/build/BKWconfig.xml
From: kpkoch@mit.edu
Subject: SVN Commit
Pruning no longer required before make.
Commit By: kpkoch



Revision: 19366
Changed Files:
U trunk/src/windows/build/BKWconfig.xml
From: kpkoch@mit.edu
Subject: SVN Commit
Make /OUTDIR absolute instead of relative.
Commit By: kpkoch



Revision: 19367
Changed Files:
U trunk/src/windows/build/BKWconfig.xml
U trunk/src/windows/build/bkw.pl
U trunk/src/windows/build/makeZip.pl
From: kpkoch@mit.edu
Subject: SVN Commit
Add signing in staging area before building installers.
Commit By: kpkoch



Revision: 19368
Changed Files:
U trunk/src/windows/build/bkw.pl
From: kpkoch@mit.edu
Subject: SVN Commit
Eliminate getopt abbreviation for vverbose, which collided with the shortcut for verbose.
Commit By: kpkoch



Revision: 19369
Changed Files:
U trunk/src/windows/build/bkw.pl
From: kpkoch@mit.edu
Subject: SVN Commit
Correct directory structure in zip files.

Make main config file match today's usage & implementation wrt /sign.

Clean staging area before using it.
Just clean output area instead of removing it.
Clean ziptemp area after each zip.
Commit By: kpkoch



Revision: 19370
Changed Files:
U trunk/src/windows/build/BKWconfig.xml
U trunk/src/windows/build/bkw.pl
U trunk/src/windows/build/makeZip.pl
U trunk/src/windows/build/signFiles.pl
D trunk/src/windows/build/srcfiles.xml
From: kpkoch@mit.edu
Subject: SVN Commit
Be smarter about cleaning the staging area.
Clean output area if packaging. (Will not clean if -nopackage specified.)

Pull corebinaries from staging area instead of from target area.

Don't sign before making zips. Build products are only signed in the staging area before any packaging is done. (Packaging products are signed when copied to the output area.)

Previous change: Add relnotes.html to output area.
Commit By: kpkoch



Revision: 19371
Changed Files:
U trunk/src/windows/build/bkw.pl
U trunk/src/windows/build/corebinaryfiles.xml
U trunk/src/windows/build/makeZip.pl
From: kpkoch@mit.edu
Subject: SVN Commit
Uncomment w2k files in corebinaries.xml.

Factor processing of <Prunes> xml into pruneFiles.pl.

Factor processing of <Zips> xml into zipXML.pl.

Move SRC zip XML to <FetchSources> section of config file.

Call zipXML in /REPOSITORY CHECKOUT section of script.

Keep track of cleaning of OUTDIR so SRC zip isn't removed during packaging.

Remove UNIXFIND from config file. If UNIXFIND isn't present in the config file, set the in-memory UNIXFIND to c:\tools\cygwin\bin. UNIXFIND is now an implementation detail stored in the in-memory config XML, like the versions read from kerberos.ver.

Prune more temporary files before making SDK zip.

Remove redundant custom files from sdkfiles.xml. Copy *.* from staging/inc instead of *.h -- one .c file is also required.
Commit By: kpkoch



Revision: 19375
Changed Files:
U trunk/src/windows/build/BKWconfig.xml
U trunk/src/windows/build/bkw.pl
U trunk/src/windows/build/corebinaryfiles.xml
U trunk/src/windows/build/makeZip.pl
A trunk/src/windows/build/pruneFiles.pl
U trunk/src/windows/build/sdkfiles.xml
A trunk/src/windows/build/zipXML.pl
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19365 from trunk

r19365@cathode-dark-space: kpkoch | 2007-03-30 23:14:08 -0400
Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

Remove most pruned directories -- they are no longer checked out.


Commit By: tlyu



Revision: 19381
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/BKWconfig.xml
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19366 from trunk

r19366@cathode-dark-space: kpkoch | 2007-03-30 23:33:23 -0400
Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

Pruning no longer required before make.


Commit By: tlyu



Revision: 19382
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/BKWconfig.xml
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19367 from trunk

r19367@cathode-dark-space: kpkoch | 2007-03-31 18:09:23 -0400
Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

Make /OUTDIR absolute instead of relative.


Commit By: tlyu



Revision: 19383
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/BKWconfig.xml
U branches/krb5-1-6/src/windows/build/bkw.pl
U branches/krb5-1-6/src/windows/build/makeZip.pl
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19368 from trunk

r19368@cathode-dark-space: kpkoch | 2007-03-31 18:31:33 -0400
Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

Add signing in staging area before building installers.


Commit By: tlyu



Revision: 19384
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/bkw.pl
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19369 from trunk

r19369@cathode-dark-space: kpkoch | 2007-03-31 19:20:00 -0400
Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

Eliminate getopt abbreviation for vverbose, which collided with the shortcut for verbose.


Commit By: tlyu



Revision: 19385
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/bkw.pl
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19370 from trunk

r19370@cathode-dark-space: kpkoch | 2007-03-31 23:28:07 -0400
Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

Correct directory structure in zip files.

Make main config file match today's usage & implementation wrt /sign.

Clean staging area before using it.
Just clean output area instead of removing it.
Clean ziptemp area after each zip.


Commit By: tlyu



Revision: 19386
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/BKWconfig.xml
U branches/krb5-1-6/src/windows/build/bkw.pl
U branches/krb5-1-6/src/windows/build/makeZip.pl
U branches/krb5-1-6/src/windows/build/signFiles.pl
D branches/krb5-1-6/src/windows/build/srcfiles.xml
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19371 from trunk

r19371@cathode-dark-space: kpkoch | 2007-04-01 14:42:18 -0400
Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

Be smarter about cleaning the staging area.
Clean output area if packaging. (Will not clean if -nopackage specified.)

Pull corebinaries from staging area instead of from target area.

Don't sign before making zips. Build products are only signed in the staging area before any packaging is done. (Packaging products are signed when copied to the output area.)

Previous change: Add relnotes.html to output area.


Commit By: tlyu



Revision: 19387
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/bkw.pl
U branches/krb5-1-6/src/windows/build/corebinaryfiles.xml
U branches/krb5-1-6/src/windows/build/makeZip.pl
From: tlyu@mit.edu
Subject: SVN Commit
Download (untitled) / with headers
text/plain 1.3KiB
pull up r19375 from trunk

r19375@cathode-dark-space: kpkoch | 2007-04-02 12:13:58 -0400
Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

Uncomment w2k files in corebinaries.xml.

Factor processing of <Prunes> xml into pruneFiles.pl.

Factor processing of <Zips> xml into zipXML.pl.

Move SRC zip XML to <FetchSources> section of config file.

Call zipXML in /REPOSITORY CHECKOUT section of script.

Keep track of cleaning of OUTDIR so SRC zip isn't removed during packaging.

Remove UNIXFIND from config file. If UNIXFIND isn't present in the config file, set the in-memory UNIXFIND to c:\tools\cygwin\bin. UNIXFIND is now an implementation detail stored in the in-memory config XML, like the versions read from kerberos.ver.

Prune more temporary files before making SDK zip.

Remove redundant custom files from sdkfiles.xml. Copy *.* from staging/inc instead of *.h -- one .c file is also required.


Commit By: tlyu



Revision: 19388
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/BKWconfig.xml
U branches/krb5-1-6/src/windows/build/bkw.pl
U branches/krb5-1-6/src/windows/build/corebinaryfiles.xml
U branches/krb5-1-6/src/windows/build/makeZip.pl
A branches/krb5-1-6/src/windows/build/pruneFiles.pl
U branches/krb5-1-6/src/windows/build/sdkfiles.xml
A branches/krb5-1-6/src/windows/build/zipXML.pl
From: kpkoch@mit.edu
Subject: SVN Commit
Add svnbranch; change internal names to svntag and svnbranch. Implement cvs tags and svn tags and branches.

Move reading of kerberos.ver to after files are fetched.

Commit By: kpkoch



Revision: 19389
Changed Files:
U trunk/src/windows/build/BKWconfig.xml
U trunk/src/windows/build/bkw.pl
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19389 from trunk

r19389@cathode-dark-space: kpkoch | 2007-04-02 17:03:36 -0400
Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

Add svnbranch; change internal names to svntag and svnbranch. Implement cvs tags and svn tags and branches.

Move reading of kerberos.ver to after files are fetched.



Commit By: tlyu



Revision: 19390
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/build/BKWconfig.xml
U branches/krb5-1-6/src/windows/build/bkw.pl
From: kpkoch@mit.edu
Subject: SVN Commit
Correct usage to track implementation.

Split repository action into two parts; setting kerveros.ver variables goes in the middle, no longer conditioned on repository access. This ensures that all substitution variables set correctly, even when the repository action is SKIP.

Avoid 'file not found' msg when deleting temp file.

BETA version not marked as RELEASE.

Create installer sandboxes from the staging area. Build there and copy results back to staging area. NSI build no longer picks up WIX build products.

Commit By: kpkoch



Revision: 19394
Changed Files:
U trunk/src/windows/build/bkw.pl
To: rt@krbdev.mit.edu
Subject: Re: [krbdev.mit.edu #5490] SVN Commit
From: Tom Yu <tlyu@MIT.EDU>
Date: Mon, 02 Apr 2007 23:21:56 -0400
RT-Send-Cc:
This commit should have gone to a new ticket, as kfw-3.2.0-beta1 is
already tagged.