mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Make the source and patch labels have sortable label.
This patch changes 'patch1' to 'patch0001' so sorting of the macro keys in the patch macro map returns the order the patches are declared. The helps mamage patch sets that need a specific order.
This commit is contained in:
@@ -199,7 +199,7 @@ class macros:
|
||||
|
||||
def map_keys(self, _map):
|
||||
if _map in self.macros:
|
||||
return self.macros[_map].keys()
|
||||
return sorted(self.macros[_map].keys())
|
||||
return []
|
||||
|
||||
def map_num_keys(self, _map):
|
||||
|
Reference in New Issue
Block a user