Lines Matching full:extended
3 # Buildtools and buildtools extended installer helper script
9 # NOTE: --with-extended-buildtools is on by default
11 # Example usage (extended buildtools from milestone):
15 # --filename x86_64-buildtools-extended-nativesdk-standalone-3.0+snapshot-20200315.sh
25 # $ install-buildtools --without-extended-buildtools \
29 # $ install-buildtools --without-extended-buildtools \
150 group.add_argument('--with-extended-buildtools', action='store_true',
153 help='enable extended buildtools tarball (on by default)')
154 group.add_argument('--without-extended-buildtools', action='store_false',
156 help='disable extended buildtools (traditional buildtools tarball)')
201 filename = "%s-buildtools-extended-nativesdk-standalone-%s-%s.sh" % (
211 … filename = "%s-buildtools-extended-nativesdk-standalone-%s.sh" % (arch, args.installer_version)
301 m = re.search("extended", tmpbuildtools)
302 logger.debug("extended regex: %s" % m)
304 logger.info("Ignoring --with-extended-buildtools as filename "
305 "does not contain 'extended'")