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 eb57280f825bc3d1cf0879f5ec6be1d81994c720 (commit)
via adf43282ea4be8bf6ca4e7b71ce342fffc5f171d (commit)
via 012e0d72fdf6337ccc34b9a75cabf924fd95d472 (commit)
via 168a9ec0fb1b47c3602804b8af26f28b207a953d (commit)
from a4951de6e6b4115c2af3d8780182e363ab1a9adb (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=eb57280f825bc3d1cf0879f5ec6be1d81994c720
commit eb57280f825bc3d1cf0879f5ec6be1d81994c720
Merge: adf43282e a4951de6e
Author: Art Cancro <[email protected]>
Date: Thu Jan 7 14:41:58 2021 -0500
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
commit a4951de6e6b4115c2af3d8780182e363ab1a9adb
Author: Art Cancro <[email protected]>
Date: Sun Jan 3 14:37:09 2021 -0500
XMPP Mortuary blocks are now tagged with the user they represent, so if
they delete their config room we know who is responsible.
http://code.citadel.org/?p=citadel.git&a=commit&h=adf43282ea4be8bf6ca4e7b71ce342fffc5f171d
commit adf43282ea4be8bf6ca4e7b71ce342fffc5f171d
Author: Art Cancro <[email protected]>
Date: Thu Jan 7 14:40:15 2021 -0500
Remove install directories after build
http://code.citadel.org/?p=citadel.git&a=commit&h=012e0d72fdf6337ccc34b9a75cabf924fd95d472
commit 012e0d72fdf6337ccc34b9a75cabf924fd95d472
Author: Art Cancro <[email protected]>
Date: Thu Jan 7 14:26:41 2021 -0500
appimage supervisor is functionally complete
http://code.citadel.org/?p=citadel.git&a=commit&h=168a9ec0fb1b47c3602804b8af26f28b207a953d
commit 168a9ec0fb1b47c3602804b8af26f28b207a953d
Author: Art Cancro <[email protected]>
Date: Thu Jan 7 12:35:54 2021 -0500
Moved the appimage project into the main tree
-----------------------------------------------------------------------
Summary of changes:
appimage/.gitignore | 2 +
appimage/build_appimage.sh | 56 +++++++++++++++++
appimage/citadel.AppDir/.DirIcon | 1 +
appimage/citadel.AppDir/AppRun | 5 ++
appimage/citadel.AppDir/citadel.desktop | 8 +++
appimage/citadel.AppDir/citadel.png | Bin 0 -> 926 bytes
appimage/ctdlvisor.c | 108 ++++++++++++++++++++++++++++++++
7 files changed, 180 insertions(+)
create mode 100644 appimage/.gitignore
create mode 100755 appimage/build_appimage.sh
create mode 120000 appimage/citadel.AppDir/.DirIcon
create mode 100755 appimage/citadel.AppDir/AppRun
create mode 100644 appimage/citadel.AppDir/citadel.desktop
create mode 100644 appimage/citadel.AppDir/citadel.png
create mode 100644 appimage/ctdlvisor.c
hooks/post-receive
--
Citadel Server, WebCit, utilities