Bug 1726117 - Remove snapshot configuration for debian-packages tasks. r=taskgraph-reviewers,bhearsum

It hasn't been used since bug 1431523.

Differential Revision: https://phabricator.services.mozilla.com/D122828
This commit is contained in:
Mike Hommey 2021-08-18 03:42:46 +00:00
Родитель 28b899faee
Коммит fb8c00012f
2 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -6,7 +6,6 @@ job-defaults:
run:
using: debian-package
dist: jessie
snapshot: 20210208T213147Z
deb10-cmake:
description: "Cmake backport for Debian buster"

Просмотреть файл

@ -62,10 +62,6 @@ debian_schema = common_schema.extend(
Required("using"): "debian-package",
# Debian distribution
Required("dist"): text_type,
# Date of the snapshot (from snapshot.debian.org) to use, in the format
# YYYYMMDDTHHMMSSZ. The same date is used for the base docker-image name
# (only the YYYYMMDD part).
Required("snapshot"): text_type,
}
)