Page 1 of 1

[SOLVED] bulk change packet section to restricted

Published: February 6, 2020 - 9:03 AM
by nliaudat
Hi,
Is it a way to change many packet to restricted instead of base without recreating it nor changing version ?
I've checked in the postgresql database, but not found.
Regards

Re: bulk change packet section to restricted

Published: February 6, 2020 - 5:21 PM
by dcardon
Hi Nliaudat,
nliaudat wrote: February 6 2020 - 09:03 Is it a way to change many packet to restricted instead of base without recreating it nor changing version?
I've checked in the postgresql database, but not found.
Regards
On a management computer with the private key configured, you can script something that do a

Code: Select all

wapt-get edit tis-mypackage
then modifying the control file and doing a

Code: Select all

wapt-get build-upload c:\waptdev\tis-mypackage
by default the build-upload command does not increment version number (you need to add a -i flag to increment)

Cheers,

Denis

[SOLVED] bulk change packet section to restricted

Published: February 7, 2020 - 10:17 AM
by nliaudat
Many thanks!