Page 1 sur 1

[RESOLU] bulk change packet section to restricted

Posté : 06 févr. 2020 - 09:03
par 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

Posté : 06 févr. 2020 - 17:21
par dcardon
Hi Nliaudat,
nliaudat a écrit : 06 févr. 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 : Tout sélectionner

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

Code : Tout sélectionner

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

[RESOLU] bulk change packet section to restricted

Posté : 07 févr. 2020 - 10:17
par nliaudat
Many thanks !