From ea3dc3d5a5d14ab12fdae09d1201fdfb004e5fe7 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 17 Dec 2018 08:20:51 +0100 Subject: [PATCH] check_devices_in_wiki.py: update instructions Explain that one needs to set "booting = yes" in the infobox, instead of manually adding the device to the overview nowadays. --- .gitlab-ci/check_devices_in_wiki.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci/check_devices_in_wiki.py b/.gitlab-ci/check_devices_in_wiki.py index 2c272c086..d260135ea 100755 --- a/.gitlab-ci/check_devices_in_wiki.py +++ b/.gitlab-ci/check_devices_in_wiki.py @@ -92,8 +92,7 @@ def main(): print("Now it's time to add some documentation:") print("1) Create a device specific wiki page as described here:") print(" ") - print("2) Add your device to the overview matrix:") - print(" ") + print("2) Set 'booting = yes' in the infobox of your device page.") print("3) Run these tests again with an empty commit in your MR:") print(" $ git commit --allow-empty -m 'run tests again'") print("")