gecko-dev/third_party/cups/moz.yaml
serge-sans-paille d3e574bc41 Bug 1857234 - Have mach vendor's ** globbing match hidden files r=tjr,devtools-reviewers,cubeb-reviewers,padenot,ochameau
This patch contains three changes:

1. a local version of glb.iglob in vendor_manifest.py that always
   matches hidden files for '**'. I've tested it on Python 3.5 up to
   3.12 and it works as expected.

2. a cleanup of many moz.yaml files that got convluted because of the
   previous behavior of '**'

3. removal of a few useless files that are now caught by the '**'
   globbing.

Differential Revision: https://phabricator.services.mozilla.com/D190195
2023-10-10 08:21:13 +00:00

41 lines
744 B
YAML

schema: 1
bugzilla:
product: Core
component: "Printing: Setup"
origin:
name: cups
description: standards-based, open source printing system
url: https://github.com/apple/cups
release: 82e3ee0e3230287b76a76fb8f16b92ca6e50b444 (2020-04-27T18:04:29Z).
revision: 82e3ee0e3230287b76a76fb8f16b92ca6e50b444
license: Apache-2.0
vendoring:
url: https://github.com/apple/cups
source-hosting: github
tracking: commit
exclude:
- "**"
include:
- LICENSE
- cups/array.h
- cups/cups.h
- cups/file.h
- cups/http.h
- cups/ipp.h
- cups/language.h
- cups/pwg.h
- cups/versioning.h
update-actions:
- action: move-dir
from: "{yaml_dir}/cups"
to: "{yaml_dir}/include/cups"