Skip to content

Commit

Permalink
git subrepo pull subrepos/skewer
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "subrepos/skewer"
  merged:   "33377e1"
upstream:
  origin:   "https://github.com/skupperproject/skewer.git"
  branch:   "main"
  commit:   "33377e1"
git-subrepo:
  version:  "0.4.6"
  origin:   "???"
  commit:   "???"
  • Loading branch information
ssorj committed Nov 10, 2023
1 parent 8d94726 commit 9d99e7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions subrepos/skewer/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = https://github.com/skupperproject/skewer.git
branch = main
commit = fac5f89e0be667bd84ce8881991f7071837d5465
parent = 07f3266e2cd84509c215577c5f94a284841b58b2
commit = 33377e146a738bd75939d59c7cefa60a10ec9a31
parent = 8d94726d98aad1eebff61839b174b2d0379cc0d4
method = merge
cmdver = 0.4.6
3 changes: 2 additions & 1 deletion subrepos/skewer/python/skewer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,10 @@ def _generate_readme_step(skewer_data, step_data):
for i, item in enumerate(items):
site_name, commands = item
namespace = skewer_data["sites"][site_name]["namespace"]
title = skewer_data["sites"][site_name].get("title", namespace)
outputs = list()

out.append(f"_**Console for {namespace}:**_")
out.append(f"_**Console for {title}:**_")
out.append("")
out.append("~~~ shell")

Expand Down

0 comments on commit 9d99e7b

Please sign in to comment.