TODO: update

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary 2012-04-23 17:05:59 +02:00
parent 9e1ff8adb7
commit 07beab265c

63
TODO
View File

@ -1,52 +1,53 @@
TODO TODO
==== ====
GSoC Ideas
----------
- Misc work on detection
- Celery port
euscan euscan
------ ------
- run euscan on .ebuild (see /usr/bin/ebuild + os.environ['PORTDIR_OVERLAY'] ### Version detections
- check other distros (youri, distrowatch, distromatch, whoas; Equivalent-Packages)
- steal ideas from other tools (uscan, portscout) - Check other distros (youri, distrowatch, distromatch, whoas; Equivalent-Packages)
- steal data from other tools (dehs) - Steal ideas from other tools (uscan, portscout)
- debian/watch support ? (or a tool to convert debian/watch to something euscan could use). - Steal data from other tools (dehs)
- Debian/watch support ? (or a tool to convert debian/watch to something euscan could use).
- push some kind of equivalent in metadata.xml - push some kind of equivalent in metadata.xml
- <upsteam><watch options="quirck1 quirck2">http://my.soft/tar-(\d+).ball</watch></upstream> - <upsteam><watch options="quirck1 quirck2">http://my.soft/tar-(\d+).ball</watch></upstream>
- cleaner code to separate gentoo mangled version and upstream unmangled versions - Add a way to enable/disable methods: other_distributions,remote_euscan,handlers, etc....
- try to import $PV -> $MY_PV transformations from ebuilds ? - Try to differenciate stable, beta, alpha versions
- http://euscan.iksaif.net/package/net-misc/ntp/ 4.2.6p5 -> 4.2.6_p5
### Command line interface
- Run euscan on .ebuild (see /usr/bin/ebuild + os.environ['PORTDIR_OVERLAY']
- Choose output format (basic html, json, xml, human)
- Add a way to how we failled to find a new version - Add a way to how we failled to find a new version
- add a HTTP cache (1day, configurable)
- add a way to enable/disable methods: other_distributions,remote_euscan,handlers, etc.... ### Misc
- try to differenciate stable, beta, alpha versions
- give the full Package() to handlers, not just the cpv string - clean the code to separate gentoo mangled version and upstream unmangled versions
- better handlers detection logic __init__.py - try to import $PV -> $MY_PV transformations from ebuilds ?
- Add a HTTP cache (1day, configurable)
- Give the full Package() to handlers, not just the cpv string
- Better handlers detection logic __init__.py
Site Handlers 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 - 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/
- mysql: should use http://downloads.mysql.com/archives/
- mariadb: should use http://downloads.askmonty.org/MariaDB/+releases/ - mariadb: should use http://downloads.askmonty.org/MariaDB/+releases/
euscanwww euscanwww
--------- ---------
- rename euscan application django-euscan/djeuscan - Try to separate portage stuff in django-portage/djportage (see what can be shared with other GSoC projects)
- try to separate portage stuff in django-portage/djportage - Add last scan date in the footer
- add last scan in the footer [0.2.0] - Add an /about/config page that describe the current config (overlays, stuff in make.conf, euscan default settings, etc..)
- 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
- add a table for overlays, change euscan_versions [0.2.0] - Create a rss for "scan world" + packages in GET
- rss scan world + post ? - Always keep in db the last upstream version (could be marked as packaged without overlay ?)
- always keep in db the last upstream version (could be marked as packaged without overlay ?) - Store euscan status (and used methods ?)
- store euscan status (and used methods ?)
### Commands [0.2.0] ### Commands
- euscan_init: init local tree (portage, layman, eix) - euscan_init: init local tree (portage, layman, eix)
- euscan_addoverlay: add a layman overlay - euscan_addoverlay: add a layman overlay
@ -56,7 +57,7 @@ euscanwww
### Scan process ### Scan process
- Move to celery: [0.2.0] - Move to celery:
- periodic task for emerge --sync; layman -S; eix-update etc... (every day ?) - periodic task for emerge --sync; layman -S; eix-update etc... (every day ?)
- periodic task for euscan (once every week, groupped by category or package ?) - periodic task for euscan (once every week, groupped by category or package ?)
@ -64,4 +65,4 @@ This would allow easier on-demand refresh from web interface
### API ### API
- Move to tastypie: [0.3.0] - Move to tastypie: