From ddd35f039032dbf54112a7506bb74290f2915751 Mon Sep 17 00:00:00 2001
From: Alex Iribarren <Alex.Iribarren@cern.ch>
Date: Fri, 22 Apr 2022 15:11:17 +0200
Subject: [PATCH] Reorder packages

---
 docs/koji/bootstrapping.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/koji/bootstrapping.md b/docs/koji/bootstrapping.md
index b108c70..c09b799 100644
--- a/docs/koji/bootstrapping.md
+++ b/docs/koji/bootstrapping.md
@@ -509,10 +509,10 @@ be needed by the rpmci Docker images, if it exists and makes sense for your new
 
 Other packages will be needed for the cloud image:
 
-* [`cern-get-keytab`](https://gitlab.cern.ch/linuxsupport/rpms/cern-get-keytab)
 * [`msktutil`](https://gitlab.cern.ch/linuxsupport/rpms/msktutil)
 * [`perl-WWW-Curl`](https://gitlab.cern.ch/linuxsupport/rpms/perl-www-curl)
 * [`perl-Authen-Krb5`](https://gitlab.cern.ch/linuxsupport/rpms/perl-authen-krb5)
+* [`cern-get-keytab`](https://gitlab.cern.ch/linuxsupport/rpms/cern-get-keytab)
 
 These packages will be needed for openafs:
 
@@ -522,6 +522,7 @@ These packages will be needed for openafs:
 The `cern` tag's [`comps.xml`](https://gitlab.cern.ch/linuxsupport/comps.xml)
 file will probably list other RPMs you need to build, such as:
 
+* [`locmap-firstboot`](https://gitlab.cern.ch/linuxsupport/rpms/locmap/locmap-firstboot)
 * [`cern-anaconda-addon`](https://gitlab.cern.ch/linuxsupport/rpms/cern-anaconda-addon)
 * [`hepix`](https://gitlab.cern.ch/linuxsupport/rpms/hepix)
 * [`cern-get-sso-cookie`](https://gitlab.cern.ch/linuxsupport/rpms/cern-get-sso-cookie)
@@ -529,7 +530,6 @@ file will probably list other RPMs you need to build, such as:
 * [`sicgsfilter`](https://gitlab.cern.ch/linuxsupport/rpms/sicgsfilter)
 * [`lpadmincern`](https://gitlab.cern.ch/linuxsupport/rpms/lpadmincern)
 * [`cern-config-users`](https://gitlab.cern.ch/linuxsupport/rpms/cern-config-users)
-* [`locmap-firstboot`](https://gitlab.cern.ch/linuxsupport/rpms/locmap/locmap-firstboot)
 
 
 ## Start creating new tags
-- 
GitLab