summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/plugins/dependencies/src/main/java/moz.yaml
blob: c0d1433487c02888cff8b358f51a511d54629932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#
# moz.yaml file to configure updatebot to perform version bumps for
# nightly application-services builds; the version bump occurs in
# ApplicationServices.kt.
#
# Note that application-services is not really vendored here: All the
# normal vendoring steps are skipped and a custom action is used to
# do the version bump. This allows us to drive version bumps in updatebot
# and leverage updatebot's bug and patch creation.
#

# Version of this schema
schema: 1

bugzilla:
  # Bugzilla product and component for this directory and subdirectories
  product: Fenix
  component: "General"

# Document the source of externally hosted code
origin:

  # Short name of the package/library
  name: android nightly application-services version bump

  description: android nightly application-services version bump

  # Full URL for the package's homepage/etc
  # Usually different from repository url
  url: https://github.com/mozilla/application-services

  # Human-readable identifier for this version/release
  # Generally "version NNN", "tag SSS", "bookmark SSS"
  release: 2550d98ec22599dd1b1d45915ad5b119d1b7d64c (2024-04-10T05:03:14).

  # Revision to pull in
  # Must be a long or short commit SHA (long preferred)
  revision: 2550d98ec22599dd1b1d45915ad5b119d1b7d64c

  # The package's license, where possible using the mnemonic from
  # https://spdx.org/licenses/
  # Multiple licenses can be specified (as a YAML list)
  # A "LICENSE" file must exist containing the full license text
  license: MPL-2.0
  license-file: LICENSE

updatebot:
    maintainer-phab: "#release-managers"
    maintainer-bz: dmeehan@mozilla.com
    tasks:
      - type: vendoring
        enabled: true
        frequency: every
    fuzzy-query: "'test-components | 'test-apk"

vendoring:
  url: https://github.com/mozilla/application-services
  source-hosting: yaml-dir
  source-host-path: appservices_version_bump.ASHost
  tracking: tag

  skip-vendoring-steps:
    - fetch
    - keep
    - include
    - exclude
    - move-contents
    - update-moz-build

  update-actions:
    - action: run-script
      script: '{yaml_dir}/appservices_version_bump.py'
      cwd: '.'
      args: ['{revision}']