[Blends-commit] [Git][blends-team/blends][experimental] 2 commits: Sort tasks alphabethically in changelog
Andreas Tille
gitlab at salsa.debian.org
Thu Mar 29 07:01:36 UTC 2018
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/blends-commit/attachments/20180329/8fd31222/attachment-0001.html>
More information about the Blends-commit
mailing list