From 33fe30363cd98f2ff6c77e368ecfc10fa9244a5e Mon Sep 17 00:00:00 2001
From: Steve Traylen <steve.traylen@cern.ch>
Date: Mon, 7 Apr 2025 15:14:34 +0200
Subject: [PATCH] Run createtag scripts as self

It is no longer correct to run the create tag scripts on lxbuild.

Run them as your self instead.
---
 docs/koji/addnewtag.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/koji/addnewtag.md b/docs/koji/addnewtag.md
index d2fa7cb..f863cdc 100644
--- a/docs/koji/addnewtag.md
+++ b/docs/koji/addnewtag.md
@@ -15,7 +15,7 @@ Change the `TAG` variable and the other default variables as necessary.
 
 Add it to git, commit, push, (wait for the MR to be reviewed if it's your first time).
 
-Then, login in `lxsoftadm01` as `build`, change directory into `bin/tags`, do a `git pull` and run the script(s) from the master branch et voila!
+Finally switch back to master branch, `git fetch ; git reset --hard origin/master`, change directory into `bin/tags`. Finally run the script(s) you just created et voila!
 
 ### 2. **Adding the admin egroup to ACL**
 
-- 
GitLab