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/.
Max gerrit-no-reply at lists.osmocom.orgHello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/3715
to look at the new patch set (#2).
Use release helper from libosmocore
See
https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
for details.
Change-Id: Iafe5905895a656b7055d58ca8f745fcfa4bd9886
Related: OS#1861
---
M Makefile.am
M configure.ac
2 files changed, 7 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcap refs/changes/15/3715/2
diff --git a/Makefile.am b/Makefile.am
index 798c092..6caa009 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,9 @@
BUILT_SOURCES = $(top_srcdir)/.version
EXTRA_DIST = git-version-gen .version
+
+ at RELMAKE@
+
$(top_srcdir)/.version:
echo $(VERSION) > $@-t && mv $@-t $@
dist-hook:
diff --git a/configure.ac b/configure.ac
index 4c0a12f..b370e0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,10 @@
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+dnl include release helper
+RELMAKE='-include osmo-release.mk'
+AC_SUBST([RELMAKE])
+
dnl checks for programs
AC_PROG_MAKE_SET
AC_PROG_CC
--
To view, visit https://gerrit.osmocom.org/3715
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Iafe5905895a656b7055d58ca8f745fcfa4bd9886
Gerrit-PatchSet: 2
Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder