#
ffb4d52e |
| 25-Jan-2023 |
Patrick Williams <patrick@stwcx.xyz> |
openbmc-autobump: use recipe branch for revision
Yocto recipes are now all required to have a branch in the SRC_URI. Some openbmc repositories now use 'main' and some use 'master' so we need to use
openbmc-autobump: use recipe branch for revision
Yocto recipes are now all required to have a branch in the SRC_URI. Some openbmc repositories now use 'main' and some use 'master' so we need to use this information to determine the correct branch reference to use for finding the latest revision. Update the script to pull the "branch=" segment out of the SRC_URI and utilize it for revision search.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0313e2681625f9adbac1b9956fb66556e97fe1e0
show more ...
|
#
e310dd91 |
| 07-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
treewide: lint and format
Run all the latest linters and formatters from openbmc-build-scripts. These were all robotically generated except for fixes due to markdownlint warnings.
Signed-off-by: Pa
treewide: lint and format
Run all the latest linters and formatters from openbmc-build-scripts. These were all robotically generated except for fixes due to markdownlint warnings.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If16d2fd802a2d452234d8b56b41e79d030138a6b
show more ...
|
#
2b6a546b |
| 25-Jan-2021 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
autobump: add an allowed file suffix list
It doesn't ever make sense to put a SRC_URI in a bbappend but it happened anyway:
https://github.com/openbmc/openbmc/commit/2d392adf8491fbc6a75d160bbc41755
autobump: add an allowed file suffix list
It doesn't ever make sense to put a SRC_URI in a bbappend but it happened anyway:
https://github.com/openbmc/openbmc/commit/2d392adf8491fbc6a75d160bbc41755a54da7921
This is far outside the intended scope of the script and the parsing logic falls apart. Avoid the problem by filtering the git grep results and only process files that end in bb, inc or bbclass.
Change-Id: I01d646f26f11e0167e9b983251405bd28969f0bc Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
#
199f7959 |
| 25-Jan-2021 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
autobump: style fix
Fix an instance of: E501: line too long (85 > 79 characters)
Fixes: d125d76eabe1484766135c34c8d6e9e6f681acb7 Change-Id: I8d7e9e6c93491762b5e1eb0fcbe7c207f2f37f5d Signed-off-by
autobump: style fix
Fix an instance of: E501: line too long (85 > 79 characters)
Fixes: d125d76eabe1484766135c34c8d6e9e6f681acb7 Change-Id: I8d7e9e6c93491762b5e1eb0fcbe7c207f2f37f5d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
#
d125d76e |
| 04-Jan-2021 |
Andrew Geissler <geissonator@yahoo.com> |
autobump: set topic per new gerrit
Gerrit was upgraded and appears to require the topic now be set via the topic parameter.
Code as-is started giving this error when running script:
remote: Proces
autobump: set topic per new gerrit
Gerrit was upgraded and appears to require the topic now be set via the topic parameter.
Code as-is started giving this error when running script:
remote: Processing changes: refs: 1, done To ssh://openbmc.gerrit/openbmc/meta-intel ! [remote rejected] HEAD -> refs/for/master/autobump (branch master/autobump not found) error: failed to push some refs to 'ssh://openbmc.gerrit/openbmc/meta-intel'
Tested: - Verified script properly updated gerrit with autobump topic
Change-Id: I4a68124c324392c3efcf7683b81ac5152aa8a3d9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
show more ...
|
#
cf3c1e67 |
| 16-Sep-2020 |
Andrew Jeffery <andrew@aj.id.au> |
Move script directories up to the root
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Ief8fc66f0d66106feea828e18d1190e9e05dd12d
|