From 3fc10000799ffcbfda18716425a4af4ad7abae2a Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 5 Jul 2021 09:32:39 +0000 Subject: Replace 'latest' with its date This fixes fetching attributes and avoid 1 warning per package --- autobuild/results.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autobuild/results.php b/autobuild/results.php index 3d1ff7c..e9f5541 100644 --- a/autobuild/results.php +++ b/autobuild/results.php @@ -41,7 +41,7 @@ foreach ($latestlinks as $link) { } $run = $_GET['run']; -if (!$run) { +if (!$run || $run=="latest") { $run = $latest; } -- cgit v1.2.1