Changeset 36691


Ignore:
Timestamp:
2022-10-06T10:54:27+13:00 (19 months ago)
Author:
kjdon
Message:

added PERL_PERTURB_KEYS=0 into the environment for building the demo collection. this is currently set in setup.bat/gs3-setup.bat, but in the release kits, under windows, the setup files are not called. (which they are under linux). thi sflag is needed so that perl doesn't make keys come out of a hashmap in a random order each time, which was added for security reasons. we need this to happen so that each time we read in the archives inf db during the build process, we get the documents coming out in the same order. if not, the sections don't match up between each pass through.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/ant-scripts/compile.xml

    r35524 r36691  
    303303                <env key="GSDLCOLLECTDIR" path="${basedir}/compiled/web/sites/localsite/collect"/>
    304304                <env key="GSDLOS" value="windows"/>
     305                <env key="PERL_PERTURB_KEYS" value="0"/>
    305306                <env key="PATH" path="${basedir}/compiled/gs2build/bin/windows/perl/bin;${basedir}/compiled/gs2build/bin/windows;${basedir}/compiled/gs2build/bin/script;${env.PATH}"/>
    306307            </exec>
     
    313314                <env key="GSDLCOLLECTDIR" path="${basedir}/compiled/web/sites/localsite/collect"/>
    314315                <env key="GSDLOS" value="windows"/>
     316                <env key="PERL_PERTURB_KEYS" value="0"/>
    315317                <env key="PATH" path="${basedir}/compiled/gs2build/bin/windows/perl/bin;${basedir}/compiled/gs2build/bin/windows;${basedir}/compiled/gs2build/bin/script;${env.PATH}"/>
    316318            </exec>
Note: See TracChangeset for help on using the changeset viewer.