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/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/3773
to look at the new patch set (#4).
configure.ac: Package is now called osmo-bsc, not openbsc
Change-Id: I85511946316a34877080ac55553c5b88e34bd1be
---
M configure.ac
M debian/osmo-bsc.install
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/73/3773/4
diff --git a/configure.ac b/configure.ac
index a091b39..5d684ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script
-AC_INIT([openbsc],
+AC_INIT([osmo-bsc],
m4_esyscmd([./git-version-gen .tarball-version]),
[openbsc at lists.osmocom.org])
diff --git a/debian/osmo-bsc.install b/debian/osmo-bsc.install
index 85e2103..cce0f65 100644
--- a/debian/osmo-bsc.install
+++ b/debian/osmo-bsc.install
@@ -1,2 +1,2 @@
usr/bin
-usr/share/doc/openbsc/examples/osmo-bsc
+usr/share/doc/osmo-bsc/examples/osmo-bsc
--
To view, visit https://gerrit.osmocom.org/3773
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I85511946316a34877080ac55553c5b88e34bd1be
Gerrit-PatchSet: 4
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder