It's outdated in upstream too.
Search Criteria
Package Details: systemd-cron-next 1.0.2-2
Git Clone URL: | https://aur.archlinux.org/systemd-cron-next.git (read-only, click to copy) |
---|---|
Package Base: | systemd-cron-next |
Description: | systemd generator to generate timers/services from crontab and anacrontab files |
Upstream URL: | https://github.com/systemd-cron/systemd-cron-next |
Keywords: | cron crontab generator systemd |
Licenses: | MIT |
Conflicts: | anacron, cron |
Provides: | anacron, cron |
Replaces: | anacron, cron |
Submitter: | kstep |
Maintainer: | None |
Last Packager: | kstep |
Votes: | 10 |
Popularity: | 0.000036 |
First Submitted: | 2015-12-10 18:47 (UTC) |
Last Updated: | 2016-06-08 13:10 (UTC) |
Dependencies (5)
- run-parts
- systemd (systemd-git, systemd-selinux)
- cargo (rust-nightly-bin, cargo-git, rustup-git, rust, rustup) (make)
- rust (rust-nightly, rust-nightly-bin, rust-git, rustup-git, rustup) (make)
- smtp-forwarder (femtomail-git, ssmtp-plain, esmtp, ssmtp, exim-heavy, py-mailqueued-mta, sendmail, courier-mta, dma, exim, msmtp-mta, nullmailer, opensmtpd, postfix) (optional) – sending emails
Required by (20)
- aegir (requires cron)
- amanda (requires cron)
- backintime-cli (requires cron)
- backintime-cli-git (requires cron)
- backup2l (requires cron) (optional)
- daily-wallpaper-git (requires cron) (optional)
- gnome-schedule (requires cron)
- lone-tar (requires cron)
- mutt-wizard (requires cron) (optional)
- mutt-wizard-git (requires cron) (optional)
- netkit-rwho-debian (requires cron) (optional)
- openssh-known-hosts (requires cron) (optional)
- pgl-git (requires cron)
- raid-check (requires cron)
- slimbookbattery (requires cron)
- slimbookbattery-git (requires cron)
- tsar-git (requires cron)
- update-dnsomatic (requires cron) (optional)
- usage-logging (requires cron)
- zeit-git (requires cron)
Sources (1)
ahmubashshir commented on 2021-01-18 16:26 (UTC)
amasover commented on 2019-12-11 00:00 (UTC)
I get a build error when installing this. I have no experience with rust, so I have pasted the error here: https://gist.github.com/amasover/ce6f432afeb1a3ca98772f6dbb58fa9c
$ cargo --version
cargo 1.39.0
$ rustc --version
rustc 1.39.0
kstep commented on 2016-04-17 18:06 (UTC)
Changes since 1.0.0-rc7:
* Fixed very slow startup time due to usage of slow `getpwent` function, faster `fgetpwent` function is used instead, which reads `/etc/passwd` file directly.
* Add real `RANDOM_DELAY` support with new `RandomizedDelaySec` timer option (since systemd 229).
Ape commented on 2016-04-10 07:43 (UTC)
I'm not sure if this is just my AUR package manager (aura) being stupid, but I get this:
The dependency `rust` demands version `>=1.4.0`, but the most recent version is `1:1.7.0-1`.
It's easy to workaround by removing the version dependency from this PKGBUILD.
kstep commented on 2016-03-28 16:31 (UTC)
Thank you, @wilbowma, for the fix. I updated the package.
<deleted-account> commented on 2016-03-27 18:07 (UTC)
If /var/spool/cron is not group writeable, non-root users will get errors when trying to use crontab -e: https://gist.github.com/wilbowma/850995144d06e6f6f453
I made small patch to the PKGBUILD to address this issue: https://gist.github.com/wilbowma/850995144d06e6f6f453
dev_arch commented on 2016-02-22 18:46 (UTC)
You are probably the one to decide if https://wiki.archlinux.org/index.php/Systemd/Timers#Using_a_crontab should mention this package instead of systemd-crontab-generator Thanks anyay.
kstep commented on 2015-12-11 14:34 (UTC)
Checked with rust 1.4.0 and cargo 0.6.0 and it seems to work OK too.
kstep commented on 2015-12-10 18:56 (UTC)
It requires rust v1.5.0 to build.
Pinned Comments
ahmubashshir commented on 2021-01-18 16:26 (UTC)
It's outdated in upstream too.