aportgen: print note after generating pmaport (!1817)

Make it more obvious that we are generating packages during
'pmbootstrap init', when using the new device wizard:

[22:32:32] *** pmaport generated: /home/user/.local/var/pmbootstrap/cache_git/pmaports/device/device-openphoenux-neo900
[22:32:32] *** pmaport generated: /home/user/.local/var/pmbootstrap/cache_git/pmaports/device/linux-openphoenux-neo900
This commit is contained in:
Oliver Smith 2019-09-25 22:33:33 +02:00
parent 68aa37637a
commit a6704fa09d
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 2 additions and 0 deletions

View File

@ -79,3 +79,5 @@ def generate(args, pkgname):
pmb.helpers.run.user(args, ["rm", "-r", path_target])
pmb.helpers.run.user(
args, ["mv", args.work + "/aportgen", path_target])
logging.info("*** pmaport generated: " + path_target)