Skip to content

Commit

Permalink
make examples point to a specific commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Oct 10, 2023
1 parent ab086fd commit f10d36b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion source-repo/meta-aws-demo/build.buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ phases:
- chmod 755 /downloads
build:
commands:
- git clone https://github.com/aws4embeddedlinux/meta-aws-demos
- git clone https://github.com/aws4embeddedlinux/meta-aws-demos -b v0.0.1
- cd meta-aws-demos
- git submodule update --init --recursive
- echo Build started on `date`
Expand Down
8 changes: 4 additions & 4 deletions source-repo/poky-ami/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<remote fetch="https://github.com/openembedded/" name="oe"/>
<remote fetch="https://github.com/aws4embeddedlinux/" name="aws"/>

<project name="poky" remote="yocto" path="poky" revision="kirkstone" />
<project name="meta-openembedded" remote="oe" path="meta-openembedded" revision="kirkstone" />
<project name="meta-virtualization" remote="yocto" path="meta-virtualization" revision="kirkstone" />
<project name="meta-aws" remote="aws" path="meta-aws" revision="kirkstone" />
<project name="poky" remote="yocto" path="poky" upstream="kirkstone" revision="0e4966eb77928a07230e031d6d9c477c01ec9cce"/>
<project name="meta-openembedded" remote="oe" path="meta-openembedded" upstream="kirkstone" revision="9c5541f7e18a1fac3b8dea71e1ebb8398d58e6ff"/>
<project name="meta-virtualization" remote="yocto" path="meta-virtualization" upstream="kirkstone" revision="2d8b3cba8ff27c9ec2187a52b6a551fe1dcfaa07"/>
<project name="meta-aws" remote="aws" path="meta-aws" upstream="kirkstone" revision="44cd8014c2850e585a0a0ca328bf7f9d2a90328b"/>
</manifest>
2 changes: 1 addition & 1 deletion source-repo/poky/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<manifest>
<remote fetch="https://git.yoctoproject.org/" name="yocto"/>

<project name="poky" remote="yocto" path="poky" revision="kirkstone" />
<project name="poky" remote="yocto" path="poky" upstream="kirkstone" revision="0e4966eb77928a07230e031d6d9c477c01ec9cce"/>
</manifest>
2 changes: 1 addition & 1 deletion test/__snapshots__/demo-pipeline.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6081,7 +6081,7 @@ def handler(event, context):
"BranchName": "main",
"S3": {
"Bucket": "cdk-hnb659fds-assets-12341234-eu-central-1",
"Key": "1de2dc6cbcd5d77c4571a033541f7c54c370a8404216a48e1a05fb19708f8572.zip",
"Key": "f40b2cbf1fdec0205b387b3f150308ade73528ac2f0cbf82515149da5b202991.zip",
},
},
"RepositoryName": "layer-repo-MyTestStack",
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/source-repo.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports[`Demo Source Repository Snapshot 1`] = `
"BranchName": "main",
"S3": {
"Bucket": "cdk-hnb659fds-assets-12341234-eu-central-1",
"Key": "1de2dc6cbcd5d77c4571a033541f7c54c370a8404216a48e1a05fb19708f8572.zip",
"Key": "f40b2cbf1fdec0205b387b3f150308ade73528ac2f0cbf82515149da5b202991.zip",
},
},
"RepositoryName": "charlie",
Expand Down

0 comments on commit f10d36b

Please sign in to comment.