mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-13 00:49:33 +02:00
Also add changes to Git in the update script
This commit is contained in:
@@ -22,11 +22,12 @@ add)
|
||||
for recipe in `find $base -name "*.inc" | grep -v /staging/`; do
|
||||
name=`echo $recipe | sed -e "s,\.inc,_${version}.bb,"`
|
||||
echo -e 'require ${PN}.inc\nSRCREV = "v${PV}"' > $name
|
||||
git add $name
|
||||
done
|
||||
;;
|
||||
remove)
|
||||
for recipe in `find $base -name "*_$version.bb"`; do
|
||||
rm $recipe
|
||||
git rm $recipe
|
||||
done
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user