Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| c18c64f1 | 2022-03-30 13:32:32 | update sysutils/nq to 0.5 changelog: * Notable change: nq now creates files with permissions 0666 and subject to your umask (like most programs that create new files). If your queue needs to remain secret, prohibit access to the whole directory. * Support for nq in a multi-user environment: having read permission for queued tasks in the directory is enough to wait for them. * Makefile: support INSTALL variable. * Bugfix: create $NQDONEDIR properly | ||
| 39f6eb3d | 2022-03-03 20:02:40 | import nq-0.4 nq is a set of small utilities that allows to create lightweight job queue system that requires no setup, maintenance, supervision, or any long-running process. ok sthen@ |