start lookahead 10 comps

This commit is contained in:
Louis Abel 2023-09-21 10:36:44 -07:00
parent fe60661daf
commit f4fb0ee677
Signed by: label
GPG Key ID: B37E62D143879B36
5 changed files with 4376 additions and 1 deletions

4375
comps-rocky-10-lh.xml.in Normal file

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ fi
echo "Fetching from upstream"
git fetch https://gitlab.com/redhat/centos-stream/release-engineering/comps.git main
echo "Formatting patch and applying..."
git format-patch --stdout ${HOWMANY} FETCH_HEAD | sed -e 's/centos-stream-9/rocky-9-lh/' | git apply
git format-patch --stdout ${HOWMANY} FETCH_HEAD | sed -e 's/centos-stream-9/rocky-9-lh/ ; s/centos-stream-10/rocky-10-lh/' | git apply
echo "!! DIFF OF CHANGES !!"
git --no-pager diff HEAD