Page 1 of 1

Packet duplication

Published: November 14, 2016 - 8:52 AM
by gaelds
Good morning,

When I try to duplicate a package using the command line, I get the following error:

Code: Select all

FATAL ERROR : Exception: default_sources_root is empty or not defined
with the command:

Code: Select all

wapt-get duplicate  "C:\waptdev\smp-stellarium_0.15.0-1_all.Wapt" dst-stellarium

Re: Packet duplication

Published: November 14, 2016 - 09:07
by htouvet
Define the default_sources_root and private_key parameters in wapt-get.ini

[global]
...
default_sources_root=c:\waptdev
private_key=C:\private\macle.pem
...

Re: Packet duplication

Published: November 18, 2016 - 2:23 PM
by gaelds
Thank you, default_sources_root indeed missing.