public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/2] travis: Fix testing on debian oldstable
@ 2019-03-26 12:52 Petr Vorel
  2019-03-26 12:52 ` [LTP] [PATCH 2/2] travis: Reorder builds to speedup testing Petr Vorel
  2019-03-26 14:39 ` [LTP] [PATCH 1/2] travis: Fix testing on debian oldstable Petr Vorel
  0 siblings, 2 replies; 3+ messages in thread
From: Petr Vorel @ 2019-03-26 12:52 UTC (permalink / raw)
  To: ltp

which failed due missing oldstable-updates repository

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Hi,

probably nobody cares much about travis, but sending anyway.

There is still one build failure on opensuse/tumbleweed,
should be fixed soon by openSUSE project.

Kind regards,
Petr
---
 travis/debian.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/travis/debian.sh b/travis/debian.sh
index 3918a915f..56c8a08be 100755
--- a/travis/debian.sh
+++ b/travis/debian.sh
@@ -1,7 +1,11 @@
 #!/bin/sh
-# Copyright (c) 2018 Petr Vorel <pvorel@suse.cz>
+# Copyright (c) 2018-2019 Petr Vorel <pvorel@suse.cz>
 set -e
 
+# workaround for missing oldstable-updates repository
+# W: Failed to fetch http://deb.debian.org/debian/dists/oldstable-updates/main/binary-amd64/Packages
+grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/apt/sources.list
+
 apt update
 
 apt install -y --no-install-recommends \
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-26 14:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-26 12:52 [LTP] [PATCH 1/2] travis: Fix testing on debian oldstable Petr Vorel
2019-03-26 12:52 ` [LTP] [PATCH 2/2] travis: Reorder builds to speedup testing Petr Vorel
2019-03-26 14:39 ` [LTP] [PATCH 1/2] travis: Fix testing on debian oldstable Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox