tools/catalyst-auto: Remove treeish sed

Removes line which allowed catalyst-auto to convert to snapshot_treeish
on the fly as it's no longer needed.

Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Ian Jordan 2023-07-17 18:12:58 +00:00 committed by Matt Turner
parent 4e8be067da
commit 456173c321
No known key found for this signature in database
GPG key ID: ACEB29740C9A4E97

View file

@ -436,10 +436,6 @@ run_catalyst_commands() {
done
fi
if [[ -n ${TREEISH} ]]; then
sed -i -e "s|snapshot:.*|snapshot_treeish: ${TREEISH}|g" "${i}"
fi
# Expand vars that the spec expects us to.
sed -i \
-e "s:@TIMESTAMP@:${TIMESTAMP}:g" \