This is an automated email from the git hooks/post-receive script. New change to branch develop in repository mum. See http://git.chorem.org/mum.git from 3cb88d4 replace run.sh to mum.sh new 9b0876f rewrite/refactor all script and package (deb, rpm) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 9b0876fcebb07e408284dd1a87f98ebcd4a33044 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Wed Jul 1 19:56:03 2015 +0200 rewrite/refactor all script and package (deb, rpm) Summary of changes: mum.conf => conf/mum.conf | 2 + conf/mum.sudoers.d | 1 + debian/postinst | 38 +++---------------- debian/postrm | 9 +++++ debian/preinst | 5 +++ debian/rules | 40 +++++++++----------- in-venv.sh | 7 ---- install.sh | 35 ----------------- mum.sh | 11 ------ redhat/mum.spec | 52 ++++++++++++++++++------- mum-daemon.sh => scripts/mum-daemon.sh | 0 scripts/mum-env.sh | 69 ++++++++++++++++++++++++++++++++++ scripts/mum-in-venv.sh | 14 +++++++ scripts/mum-install-venv.sh | 16 ++++++++ scripts/mum.service | 8 ++++ scripts/mum.sh | 12 ++++++ 16 files changed, 198 insertions(+), 121 deletions(-) rename mum.conf => conf/mum.conf (93%) create mode 100644 conf/mum.sudoers.d mode change 100644 => 100755 debian/postinst create mode 100755 debian/postrm create mode 100755 debian/preinst delete mode 100755 in-venv.sh delete mode 100755 install.sh delete mode 100755 mum.sh rename mum-daemon.sh => scripts/mum-daemon.sh (100%) create mode 100755 scripts/mum-env.sh create mode 100755 scripts/mum-in-venv.sh create mode 100755 scripts/mum-install-venv.sh create mode 100644 scripts/mum.service create mode 100755 scripts/mum.sh -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.