< prev index next >

make/conf/jib-profiles.js

Print this page

        

*** 199,212 **** data.configuration_configure_arg = "--with-conf-name="; // The make argument to use to specify the name of the configuration data.configuration_make_arg = "CONF_NAME="; // Exclude list to use when Jib creates a source bundle ! data.src_bundle_excludes = "./build .build webrev* */webrev* */*/webrev* */*/*/webrev* .hg */.hg */*/.hg */*/*/.hg"; // Include list to use when creating a minimal jib source bundle which // contains just the jib configuration files. ! data.conf_bundle_includes = "*/conf/jib-profiles.* make/autoconf/version-numbers" // Define some common values var common = getJibProfilesCommon(input, data); // Generate the profiles part of the configuration data.profiles = getJibProfilesProfiles(input, common, data); --- 199,217 ---- data.configuration_configure_arg = "--with-conf-name="; // The make argument to use to specify the name of the configuration data.configuration_make_arg = "CONF_NAME="; // Exclude list to use when Jib creates a source bundle ! data.src_bundle_excludes = [ ! "build", "{,**/}webrev*", "{,**/}.hg", "{,**/}JTwork", "{,**/}JTreport", ! "{,**/}.git" ! ]; // Include list to use when creating a minimal jib source bundle which // contains just the jib configuration files. ! data.conf_bundle_includes = [ ! "make/autoconf/version-numbers", ! ]; // Define some common values var common = getJibProfilesCommon(input, data); // Generate the profiles part of the configuration data.profiles = getJibProfilesProfiles(input, common, data);
< prev index next >