[Bug 803089] New: Review Request: whenjobs - Replacement for cron with dependencies

bugzilla at redhat.com bugzilla at redhat.com
Tue Mar 13 22:52:25 UTC 2012


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: whenjobs - Replacement for cron with dependencies

https://bugzilla.redhat.com/show_bug.cgi?id=803089

           Summary: Review Request: whenjobs - Replacement for cron with
                    dependencies
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: rjones at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com,
                    package-review at lists.fedoraproject.org
    Classification: Fedora
      Story Points: ---
              Type: ---
        Regression: ---
        Mount Type: ---
     Documentation: ---


NB: This requires F17+ to build!

Spec URL: http://oirase.annexia.org/reviews/whenjobs/whenjobs.spec
SRPM URL: http://oirase.annexia.org/reviews/whenjobs/whenjobs-0.7.0-1.src.rpm
Description:

Whenjobs is a powerful but simple cron replacement.

Two key advantages over cron are a simpler syntax for writing rules
and a powerful dependency system that lets one job depend on variables
set when other jobs run (allowing, for example, one job to run only
when another job has finished successfully).

--------

A Koji scratch build is here:

http://koji.fedoraproject.org/koji/taskinfo?taskID=3892254

--------

rpmlint says:

whenjobs.src: W: spelling-error Summary(en_US) cron -> corn, con, crone
whenjobs.src: W: spelling-error %description -l en_US cron -> corn, con, crone

Nonsense, of course.

whenjobs.x86_64: E: devel-dependency ocaml-camlp4-devel

We really need the camlp4 packages.

whenjobs.x86_64: W: spelling-error Summary(en_US) cron -> corn, con, crone
whenjobs.x86_64: W: spelling-error %description -l en_US cron -> corn, con,
crone

More non-spelling-mistakes.

whenjobs.x86_64: W: unstripped-binary-or-object /usr/sbin/whenjobsd
whenjobs.x86_64: W: ocaml-mixed-executable /usr/sbin/whenjobsd
whenjobs.x86_64: W: unstripped-binary-or-object /usr/bin/whenjobs
whenjobs.x86_64: W: ocaml-mixed-executable /usr/bin/whenjobs

These binaries are unstripped because they contain bytecode.
'strip' would remove the bytecode.

whenjobs.x86_64: W: only-non-binary-in-usr-lib

/usr/lib contains binaries, but rpmlint doesn't recognise them
as such.

whenjobs.x86_64: W: non-conffile-in-etc /etc/prelink.conf.d/whenjobs.conf

This is not a conf file, but an instruction to prelink to
stop it destroying the bytecode binaries.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list