Commit Graph

129 Commits

Author SHA1 Message Date
David Prevot 2560deec1e Follow symlinx for LXC containers 2024-01-17 11:39:06 +01:00
Jérémy Lecour d01286e0b9
Release 23.10.1 2023-10-09 18:10:17 +02:00
Jérémy Lecour 2f2e723bc0
Use a special variable name since USER is always defined from the environment 2023-10-09 18:09:34 +02:00
Jérémy Lecour 252fe746a7
Release 23.10 2023-10-09 16:22:02 +02:00
Jérémy Lecour 8a7cf0a941
switch to -u,--user to force a specific user 2023-10-09 16:07:34 +02:00
Brice Waegeneire f594a54e07 Fix missing parsing of --autosysadmin flag 2022-07-07 10:58:07 +02:00
Brice Waegeneire 33504c4c01 Release 22.07 2022-07-05 16:53:26 +02:00
Brice Waegeneire 21f7464d42 Add --autosysadmin flag 2022-07-05 16:47:07 +02:00
Brice Waegeneire 95b45bac8e add support for autosysadmin 2022-05-31 18:19:58 +02:00
Mathieu Trossevin a33021b041
Add commiting changes to /etc in lxc containers 2022-03-17 17:53:15 +01:00
Jérémy Lecour 9aa16dff73 Release 22.01 2022-01-25 10:57:22 +01:00
Jérémy Lecour b8bb014b8d Add version/host/user headers in sent email 2022-01-25 10:48:35 +01:00
Jérémy Lecour c83a1043c7 Release 0.6.4 2021-06-17 10:55:57 +02:00
Jérémy Lecour 46b8015d93 fallback if findmnt is absent 2021-06-17 10:54:59 +02:00
Jérémy Lecour edca7cee17 Release 0.6.3 2020-03-02 22:10:57 +01:00
Jérémy Lecour 26d4a2e219 Notify syslog when partitions are re-mounted (Linux) 2020-03-02 22:10:31 +01:00
Jérémy Lecour f5abdd2912 Release 0.6.2 2020-03-02 14:44:56 +01:00
Jérémy Lecour a811b008c7 better read-only detection for Linux 2020-03-02 14:43:47 +01:00
Tristan PILAT 29ac93e250 Following last modifications, increment version 2019-11-15 16:53:14 +01:00
Tristan PILAT c88bc83145 Fix an escape bug
printf: unknown escape sequence `\ '
2019-11-15 16:48:50 +01:00
Tristan PILAT bf6cf1bf00 Introduce an OS condition to handle OpenBSD
Amended functions are the following:

is_repository_readonly()
remount_repository_readwrite()
remount_repository_readonly()
2019-11-15 16:45:45 +01:00
Jérémy Lecour c8155a8d99 commit changes in /usr/share/scripts/ if needed 2019-11-05 14:51:49 +01:00
Jérémy Lecour a159f77649 Add /usr/share/scripts to the list of possible Git repositories 2019-10-30 13:25:16 +01:00
Jérémy Lecour 9f3e90766d Version 0.5.1 2019-08-21 15:39:18 +02:00
Jérémy Lecour a3fb426ecf verify command presence only if needed 2019-08-21 15:37:10 +02:00
Nicolas Roman f7fa476de8 changed error handling for curl and the backend 2019-04-10 14:49:02 +02:00
Nicolas Roman fe095a20f7 set --no-db argument to default 2019-04-10 14:37:14 +02:00
Nicolas Roman 5ad41113ad added return code handler for curl 2019-04-10 10:45:21 +02:00
Nicolas Roman 8c6c7d5b00 added hook_api 2019-03-28 15:46:40 +01:00
Jérémy Lecour 5a28e2bfb7 Version 0.5.0 2019-03-26 15:04:48 +01:00
Jérémy Lecour 68d88abb7c evocheck is disabled by default
the feature is not completely ready
2019-03-26 15:04:13 +01:00
Jérémy Lecour def18270f1 Add evocheck execution 2019-03-19 13:51:42 +01:00
Jérémy Lecour a36b0bed83 comment *_SHORT variables 2019-03-19 13:50:52 +01:00
Jérémy Lecour 22635267fe explicite dependencies + safeguard missing commands 2019-03-18 23:25:18 +01:00
Jérémy Lecour 47c452f977 quote grep parameter 2019-03-18 22:59:37 +01:00
Jérémy Lecour 8d0eddaf6f bump version 2019-03-18 15:11:16 +01:00
Jérémy Lecour a7e1133408 Show more git stats 2019-03-18 15:11:09 +01:00
Jérémy Lecour bea327a254 embed the template in a function
sed is not very good with multi-line search/replace, so we've decided to 
use a shell function to format the mail.
2019-03-18 14:15:09 +01:00
Jérémy Lecour b8b94a66ce ignore unknown arguments that don't start with a "-" 2019-03-18 13:36:07 +01:00
Jérémy Lecour c9c061f811 long and short commit information 2019-03-18 07:44:28 +01:00
Jérémy Lecour 80087f3c38 small display fix 2019-03-16 20:09:33 +01:00
Jérémy Lecour d05de0f925 replace $(echo $(cmd)) by $(cmd) 2019-03-16 19:40:53 +01:00
Jérémy Lecour 71d1fc417c "who -m" output must be normalized 2019-03-16 19:40:20 +01:00
Jérémy Lecour c47ebee7c0 Improve logging
logging is treated as other hooks regarding verbose and dry-run modes
2019-03-15 22:53:08 +01:00
Jérémy Lecour 72f7dc1159 reading from stdin is back! 2019-03-13 15:40:48 +01:00
Jérémy Lecour 7a2945a1e3 bump beta version 2019-03-13 15:35:44 +01:00
Jérémy Lecour 6d134e2d89 move copyrigh and license into "show_version()" 2019-03-12 23:57:24 +01:00
Jérémy Lecour 42b781db96 Display git statuses before typing the message 2019-03-12 23:31:58 +01:00
Jérémy Lecour ca9c7ec654 Add "auto" mode 2019-03-12 23:29:25 +01:00
Jérémy Lecour 0a6a45066d Split interactive and non interactive parts of hooks execution 2019-03-12 22:49:27 +01:00