scripts: introduce update-manifest script#38
Closed
mike-scott wants to merge 1 commit intofoundriesio:masterfrom
Closed
scripts: introduce update-manifest script#38mike-scott wants to merge 1 commit intofoundriesio:masterfrom
mike-scott wants to merge 1 commit intofoundriesio:masterfrom
Conversation
Introduce a script to make updating to new LmP releases easier. Usage: scripts/update-manifest [tag] If a tag is not supplied, then the latest tag in the lmp-manifest will be used for the merge target. Signed-off-by: Michael Scott <[email protected]>
1b05628 to
dd301b9
Compare
Contributor
|
Tested this locally, where my manifest was update to date and another case where I was a few release behind. Seems to work fine on my end. Updated docs to reflect this change can be found here: https://ci.foundries.io/projects/fio-docs/builds/330/docs/artifacts/html/customer-factory/updating-the-core.html |
EmbeddedAndroid
approved these changes
Oct 18, 2019
Contributor
Author
|
These are the following cases the script handles:
^^ This is a case where it doesn't end all that well. The user now has an upgraded manifest that isn't pushed and if this was a repo their local builds would be different than what's on the server. |
Contributor
Author
|
Moving this to devel branch |
ricardosalveti
added a commit
to ricardosalveti/lmp-manifest
that referenced
this pull request
Jun 7, 2022
Relevant changes: - 6f3016d Merge pull request foundriesio#40 from ricardosalveti/ostree - 4c3f2e8 image_types_ota.bbclass: add support for none as OSTREE_BOOTLOADER - c2b18de Merge pull request foundriesio#39 from shr-project/jansa/gcc-12 - c103d77 aktualizr: bump SRCREV - 945d0dc Merge pull request foundriesio#38 from shr-project/jansa/gcc-11 - e64e1b0 aktualizr: bump SRCREV - e9aab7f Merge pull request foundriesio#36 from ricardosalveti/nfsutils - bfcf400 nfs-utils: prefer tmpfiles instead of a custom service Signed-off-by: Ricardo Salveti <[email protected]>
ricardosalveti
added a commit
that referenced
this pull request
Jun 10, 2022
Relevant changes: - 6f3016d Merge pull request #40 from ricardosalveti/ostree - 4c3f2e8 image_types_ota.bbclass: add support for none as OSTREE_BOOTLOADER - c2b18de Merge pull request #39 from shr-project/jansa/gcc-12 - c103d77 aktualizr: bump SRCREV - 945d0dc Merge pull request #38 from shr-project/jansa/gcc-11 - e64e1b0 aktualizr: bump SRCREV - e9aab7f Merge pull request #36 from ricardosalveti/nfsutils - bfcf400 nfs-utils: prefer tmpfiles instead of a custom service Signed-off-by: Ricardo Salveti <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce a script to make updating to new LmP releases easier.
Usage:
scripts/update-manifest [tag]
If a tag is not supplied, then the latest tag in the lmp-manifest
will be used for the merge target.
Signed-off-by: Michael Scott [email protected]