mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Add support for snapshot testing.
User macro files passed on the command line allow a user to override the defaults in configuration files to test new changes in pending releases. Fix macros issues with keys with more than one map.
This commit is contained in:
@@ -239,8 +239,6 @@ class build:
|
||||
# sources as these may be overridden by user loaded macros.
|
||||
#
|
||||
sources = package.sources()
|
||||
for sm in self.macros.find('source[0-9]*'):
|
||||
sources[sm] = [self.macros[sm]]
|
||||
url = None
|
||||
for s in sources:
|
||||
tag = s[len('source'):]
|
||||
|
Reference in New Issue
Block a user