]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 27 Jul 2023 06:08:45 +0000 (08:08 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 27 Jul 2023 06:08:45 +0000 (08:08 +0200)
- added alias for forgejo

fba/helpers/software.py

index a93b086d6f16fcb91496f43b09d6541cece725a4..c108103664519762dd57011a08cbfc8d57ccb63f 100644 (file)
@@ -70,6 +70,9 @@ def alias(software: str) -> str:
     elif software == "tkz relay":
         logger.debug("Setting aoderelay: software='%s'", software)
         software = "aoderelay"
+    elif software == "gitdab":
+        logger.debug("Setting forgejo: software='%s'", software)
+        software = "forgejo"
     elif software.find("/") > 0:
         logger.warning("Spliting of slash: software='%s'", software)
         software = software.split("/")[-1]