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/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via faaf2528b11653c955d649341fe2eebea6cfa128 (commit)
from 936151bbffc6a06124dac7252a5bf183f89581ea (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=faaf2528b11653c955d649341fe2eebea6cfa128
commit faaf2528b11653c955d649341fe2eebea6cfa128
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date: Sun Apr 24 20:16:41 2016 +0200
doxygen: Try to uninstall the search files as well
Try to fix this by putting the search directory first as I don't
know how to pass -r to the RM command.
rm -f doc/{core,gsm,vty,codec}/{html,latex}/* doc/html.tar doc/{core,gsm,vty,codec}/doxygen_sqlite3.db
rm: cannot remove âdoc/core/html/searchâ: Is a directory
rm: cannot remove âdoc/gsm/html/searchâ: Is a directory
rm: cannot remove âdoc/vty/html/searchâ: Is a directory
rm: cannot remove âdoc/codec/html/searchâ: Is a directory
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications