ist es möglich das create_driver_links.py konfigurierbar zu machen? Am liebsten über ein Konfigurationsdatei?
Bei uns haben die Depotserver keinen Internetzugriff und der wird ja hier benötigt:
Code: Alles auswählen
if not os.path.exists(u"pci.ids"):
logger.notice(u"Downloading pci.ids")
execute(u"%s http://pciids.sourceforge.net/pci.ids" % which('wget'))
if not os.path.exists(u"usb.ids"):
logger.notice(u"Downloading usb.ids")
execute(u"%s http://www.linux-usb.org/usb.ids" % which('wget'))

Zudem habe ich das Gefühl dass es keinen Timeout/Fehlerbehandlung bei nicht vorhandener Internetverbindung gibt?
Viele Grüße
Sputnick