mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
Update Weston, fix filelist generation bug, adjust commit list in PRs — aml → 1.0.0,neatvnc → 0.10,weston → 14.0.2 (#12476)
* Add unbuilt weston to updater-weston-14.0.2 * Add hwdata dep. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Disable backend-vnc Signed-off-by: Satadru Pramanik <satadru@gmail.com> * updater-weston-14.0.2: Build Run on linux/arm/v7. * updater-weston-14.0.2: Build Run on linux/amd64. * updater-weston-14.0.2: Package File Update Run on linux/amd64 container. * Adjust for neatvnc update. * lint Signed-off-by: Satadru Pramanik <satadru@gmail.com> * lint Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Refactor weston to use new aml and neatvnc packages as deps. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * lint Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Fix commit list in Generate PR workflow. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Remove solitary lint from commit list. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * updater-weston-14.0.2: Package File Update Run on linux/amd64 container. * updater-weston-14.0.2: Package File Update Run on linux/arm/v7 container. * Catch files in dot subdirs under HOME when generating filelists. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Bump version further. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * updater-weston-14.0.2: Build Run on linux/amd64. * updater-weston-14.0.2: Build Run on linux/arm/v7. * updater-weston-14.0.2: Package File Update Run on linux/amd64 container. --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4784962fd7
commit
699ccd9957
2
.github/workflows/Generate-PR.yml
vendored
2
.github/workflows/Generate-PR.yml
vendored
@@ -349,7 +349,7 @@ jobs:
|
||||
fi
|
||||
git log --oneline -10
|
||||
git checkout master && git pull
|
||||
git log --oneline master..${{ inputs.branch || github.ref_name }} | grep -v "Build Run on\|Package File Update Run on" | tr '\n' '\0' | xargs -0 -n1 echo "- $*" >> /tmp/commits.txt
|
||||
git log --oneline master..${{ inputs.branch || github.ref_name }} | grep -v "Merge branch 'master'\|Build Run on\|Package File Update Run on\|lint$" | tr '\n' '\0' | xargs -0 -n1 echo "- $*" >> /tmp/commits.txt
|
||||
git checkout "${{ inputs.branch || github.ref_name }}"
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
|
||||
Reference in New Issue
Block a user