[Blends-commit] [Git][blends-team/blends][experimental] Fix file name in tasks gen stdout
Ole Streicher
gitlab at salsa.debian.org
Fri Apr 13 16:37:20 BST 2018
Ole Streicher pushed to branch experimental at Debian Blends Team / blends
Commits:
43ca1b83 by Ole Streicher at 2018-04-13T17:37:14+02:00
Fix file name in tasks gen stdout
- - - - -
1 changed file:
- devtools/blend-gen-control
Changes:
=====================================
devtools/blend-gen-control
=====================================
--- a/devtools/blend-gen-control
+++ b/devtools/blend-gen-control
@@ -130,7 +130,7 @@ if args.taskdesc:
with open(os.path.join(args.dir, '{}-tasks.desc'.format(blend.name)), 'w') as fp:
blend.gen_task_desc(udeb=args.udebs).dump(fp, text_mode=True)
print("Generated {} for {} with {} using {} Depends+Recommends"
- .format('debian/control',
+ .format(blend.name + '-tasks.desc',
args.release,
'udd' if args.udd else 'apt',
len(wanted)))
View it on GitLab: https://salsa.debian.org/blends-team/blends/commit/43ca1b83f5451bdf5edc5c611e203feac533e314
---
View it on GitLab: https://salsa.debian.org/blends-team/blends/commit/43ca1b83f5451bdf5edc5c611e203feac533e314
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/blends-commit/attachments/20180413/a11863a0/attachment.html>
More information about the Blends-commit
mailing list