.github: Do not create metadata/md5-cache commits

This commit is contained in:
Kai Lüke 2020-07-28 15:12:58 +02:00
parent 0066ee57e0
commit a1727654a8

View File

@ -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
} }