diff options
author | Corentin Chary <corentincj@iksaif.net> | 2011-11-27 16:25:44 +0100 |
---|---|---|
committer | Corentin Chary <corentincj@iksaif.net> | 2011-11-27 16:25:44 +0100 |
commit | a11bfdc54f324ad916f189b2505bc37fde304eed (patch) | |
tree | 086579cec4b3dfed6fe922cfdbf134a3cab8c576 /TODO | |
parent | euscan: add basic overlay support (diff) | |
download | euscan-a11bfdc54f324ad916f189b2505bc37fde304eed.tar.gz euscan-a11bfdc54f324ad916f189b2505bc37fde304eed.tar.bz2 euscan-a11bfdc54f324ad916f189b2505bc37fde304eed.zip |
euscan: fix a bug with htop versions
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -19,14 +19,23 @@ euscanwww --------- - add last scan in the footer -- add json/xml for each page (with a *real* API) (using django-piston !) - rss scan world + post ? - add an /about/config page that describe the current config (overlays, stuff in make.conf, euscan default settings, etc..) +- add a table for overlays, change euscan_versions + +### Commands + +- euscan_init: init local tree (portage, layman, eix) +- euscan_addoverlay: add a layman overlay +- euscan_sync [--async|--sync]: sync portage, overlays, caches +- euscan_scan [--async|--sync] [--all|--category=<category>|--herd=<herd>|--maintainer=<maintainer>|--package=<package>]: scan local +- euscan_uscan [--async|--sync] [--all|--category=<category>|--herd=<herd>|--maintainer=<maintainer>|--package=<package>]: scan upstream ### Scan process - Move to celery: - periodic task for emerge --sync; layman -S; eix-update etc... (every day ?) -- periodic task for euscan (once every week, groupped by category) +- periodic task for euscan (once every week, groupped by category or package ?) This would allow easier on-demand refresh from web interface + |