IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Now if an error occurs, the job will not stopped.
It will continue and send emails so long the error is gone or somebody stopped it.
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
Now there is only one state file /var/lib/$PROGNAME/sync_state and the config is in the crontab.
Also there is no interval any more. you have to set it yourself in crontab.
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
this function you are able to stop and start a scheduled job.
also for better handling change cron_add,cron_del to write_to_cron
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
If a Sync-job crash it should stop trying to sync until somebody checked it.
moving the cron EVN to the code is necessary to prevent at updating that the file will be over written.
rename delete_corn to delete_configs
the function also deletes the config entry
Signed-off-by: Wolfgang Link <w.link@proxmox.com>