Factor repository access out of bkw.pl into repository1.pl
authorKevin Koch <kpkoch@mit.edu>
Wed, 18 Apr 2007 03:00:49 +0000 (03:00 +0000)
committerKevin Koch <kpkoch@mit.edu>
Wed, 18 Apr 2007 03:00:49 +0000 (03:00 +0000)
commit609934d978732b1c5f272a35093ffe107fc93cb2
tree6cf536278a1fa85bb2a8fd34652416074dde73b6
parent53df682ae3371198e44f38534264ca20966ff856
Factor repository access out of bkw.pl into repository1.pl

Modify bkw.pl to use an initial config file to fetch the sources and then use the config file from those sources to do the build.  This way, the description of how to build the sources is in the config file that is part of the sources.  It is possible and probably reasonable for the initial config file to be the same as the tagged version.  Output all the options used.

Add bootstrap.xml - a sample minimal config file, sufficient to fetch the sources from a repository.

Target_Version: 1.6.1
Ticket: 5521
Tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19489 dc483132-0cff-0310-8789-dd5450dbe970
src/windows/build/bkw.pl
src/windows/build/bootstrap.xml [new file with mode: 0644]
src/windows/build/commandandcontrol.pl [new file with mode: 0644]
src/windows/build/repository1.pl [new file with mode: 0644]