Konstantin Stepanov
6c5916af57
errors
2015-03-29 08:39:31 +03:00
Konstantin Stepanov
3c58c74bcb
line numbers for errors
2015-03-28 22:20:52 +03:00
Konstantin Stepanov
c6e6a58930
hardcore development
2015-03-28 22:09:01 +03:00
Konstantin Stepanov
3c43a44706
refactoring and tests
2015-03-28 19:22:49 +03:00
Konstantin Stepanov
d75288cbb3
split up code
2015-03-28 17:03:42 +03:00
Konstantin Stepanov
4ea8dffca3
working parser!
2015-03-27 20:23:13 +03:00
Konstantin Stepanov
608fddcbbd
WIP: rust cargo
2015-03-27 15:51:29 +03:00
Konstantin Stepanov
f38c4c7aa2
bump version 0.8
2014-09-08 11:51:59 +03:00
Konstantin Stepanov
a92d6df592
add MIT license for compatibility for @systemd-cron
2014-09-08 11:46:21 +03:00
Konstantin Stepanov
a99f621d91
Merge pull request #13 from a-detiste/master
...
sort time units
2014-09-04 16:43:53 +03:00
Alexandre Detiste
73df3950bd
sort time units
2014-09-04 14:23:18 +02:00
Konstantin Stepanov
6e01a64709
Merge pull request #12 from a-detiste/master
...
process VISUAL in crontab
2014-09-04 10:57:11 +03:00
Alexandre Detiste
39d8acef3d
add VISUAL
2014-09-03 20:34:00 +02:00
Konstantin Stepanov
e37994db36
Merge pull request #11 from schaal/manpage-fixes
...
Fix spelling errors, trailing whitespaces in manpages.
2014-07-31 10:24:05 +03:00
Daniel Schaal
fba19c2fe2
Fix spelling errors, trailing whitespaces in manpages.
...
Also use minus signs instead of hyphens for
command arguments (\- instead of -).
2014-07-31 09:03:32 +02:00
Konstantin Stepanov
0d8bffd16a
fix pkgbuild file
2014-07-28 12:33:16 +03:00
Konstantin Stepanov
45c60597a9
pkgbuild fix
2014-07-26 16:11:22 +03:00
Konstantin Stepanov
8527f4eaf2
Merge pull request #8 from schaal/remove-unnecessary-update-calls
...
Remove unnecessary call to generator when updating cron units
2014-07-20 19:49:12 +03:00
Konstantin Stepanov
7787ec47ab
Merge pull request #9 from schaal/path-unit
...
Add path unit to monitor changes to crontab files.
2014-07-20 19:48:53 +03:00
Daniel Schaal
fe7580bf5d
Update README.md to not reference systemd-crontab-update for crontab command.
2014-07-20 17:00:08 +02:00
Daniel Schaal
99b2bf041d
remove update() function from crontab
2014-07-20 16:58:50 +02:00
Daniel Schaal
0eff130158
Use try-restart cron.target to only start it when it was active before.
...
Using try-restart cron.target gets only restarted when it was started before,
this way it won't get started when the administrator has decided to not enable
or start it.
2014-07-20 16:47:44 +02:00
Daniel Schaal
d69d3e3016
Add path unit to monitor changes to crontab files.
...
Add systemd-crontab-update.path and .service files to monitor changes
to cron files and start systemd-crontab-update when necessary.
2014-07-20 16:37:39 +02:00
Daniel Schaal
c87019caf8
Remove unnecessary call to generator when updating cron units
...
systemctl daemon-reload already takes care of deleting old unit files
and executing the generators again.
2014-07-20 14:49:23 +02:00
Konstantin Stepanov
537545dee9
Merge pull request #7 from schaal/fix-shell-variable
...
Add shell to job dict
2014-07-20 12:52:15 +03:00
Daniel Schaal
ff6968ace6
Add shell to job dict
2014-07-19 12:35:22 +02:00
Konstantin Stepanov
0e97cdc5f0
WIP: rust step 6
2014-07-15 19:40:00 +03:00
Konstantin Stepanov
f5617c516a
WIP: rust step 5
2014-07-15 11:29:00 +03:00
Konstantin Stepanov
f49943513f
WIP: rust step 4
2014-07-14 20:54:25 +03:00
Konstantin Stepanov
ada7f0c35a
WIP: rust step 3
2014-07-14 20:13:43 +03:00
Konstantin Stepanov
3527eee8d4
WIP: rust step 2
2014-07-14 19:55:47 +03:00
Konstantin Stepanov
3a96d4edeb
WIP: rust step 1
2014-07-14 18:56:16 +03:00
Konstantin Stepanov
e79744089a
rust implementation for crontab generator
2014-07-14 17:51:06 +03:00
Konstantin Stepanov
d4c2206b7f
add .py extension to python files
2014-07-14 17:50:37 +03:00
Konstantin Stepanov
450bcf0fb9
program name update in man page
2014-07-12 15:21:48 +03:00
Konstantin Stepanov
64467fc239
Merge pull request #3 from a-detiste/master
...
crontab.5 man page
2014-07-12 15:20:49 +03:00
Alexandre Detiste
1e0f599b0c
changes to man page according to issues #3 #4 #5
2014-07-12 13:26:01 +02:00
Alexandre Detiste
015aa15825
Merge branch 'master' of https://github.com/kstep/systemd-crontab-generator
2014-07-12 12:58:54 +02:00
Konstantin Stepanov
81b0b0ddd2
version bump
2014-07-12 13:03:38 +03:00
Konstantin Stepanov
6fc96a4b09
fixes #4 : set HOME and USER environment variables
2014-07-12 12:58:35 +03:00
Alexandre Detiste
909605d590
Merge branch 'master' of https://github.com/kstep/systemd-crontab-generator
2014-07-10 19:03:33 +02:00
Konstantin Stepanov
9efd6a37e8
see #4 : defaults for SHELL and PATH + use shell from SHELL
2014-07-10 17:45:19 +03:00
Konstantin Stepanov
f8c1a84b78
fixes #6 : @midnight is a synonym for @daily
2014-07-10 17:41:00 +03:00
Alexandre Detiste
829eacbee1
Merge branch 'master' of https://github.com/kstep/systemd-crontab-generator
2014-07-10 10:00:40 +02:00
Alexandre Detiste
ba3c674f54
crontab.5 PKGBUILD
2014-07-03 10:19:31 +02:00
Alexandre Detiste
10070b56c2
crontab.5 man page
2014-07-03 10:16:59 +02:00
Konstantin Stepanov
704bfdea99
add copyright notice
2014-07-01 16:06:10 +03:00
Konstantin Stepanov
a75da00d29
relicense under CC-BY
2014-07-01 16:03:54 +03:00
Konstantin Stepanov
3b824c55bd
Merge pull request #2 from a-detiste/master
...
systemd-crontab-generator man page
2014-07-01 15:51:07 +03:00
Alexandre Detiste
7659558bc6
review
2014-07-01 14:23:05 +02:00