Revision control

Copy as Markdown

Other Tools

---
# Version of this schema
schema: 1
bugzilla:
# Bugzilla product and component for this directory and subdirectories
product: Calendar
component: ICAL.js Integration
# Document the source of externally hosted code
origin:
# Short name of the package/library
name: ical.js
description: ical.js is a pure JavaScript parser for ics (rfc5545) and vcard (rfc6350) data.
# Full URL for the package's homepage/etc
# Usually different from repository url
# Human-readable identifier for this version/release
# Generally "version NNN", "tag SSS", "bookmark SSS"
release: 2f880d30313805620eeea00f470c0b954c011090 (2024-04-21T14:59:15Z).
# Revision to pull in
# Must be a long or short commit SHA (long preferred)
revision: 2f880d30313805620eeea00f470c0b954c011090
# The package's license, where possible using the mnemonic from
# Multiple licenses can be specified (as a YAML list)
# A "LICENSE" file must exist containing the full license text
license: MPL-2.0
# If the package's license is specified in a particular file,
# this is the name of the file.
# optional
license-file: LICENSE
# Configuration for the automated vendoring system.
# optional
vendoring:
# Repository URL to vendor from
# Any repository host can be specified here, however initially we'll only
# support automated vendoring from selected sources.
# Type of hosting for the upstream repository
# Valid values are 'gitlab', 'github', googlesource
source-hosting: github
tracking: commit
skip-vendoring-steps:
- hg-add
- spurious-check
- update-moz-build
exclude:
- '**'
include:
- lib
- package-lock.json
- package.json
- rollup.config.js
keep:
- make_bundle.sh
- LICENSE
update-actions:
- action: run-script
script: 'make_bundle.sh'
cwd: '{yaml_dir}'
- action: replace-in-file-regex
file: '{yaml_dir}/../README.icaljs'
pattern: '\[revision [0-9a-f\.]+\]'
with: '[revision {revision}]'
- action: move-file
from: 'dist/ical.js'
to: '../../calendar/base/modules/Ical.sys.mjs'
- action: delete-path
path: 'dist'
- action: delete-path
path: 'node_modules'
- action: delete-path
path: 'lib'
- action: delete-path
path: 'package-lock.json'
- action: delete-path
path: 'package.json'
- action: delete-path
path: 'rollup.config.js'