little tweaks

This commit is contained in:
Robin Dunn
2022-05-31 17:34:18 -07:00
parent 26c746ca13
commit f58bb9e355
2 changed files with 3 additions and 2 deletions

View File

@@ -1047,7 +1047,8 @@ def cmd_docset_py(options, args):
tarball.add(opj('dist', name+'.docset'), name+'.docset', filter=_setTarItemPerms)
if options.upload:
uploadPackage(tarfilename, options)
uploadPackage(tarfilename, options, keep=5,
mask='%s-docset-%s*' % (baseName, cfg.VER_MAJOR))
msg("Docset file built at %s" % tarfilename)

View File

@@ -315,7 +315,7 @@ def main(wxDir, args):
else:
arch = "x86_64"
else:
# otherwise assume the user klnows what they are doing and just use what they gave us.
# otherwise assume the user knows what they are doing and just use what they gave us.
arch = options.mac_universal_binary
configure_opts.append("--enable-universal_binary=%s" % arch)