opsi-product-updater

Antworten
Benutzeravatar
SisterOfMercy
Beiträge: 1556
Registriert: 22 Jun 2012, 19:18

opsi-product-updater

Beitrag von SisterOfMercy »

https://svn.opsi.org/filedetails.php?re ... ct-updater
Uhh, why is this stuck at a lower version? In other words: where is the current version?

Anyway, looking at /usr/bin/opsi-product-updater, version 4.0.5.1, line 488:

Code: Alles auswählen

raise Exception(u"You have searched for a product, which was not found in configured repsoitory: '%s'" % product)
Spelling of 'repository' is not correct.

I was also going to ask about the usage of the -p parameter, because I couldn't figure it out. For instance, "opsi-product-updater -p opsi-winst" was not giving any output. But with the verbose option it does work.. duhh. :oops:
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
Benutzeravatar
n.wenselowski
Ex-uib-Team
Beiträge: 3194
Registriert: 04 Apr 2013, 12:15

Re: opsi-product-updater

Beitrag von n.wenselowski »

Hi,

I'll ping the colleagues to update the repo.

The spelling mistake is fixed already in 4.0.6.

The opsi-product-updater is silent by default - except for errors. You must use the verbose parameter if you want any ;)


With kind regards

Niko

Code: Alles auswählen

import OPSI
Antworten