diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-08-02 04:06:59 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-08-02 04:06:59 -0300 |
commit | d808ef36e228b36f47401e508faa3bea50a8e904 (patch) | |
tree | 3679e6b7e5342a35190bacef4c4ca88055a22914 /g_octave | |
parent | fixed the patch handling (diff) | |
download | g-octave-d808ef36e228b36f47401e508faa3bea50a8e904.tar.gz g-octave-d808ef36e228b36f47401e508faa3bea50a8e904.tar.bz2 g-octave-d808ef36e228b36f47401e508faa3bea50a8e904.zip |
added the option --list-raw to help the tinderbox script
Diffstat (limited to 'g_octave')
-rw-r--r-- | g_octave/description_tree.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g_octave/description_tree.py b/g_octave/description_tree.py index 736b0c9..fb184a4 100644 --- a/g_octave/description_tree.py +++ b/g_octave/description_tree.py @@ -154,6 +154,7 @@ class DescriptionTree(object): for pkg in self.pkg_list[cat]: packages.append(pkg['name'] + '-' + pkg['version']) + packages.sort() return packages |