This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.orgHello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/3736
to look at the new patch set (#2).
Allow easily disabling GFDL references
All parts referencing GFDL can be easily disabled by removing the
'gfdl-enabled' attribute from the document.
Change-Id: I2489726ad2e90301bceadfada926e31ae0f85986
---
M OsmoBSC/osmobsc-usermanual.adoc
M OsmoBTS/osmobts-abis.adoc
M OsmoBTS/osmobts-usermanual.adoc
M OsmoNITB/osmonitb-usermanual.adoc
M OsmoPCU/osmopcu-gb.adoc
M OsmoPCU/osmopcu-usermanual.adoc
M OsmoSGSN/osmosgsn-usermanual.adoc
M common/chapters/glossary.adoc
M common/chapters/preface.adoc
9 files changed, 19 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/36/3736/2
diff --git a/OsmoBSC/osmobsc-usermanual.adoc b/OsmoBSC/osmobsc-usermanual.adoc
index 9323373..b455897 100644
--- a/OsmoBSC/osmobsc-usermanual.adoc
+++ b/OsmoBSC/osmobsc-usermanual.adoc
@@ -1,3 +1,5 @@
+:gfdl-enabled:
+
OsmoBSC User Manual
===================
Harald Welte <hwelte at sysmocom.de>
diff --git a/OsmoBTS/osmobts-abis.adoc b/OsmoBTS/osmobts-abis.adoc
index 930cbfb..1e02414 100644
--- a/OsmoBTS/osmobts-abis.adoc
+++ b/OsmoBTS/osmobts-abis.adoc
@@ -1,3 +1,5 @@
+:gfdl-enabled:
+
OsmoBTS Abis Protocol Specification
===================================
Neels Hofmeyr <nhofmeyr at sysmocom.de>
diff --git a/OsmoBTS/osmobts-usermanual.adoc b/OsmoBTS/osmobts-usermanual.adoc
index 4d47b1c..d746d85 100644
--- a/OsmoBTS/osmobts-usermanual.adoc
+++ b/OsmoBTS/osmobts-usermanual.adoc
@@ -1,3 +1,5 @@
+:gfdl-enabled:
+
OsmoBTS User Manual
===================
Harald Welte <hwelte at sysmocom.de>
diff --git a/OsmoNITB/osmonitb-usermanual.adoc b/OsmoNITB/osmonitb-usermanual.adoc
index 73166fa..0d6fa7e 100644
--- a/OsmoNITB/osmonitb-usermanual.adoc
+++ b/OsmoNITB/osmonitb-usermanual.adoc
@@ -1,3 +1,5 @@
+:gfdl-enabled:
+
OsmoNITB User Manual
====================
Harald Welte <hwelte at sysmocom.de>
diff --git a/OsmoPCU/osmopcu-gb.adoc b/OsmoPCU/osmopcu-gb.adoc
index fc2ca8f..64316a2 100644
--- a/OsmoPCU/osmopcu-gb.adoc
+++ b/OsmoPCU/osmopcu-gb.adoc
@@ -1,3 +1,5 @@
+:gfdl-enabled:
+
OsmoPCU Gb Protocol Specification
=================================
Harald Welte <hwelte at sysmocom.de>
diff --git a/OsmoPCU/osmopcu-usermanual.adoc b/OsmoPCU/osmopcu-usermanual.adoc
index 5d2b09c..f47a0a9 100644
--- a/OsmoPCU/osmopcu-usermanual.adoc
+++ b/OsmoPCU/osmopcu-usermanual.adoc
@@ -1,3 +1,5 @@
+:gfdl-enabled:
+
OsmoPCU User Manual
===================
Harald Welte <hwelte at sysmocom.de>
diff --git a/OsmoSGSN/osmosgsn-usermanual.adoc b/OsmoSGSN/osmosgsn-usermanual.adoc
index 12a7b87..79c94f6 100644
--- a/OsmoSGSN/osmosgsn-usermanual.adoc
+++ b/OsmoSGSN/osmosgsn-usermanual.adoc
@@ -1,3 +1,5 @@
+:gfdl-enabled:
+
OsmoSGSN User Manual
====================
Harald Welte <hwelte at sysmocom.de>
diff --git a/common/chapters/glossary.adoc b/common/chapters/glossary.adoc
index c39d439..2a0d3c4 100644
--- a/common/chapters/glossary.adoc
+++ b/common/chapters/glossary.adoc
@@ -96,8 +96,10 @@
Interface between PCU and SGSN in GPRS/EDGE network; uses NS, BSSGP, LLC
GERAN::
GPRS/EDGE Radio Access Network
+ifdef::gfdl-enabled[]
GFDL::
GNU Free Documentation License; a copyleft-style Documentation License
+endif::[]
GGSN::
GPRS Gateway Support Node; gateway between GPRS and external (IP) network
GMSK::
diff --git a/common/chapters/preface.adoc b/common/chapters/preface.adoc
index 13afec1..abb11db 100644
--- a/common/chapters/preface.adoc
+++ b/common/chapters/preface.adoc
@@ -83,10 +83,11 @@
This version of the manual is endorsed by Harald Welte as the official
version of the manual.
+ifdef::gfdl-enabled[]
While the GFDL license (see <<licenses-gfdl>>) permits anyone to create
and distribute modified versions of this manual, such modified
versions must remove the above endorsement.
-
+endif::[]
== Preface
@@ -221,7 +222,7 @@
==== Documentation License
-Please see <<licenses-gfdl>> for further information.
+ifdef::gfdl-enabled[Please see <<licenses-gfdl>> for further information.]
== Introduction
--
To view, visit https://gerrit.osmocom.org/3736
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I2489726ad2e90301bceadfada926e31ae0f85986
Gerrit-PatchSet: 2
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder