daniel has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-pcu/+/14520


Change subject: manuals: Add script to regenerate vty/counter documentation
......................................................................

manuals: Add script to regenerate vty/counter documentation

Change-Id: Iff570e85828c87d69a7a49a00d9459094077ca30
Related: OS#1700
---
M doc/manuals/Makefile.am
A doc/manuals/regen_doc.sh
2 files changed, 18 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/20/14520/1

diff --git a/doc/manuals/Makefile.am b/doc/manuals/Makefile.am
index 96675ec..a29b48f 100644
--- a/doc/manuals/Makefile.am
+++ b/doc/manuals/Makefile.am
@@ -3,6 +3,7 @@
     osmopcu-usermanual.adoc \
     osmopcu-usermanual-docinfo.xml \
     osmopcu-vty-reference.xml \
+    regen_doc.sh \
     chapters \
     gb \
     vty
diff --git a/doc/manuals/regen_doc.sh b/doc/manuals/regen_doc.sh
new file mode 100755
index 0000000..aae5566
--- /dev/null
+++ b/doc/manuals/regen_doc.sh
@@ -0,0 +1,17 @@
+#!/bin/sh -x
+
+if [ -z "$DOCKER_PLAYGROUND" ]; then
+       echo "You need to set DOCKER_PLAYGROUND"
+       exit 1
+fi
+
+SCRIPT=$(realpath "$0")
+MANUAL_DIR=$(dirname "$SCRIPT")
+
+COMMIT=${COMMIT:-$(git log -1 --format=format:%H)}
+
+cd "$DOCKER_PLAYGROUND/scripts" || exit 1
+
+OSMO_PCU_BRANCH=$COMMIT ./regen_doc.sh osmo-pcu 4240 \
+       "$MANUAL_DIR/chapters/counters_generated.adoc" \
+       "$MANUAL_DIR/vty/osmo-pcu_vty_reference.xml"

--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/14520
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Iff570e85828c87d69a7a49a00d9459094077ca30
Gerrit-Change-Number: 14520
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <[email protected]>
Gerrit-MessageType: newchange

Reply via email to