Andreas Tille pushed to branch experimental at Debian Blends Team / blends
Commits:
c611dc44 by Andreas Tille at 2018-03-29T08:44:07+02:00
Sort tasks alphabethically in changelog
- - - - -
dd6e6fe9 by Andreas Tille at 2018-03-29T08:45:14+02:00
Spacing
- - - - -
1 changed file:
- devtools/tasks_diff
Changes:
=====================================
devtools/tasks_diff
=====================================
--- a/devtools/tasks_diff
+++ b/devtools/tasks_diff
@@ -105,7 +105,7 @@ def compare_tasks(tasks, tasks_compare, taskprefix):
first_print = True
- for task in tasks:
+ for task in sorted(tasks):
if not task in tasks_compare:
continue
@@ -162,7 +162,7 @@ def compare_tasks(tasks, tasks_compare, taskprefix):
first_print = False
print("* Removed metapackages:")
for removedtask in removed_tasks:
- print(" -{0}-{1}".format(taskprefix, removedtask))
+ print(" - {0}-{1}".format(taskprefix, removedtask))
def load_tasks(tasks_path):
tasks = {}
View it on GitLab:
https://salsa.debian.org/blends-team/blends/compare/4fae955db14aabf3a442a6aeb08a1a62c7aa3935...dd6e6fe96759d4c5ed2bfec7c6799ffabe27beca
---
View it on GitLab:
https://salsa.debian.org/blends-team/blends/compare/4fae955db14aabf3a442a6aeb08a1a62c7aa3935...dd6e6fe96759d4c5ed2bfec7c6799ffabe27beca
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