mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
![]() Provide a mechanism for distro comparison update tasks to display progress. In practice this means the update command needs to write the progress percentage to a file and then the log view (which is polled by the frontend) reads this file. Originally I was going to use a FIFO for this but that turned out to be a but unreliable; I also tried to use Celery's state mechanism to pass it back but I simply could not get it to work. The file-based mechanism is good enough though. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> |
||
---|---|---|
.. | ||
fedora-fetch.py | ||
fixup_duplicates.py | ||
github-fetch.py | ||
import_classic_wiki.py | ||
import_classic.py | ||
import_layer.py | ||
import_layers.py | ||
import_otherdistro.py | ||
import_project.py | ||
import_wiki_layers.py | ||
update_classic_status.py |