#1390 CLI list-channels sorted output
Merged 5 years ago by mikem. Opened 5 years ago by tkopecek.
tkopecek/koji sorted_channels  into  master

@@ -2736,6 +2736,7 @@ 

      (options, args) = parser.parse_args(args)

      activate_session(session, goptions)

      channels = session.listChannels()

+     channels = sorted(channels, key=lambda x: x['name'])

      session.multicall = True

      for channel in channels:

          session.listHosts(channelID=channel['id'])

no initial comment

rebased onto 4fba94ca35a02a8b340c4fff19a80f03d91c4924

5 years ago

rebased onto 1da6ff05800c5350da2d8314b640e813b2fdefa9

5 years ago

rebased onto 8fdfc72

5 years ago

Commit b92fa53 fixes this pull-request

Pull-Request has been merged by mikem

5 years ago