added some test code wo activate WAIT state

This commit is contained in:
Gerhard Hoffmann 2022-06-04 21:48:58 +02:00
parent 99fe056626
commit 0ee446dcc0

View File

@ -63,17 +63,13 @@ then
then then
check_sanity_of_repository check_sanity_of_repository
# reset_update_trigger # set_updates_available
# set_updates_available # while :
# sleep 10 # do
# if updates_available # sleep 5
# then # updates_available && break
# update_psa_started # done
# sleep 5
# update_psa_in_progress
# sleep 5
# update_status
# fi
update_psa update_psa
fi fi
fi fi