31af7ae416
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
45 lines
1.5 KiB
Plaintext
45 lines
1.5 KiB
Plaintext
TODO
|
|
====
|
|
|
|
euscan
|
|
------
|
|
|
|
- check other distros (youri, distrowatch, distromatch, whoas; Equivalent-Packages)
|
|
- steel ideas from other tools (uscan, portscout)
|
|
|
|
Site Handlers
|
|
-------------
|
|
|
|
- sourceforge: http://sourceforge.net/api/file/index/project-name/vboxgtk/mtime/desc/limit/20/rss http://sourceforge.net/api/release/index/project-id/264534/rss
|
|
- ftp.kde.org: doesn't scan the "unstable" tree
|
|
- mysql: should use http://downloads.mysql.com/archives/
|
|
- mariadb: should use http://downloads.askmonty.org/MariaDB/+releases/
|
|
|
|
euscanwww
|
|
---------
|
|
|
|
- add last scan in the footer [0.2.0]
|
|
- rss scan world + post ?
|
|
- add an /about/config page that describe the current config (overlays, stuff in make.conf, euscan default settings, etc..) [0.2.0]
|
|
- add a table for overlays, change euscan_versions [0.2.0]
|
|
|
|
### Commands [0.2.0]
|
|
|
|
- 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: [0.2.0]
|
|
- periodic task for emerge --sync; layman -S; eix-update etc... (every day ?)
|
|
- periodic task for euscan (once every week, groupped by category or package ?)
|
|
|
|
This would allow easier on-demand refresh from web interface
|
|
|
|
### API
|
|
|
|
- Move to tastypie: [0.3.0]
|