From 078683fff6db94b159f7fda2b1eccf0f0d8f8880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 5 Oct 2010 20:43:39 +0200 Subject: egencache --update-changelogs: reverse the sort order for headers. --- bin/egencache | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/egencache b/bin/egencache index 783cfc428..e0834a4ad 100755 --- a/bin/egencache +++ b/bin/egencache @@ -623,7 +623,8 @@ class GenChangeLogs(object): changed = [str(x) for x in sorted(changed)] wroteheader = False - for c in changed: + # Reverse the sort order for headers. + for c in reversed(changed): if c.startswith('+') and c.endswith('.ebuild'): output.write('*%s (%s)\n' % (c[1:-7], date)) wroteheader = True @@ -654,7 +655,7 @@ class GenChangeLogs(object): output.write('\n%s\n\n' % '\n'.join([self._wrapper.fill(x) for x in body])) output.close() - + def run(self): repo_path = self._portdb.porttrees[0] os.chdir(repo_path) -- cgit v1.2.3-1-g7c22