iop: update_package: Recommend set-feed-rev as replacement

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
This commit is contained in:
Andreas Gnau 2024-03-05 19:40:14 +01:00
parent 8f4010d0cf
commit 5ded1fc682
No known key found for this signature in database

View file

@ -1,9 +1,6 @@
# Exported interface
update_package() {
echo "update_package is no longer supported." >&2
echo "Its replacement will come soon." >&2
echo >&2
echo "For now update references in profiles/include/*.yml and feeds.conf.io manually." >&2
echo "Its replacement is ./iop set-feed-rev." >&2
return 1
}