Loading debian/.git-dpm +2 −2 Original line number Diff line number Diff line # see git-dpm(1) from git-dpm package 02702bdfe14d8a04643a45b03715f734ae34dbac 02702bdfe14d8a04643a45b03715f734ae34dbac 756b9b2aeb74618320652905bc366995ed84d683 756b9b2aeb74618320652905bc366995ed84d683 59aeb1cfaa3d5bfd7bbeeee0f0d37f6d9eed51fe 59aeb1cfaa3d5bfd7bbeeee0f0d37f6d9eed51fe grub2_2.02+dfsg1.orig.tar.xz Loading debian/changelog +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ grub2 (2.02+dfsg1-8) UNRELEASED; urgency=medium try to explain better how they fit together and which one should be used (based loosely on work by Justin B Rye, for which thanks; closes: #630224). * Skip flaky grub_cmd_set_date test (closes: #906470). [ Debconf translations ] * [sv] Swedish (Martin Bagge and Anders Jonsson; closes: #851964). Loading debian/patches/series +1 −0 Original line number Diff line number Diff line Loading @@ -68,3 +68,4 @@ fix_lockdown.patch tests-disable-sercon-in-seabios.patch tests-fix-uhci-qemu-options.patch R_X86_64_PLT32.patch skip-grub_cmd_set_date.patch debian/patches/skip-grub_cmd_set_date.patch 0 → 100644 +27 −0 Original line number Diff line number Diff line From 756b9b2aeb74618320652905bc366995ed84d683 Mon Sep 17 00:00:00 2001 From: Colin Watson <cjwatson@debian.org> Date: Sun, 28 Oct 2018 19:45:56 +0000 Subject: Skip flaky grub_cmd_set_date test Bug-Debian: https://bugs.debian.org/906470 Last-Update: 2018-10-28 Patch-Name: skip-grub_cmd_set_date.patch --- tests/grub_cmd_set_date.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/grub_cmd_set_date.in b/tests/grub_cmd_set_date.in index c594ae3fc..0b62b9854 100644 --- a/tests/grub_cmd_set_date.in +++ b/tests/grub_cmd_set_date.in @@ -1,6 +1,9 @@ #! /bin/bash set -e +echo "Skipping flaky test." +exit 77 + . "@builddir@/grub-core/modinfo.sh" case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in tests/grub_cmd_set_date.in +3 −0 Original line number Diff line number Diff line #! /bin/bash set -e echo "Skipping flaky test." exit 77 . "@builddir@/grub-core/modinfo.sh" case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in Loading Loading
debian/.git-dpm +2 −2 Original line number Diff line number Diff line # see git-dpm(1) from git-dpm package 02702bdfe14d8a04643a45b03715f734ae34dbac 02702bdfe14d8a04643a45b03715f734ae34dbac 756b9b2aeb74618320652905bc366995ed84d683 756b9b2aeb74618320652905bc366995ed84d683 59aeb1cfaa3d5bfd7bbeeee0f0d37f6d9eed51fe 59aeb1cfaa3d5bfd7bbeeee0f0d37f6d9eed51fe grub2_2.02+dfsg1.orig.tar.xz Loading
debian/changelog +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ grub2 (2.02+dfsg1-8) UNRELEASED; urgency=medium try to explain better how they fit together and which one should be used (based loosely on work by Justin B Rye, for which thanks; closes: #630224). * Skip flaky grub_cmd_set_date test (closes: #906470). [ Debconf translations ] * [sv] Swedish (Martin Bagge and Anders Jonsson; closes: #851964). Loading
debian/patches/series +1 −0 Original line number Diff line number Diff line Loading @@ -68,3 +68,4 @@ fix_lockdown.patch tests-disable-sercon-in-seabios.patch tests-fix-uhci-qemu-options.patch R_X86_64_PLT32.patch skip-grub_cmd_set_date.patch
debian/patches/skip-grub_cmd_set_date.patch 0 → 100644 +27 −0 Original line number Diff line number Diff line From 756b9b2aeb74618320652905bc366995ed84d683 Mon Sep 17 00:00:00 2001 From: Colin Watson <cjwatson@debian.org> Date: Sun, 28 Oct 2018 19:45:56 +0000 Subject: Skip flaky grub_cmd_set_date test Bug-Debian: https://bugs.debian.org/906470 Last-Update: 2018-10-28 Patch-Name: skip-grub_cmd_set_date.patch --- tests/grub_cmd_set_date.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/grub_cmd_set_date.in b/tests/grub_cmd_set_date.in index c594ae3fc..0b62b9854 100644 --- a/tests/grub_cmd_set_date.in +++ b/tests/grub_cmd_set_date.in @@ -1,6 +1,9 @@ #! /bin/bash set -e +echo "Skipping flaky test." +exit 77 + . "@builddir@/grub-core/modinfo.sh" case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
tests/grub_cmd_set_date.in +3 −0 Original line number Diff line number Diff line #! /bin/bash set -e echo "Skipping flaky test." exit 77 . "@builddir@/grub-core/modinfo.sh" case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in Loading