Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #19 from peci1/sorted-lists
Browse files Browse the repository at this point in the history
Package lists are sorted for better readability of the diffs.
  • Loading branch information
stonier committed Feb 18, 2015
2 parents 8743f1c + 9e55ada commit 274b58b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/reindex_release_message_dependencies
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ if __name__ == "__main__":
sys.exit(1)
try:
packages = scrape_for_release_message_packages('hydro')
packages.sort()
contents = ""
for package in packages:
contents += "%s %s\n" % (package['name'], package['version'])
Expand Down

0 comments on commit 274b58b

Please sign in to comment.