This 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 "Citadel Server, WebCit, utilities".

The branch, master has been updated
       via  669ff8aba0ce98da1fa9787b4917969cc6fc1e25 (commit)
      from  316f01d07e6e7b5f50e5b6f210ebd6098a1a4fb2 (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://code.citadel.org/?p=citadel.git&a=commit&h=669ff8aba0ce98da1fa9787b4917969cc6fc1e25
commit 669ff8aba0ce98da1fa9787b4917969cc6fc1e25
Author: Art Cancro <a...@citadel.org>
Date:   Mon Dec 27 14:27:08 2021 -0500

    Removed the obsolete 'setup' utility.  It is not used by any currently 
supported installation method.
    Removed the unfinished 'setup wizard'.
    Removed the unused 'tests' directory.

-----------------------------------------------------------------------

Summary of changes:
 webcit/Makefile.in         |  12 +-
 webcit/auth.c              |  38 +--
 webcit/configure.ac        |   2 +-
 webcit/setup.c             | 765 ---------------------------------------------
 webcit/setup_wizard.c      |  53 ----
 webcit/tests/.gitignore    |   4 -
 webcit/tests/Makefile.in   | 139 --------
 webcit/tests/test_main.c   | 232 --------------
 webcit/tests/test_tools.c  | 322 -------------------
 webcit/tests/webcit_test.h |  15 -
 webcit/webcit.h            |   2 -
 webcit/webserver.c         |  34 +-
 12 files changed, 18 insertions(+), 1600 deletions(-)
 delete mode 100644 webcit/setup.c
 delete mode 100644 webcit/setup_wizard.c
 delete mode 100644 webcit/tests/.gitignore
 delete mode 100644 webcit/tests/Makefile.in
 delete mode 100644 webcit/tests/test_main.c
 delete mode 100644 webcit/tests/test_tools.c
 delete mode 100644 webcit/tests/webcit_test.h


hooks/post-receive
-- 
Citadel Server, WebCit, utilities

Reply via email to