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.
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit