Change-Id: I3f5573f81460b40d4606fbcf0febcfd078a7bdca Related: OS#1700changes/94/14494/2
parent
b3bdc768be
commit
a794ff4f46
@ -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_MSC_BRANCH=$COMMIT ./regen_doc.sh osmo-msc 4254 \ |
||||
"$MANUAL_DIR/chapters/counters_generated.adoc" \ |
||||
"$MANUAL_DIR/vty/msc_vty_reference.xml" |
Loading…
Reference in new issue