osmith has submitted this change. ( https://gerrit.osmocom.org/c/openbsc/+/31721 )
Change subject: manuals: set OSMO_REPOSITORY ...................................................................... manuals: set OSMO_REPOSITORY Fix uploading manuals to the wrong directory. Related: OS#5902 Change-Id: I44f138c4102ea74f8e88350e130a9303203d6440 --- M manuals/OsmoBSCMGCP/Makefile M manuals/OsmoBSCNAT/Makefile M manuals/OsmoNITB/Makefile 3 files changed, 15 insertions(+), 0 deletions(-) Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified diff --git a/manuals/OsmoBSCMGCP/Makefile b/manuals/OsmoBSCMGCP/Makefile index a6cbc8e..39750d1 100644 --- a/manuals/OsmoBSCMGCP/Makefile +++ b/manuals/OsmoBSCMGCP/Makefile @@ -4,4 +4,5 @@ VTY_REFERENCE = osmo-bsc-mgcp-vty-reference.xml include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc +OSMO_REPOSITORY = openbsc include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc diff --git a/manuals/OsmoBSCNAT/Makefile b/manuals/OsmoBSCNAT/Makefile index 9b8e208..b0cce48 100644 --- a/manuals/OsmoBSCNAT/Makefile +++ b/manuals/OsmoBSCNAT/Makefile @@ -4,4 +4,5 @@ VTY_REFERENCE = osmo-bsc-nat-vty-reference.xml include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc +OSMO_REPOSITORY = openbsc include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc diff --git a/manuals/OsmoNITB/Makefile b/manuals/OsmoNITB/Makefile index 9f28305..e1dcda1 100644 --- a/manuals/OsmoNITB/Makefile +++ b/manuals/OsmoNITB/Makefile @@ -8,4 +8,5 @@ VTY_REFERENCE = osmonitb-vty-reference.xml include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc +OSMO_REPOSITORY = openbsc include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc -- To view, visit https://gerrit.osmocom.org/c/openbsc/+/31721 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: openbsc Gerrit-Branch: master Gerrit-Change-Id: I44f138c4102ea74f8e88350e130a9303203d6440 Gerrit-Change-Number: 31721 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-MessageType: merged
