http://qa.mandrakesoft.com/show_bug.cgi?id=4143
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2003-15-09 10:50 -------
You have to import the key in the rpm database (as currently the pubkey file is
not available in update repository, we will add them so).
I consider the bug closed so, as it is a problem of using cron job, $PATH will
not change anything.
script uses stop on first error, so adding || true works, urpmi set error code
whenever some upgrades didn't work. urpmi.update should not return error code
except on a problem invoking it.
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
Hello,
I've done a script launched every day by cron.
my script makes:
urpmi.update update_source
urpmi --update --auto-select
This script works fine when launched in a console. This script fails in the
following case when launched by cron : when there is something to download, the
urpmi.update fails and the urpmi is never launched.
And I can't redirect the urpmi.update and the urpmi ouput to a file.
Kind regards,
Vincent RIEDWEG.