Package Details: cronicle 0.9.61-9

Git Clone URL: https://aur.archlinux.org/cronicle.git (read-only, click to copy)
Package Base: cronicle
Description: A simple, distributed task scheduler and runner
Upstream URL: https://github.com/jhuckaby/Cronicle
Keywords: cron crontab
Licenses: MIT
Provides: cronicle
Submitter: Slacker
Maintainer: gao
Last Packager: gao
Votes: 2
Popularity: 1.24
First Submitted: 2023-12-09 17:30 (UTC)
Last Updated: 2024-11-25 12:34 (UTC)

Latest Comments

gao commented on 2024-11-25 12:36 (UTC)

@Muflone removed "conflicts=('cronicle')"

Muflone commented on 2024-11-24 19:40 (UTC)

please remove the line as it's meaningless to conflict with the same package

conflicts=('cronicle')

gao commented on 2024-11-24 18:16 (UTC)

@Muflone added systemd service file and you can test it

Muflone commented on 2024-11-24 12:38 (UTC)

@gao the new version works fine

I'd suggest you to add a systemd service

[Install]
WantedBy=multi-user.target

[Service]
Type=forking
PIDFile=/run/cronicled.pid
ExecStart=/opt/cronicle/bin/control.sh start
ExecStop=/opt/cronicle/bin/control.sh stop

(please check the PID file from the default settings, as I've changed it)

gao commented on 2024-11-18 18:25 (UTC)

@Muflone

package updated and you can test it.

remove check(). This step is not really useful.

Muflone commented on 2024-11-17 20:17 (UTC)

the package doesn't build anymore in clean root by giving errors during check()

skipping the checks the package can be built but it raises errors on startup

$ sudo /opt/cronicle/bin/control.sh start
/opt/cronicle/bin/control.sh start: Starting up Cronicle Server...
node:internal/modules/cjs/loader:1249
  throw err;
  ^

Error: Cannot find module 'pixl-server'

kissge commented on 2024-06-06 05:38 (UTC)

@Chewing_Bever Thanks! It's working nicely to me.

Chewing_Bever commented on 2024-06-05 06:07 (UTC)

@kissge Thanks for letting me know, that's something that needs to be configured in the PKGBUILD. I've added the config file to the backup array to prevent it from being overwritten after an update.

kissge commented on 2024-06-05 01:53 (UTC)

Sorry for a noob question. Every time I upgrade this package, the config file /opt/cronicle/conf/config.json gets reverted back to defaults. Is this something I can prevent by configuring somewhere?

Chewing_Bever commented on 2024-01-22 08:37 (UTC) (edited on 2024-01-22 08:43 (UTC) by Chewing_Bever)

All my AUR packages are available prebuilt from my personal repository.

[bur]
Server = https://arch.r8r.be/bur/$arch
SigLevel = Optional