< prev index next >

make/conf/jib-profiles.js

Print this page
rev 51278 : 8208647: switch jtreg to 4.2b13
Reviewed-by: duke


 884             module: "devkit-" + devkit_platform,
 885             revision: devkit_platform_revisions[devkit_platform]
 886         },
 887 
 888         build_devkit: {
 889             organization: common.organization,
 890             ext: "tar.gz",
 891             module: "devkit-" + input.build_platform,
 892             revision: devkit_platform_revisions[input.build_platform]
 893         },
 894 
 895         cups: {
 896             organization: common.organization,
 897             ext: "tar.gz",
 898             revision: "1.0118+1.0"
 899         },
 900 
 901         jtreg: {
 902             server: "javare",
 903             revision: "4.2",
 904             build_number: "b12",
 905             checksum_file: "MD5_VALUES",
 906             file: "jtreg_bin-4.2.zip",
 907             environment_name: "JT_HOME",
 908             environment_path: input.get("jtreg", "install_path") + "/jtreg/bin"
 909         },
 910 
 911         gnumake: {
 912             organization: common.organization,
 913             ext: "tar.gz",
 914             revision: "4.0+1.0",
 915 
 916             module: (input.build_os == "windows"
 917                 ? "gnumake-" + input.build_osenv_platform
 918                 : "gnumake-" + input.build_platform),
 919 
 920             configure_args: "MAKE=" + makeBinDir + "/make",
 921 
 922             environment: {
 923                 "MAKE": makeBinDir + "/make"
 924             },




 884             module: "devkit-" + devkit_platform,
 885             revision: devkit_platform_revisions[devkit_platform]
 886         },
 887 
 888         build_devkit: {
 889             organization: common.organization,
 890             ext: "tar.gz",
 891             module: "devkit-" + input.build_platform,
 892             revision: devkit_platform_revisions[input.build_platform]
 893         },
 894 
 895         cups: {
 896             organization: common.organization,
 897             ext: "tar.gz",
 898             revision: "1.0118+1.0"
 899         },
 900 
 901         jtreg: {
 902             server: "javare",
 903             revision: "4.2",
 904             build_number: "b13",
 905             checksum_file: "MD5_VALUES",
 906             file: "jtreg_bin-4.2.zip",
 907             environment_name: "JT_HOME",
 908             environment_path: input.get("jtreg", "install_path") + "/jtreg/bin"
 909         },
 910 
 911         gnumake: {
 912             organization: common.organization,
 913             ext: "tar.gz",
 914             revision: "4.0+1.0",
 915 
 916             module: (input.build_os == "windows"
 917                 ? "gnumake-" + input.build_osenv_platform
 918                 : "gnumake-" + input.build_platform),
 919 
 920             configure_args: "MAKE=" + makeBinDir + "/make",
 921 
 922             environment: {
 923                 "MAKE": makeBinDir + "/make"
 924             },


< prev index next >