mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
.github: Do not create metadata/md5-cache commits
This commit is contained in:
parent
0066ee57e0
commit
a1727654a8
@ -42,11 +42,8 @@ function generate_patches() {
|
|||||||
git add ${CATEGORY_NAME}/${PKGNAME_SIMPLE}
|
git add ${CATEGORY_NAME}/${PKGNAME_SIMPLE}
|
||||||
git commit -a -m "${CATEGORY_NAME}: Upgrade ${PKGNAME_DESC} ${VERSION_OLD} to ${VERSION_NEW}"
|
git commit -a -m "${CATEGORY_NAME}: Upgrade ${PKGNAME_DESC} ${VERSION_OLD} to ${VERSION_NEW}"
|
||||||
|
|
||||||
# Generate metadata after the main commit was done.
|
# Create a patch for the main ebuilds.
|
||||||
enter "${SDK_INNER_SRCDIR}/scripts/update_metadata" --commit coreos
|
git format-patch -1 HEAD
|
||||||
|
|
||||||
# Create 2 patches, one for the main ebuilds, the other for metadata changes.
|
|
||||||
git format-patch -2 HEAD
|
|
||||||
popd || exit
|
popd || exit
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user