aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use HTTPS for pypi's http apiJohann Schmitz2016-06-191-1/+1
| | | | pypi started to refuse plain http connections to it's api.
* euscan/handlers/pypi: fix scan_url()Corentin Chary2015-03-091-1/+1
| | | | Probably never worked...
* euscanwww: Fixing and using vtype in stabilization_candidates, added db_indexvolpino2013-03-091-0/+3
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscan: minor PEP8 fixvolpino2013-02-231-0/+1
| | | | Signed-off-by: volpino <fox91@anche.no>
* djeuscan: rework the scan process, don't use alive anymoreCorentin Chary2012-12-121-0/+1
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* Fix issues raised in pull request #19Gilles Dartiguelongue2012-11-301-11/+9
| | | | | * Replace print/raise by eoutput usage. * Fix scan_url function to properly format arguments of scan_pkg.
* Add gnome handlerGilles Dartiguelongue2012-11-241-0/+85
|
* euscan/handlers: we need the file versionCorentin Chary2012-10-293-3/+23
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* euscan: deb handler - adding support for Packages.gz or Packages.bz2 and ↵volpino2012-10-291-5/+12
| | | | | | version detection fix Signed-off-by: volpino <fox91@anche.no>
* euscan: Adding naive deb handler, TODO updatedvolpino2012-10-292-1/+47
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscan: Adding freecode handlervolpino2012-10-291-0/+48
| | | | | | Uses experimental remote-id "freecode" Signed-off-by: volpino <fox91@anche.no>
* euscan: Adding support for disabling handlersvolpino2012-10-292-4/+10
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscan: fix #435118 and #435120Corentin Chary2012-09-153-18/+21
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* euscan: Adding config file supportvolpino2012-09-021-0/+11
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscan: Added XML outputvolpino2012-09-022-0/+35
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscan: PEP8 compliant codevolpino2012-08-152-3/+9
| | | | Signed-off-by: volpino <fox91@anche.no>
* Merge branch 'master' of https://github.com/iksaif/euscanvolpino2012-08-155-13/+15
|\
| * euscan: fix manglingCorentin Chary2012-08-151-1/+1
| | | | | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
| * euscan: misc fixesCorentin Chary2012-08-154-12/+14
| | | | | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* | euscanwww: Minor cleaningsvolpino2012-08-141-1/+1
|/ | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Adding more options to preferences, implementing more filters for ↵volpino2012-08-111-2/+4
| | | | | | feeds Signed-off-by: volpino <fox91@anche.no>
* Merge branch 'master' of https://github.com/iksaif/euscanvolpino2012-08-081-0/+3
|\
| * euscan: default mangling rule is gentooCorentin Chary2012-08-071-0/+3
| | | | | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* | euscan: Improving Berlios and Sourceforge handlersvolpino2012-08-082-4/+8
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscan: Fixing wrong priorityvolpino2012-08-071-1/+1
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscan: Adding new handlers: google-code, berlios, sourceforgevolpino2012-08-076-6/+133
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscan: Fixing failure while scanning postgresql-servervolpino2012-08-071-4/+4
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscan/euscawww: Removing unused imports, fixed some typos and PEP8 cleaningvolpino2012-08-0713-36/+80
|/ | | | Signed-off-by: volpino <fox91@anche.no>
* euscan: small handler fixesCorentin Chary2012-08-072-2/+2
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* euscan: shuffle mirrorsCorentin Chary2012-08-071-6/+13
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* euscan: restore reload_gentoolkit()Corentin Chary2012-08-071-1/+17
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* euscan: optimize SRC_URI fetchingCorentin Chary2012-08-062-23/+53
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* euscan/handlers: fix cpan version comparaisonsCorentin Chary2012-08-041-6/+35
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* euscan/handlers: rework handlers, better remote-id + watch supportCorentin Chary2012-08-0318-509/+512
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* euscan: hopefully better CPAN gentoo version manglingvolpino2012-07-311-14/+32
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscan: fixed handler name with remote-idvolpino2012-07-281-1/+2
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscan: just PEP8 cleaningvolpino2012-07-271-1/+1
| | | | Signed-off-by: volpino <fox91@anche.no>
* Merge branch 'master' of https://github.com/iksaif/euscanvolpino2012-07-273-4/+8
|\
| * euscan: fix some \n issuesCorentin Chary2012-07-262-4/+7
| | | | | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
| * Merge remote-tracking branch 'fox/master'Corentin Chary2012-07-2613-169/+248
| |\ | | | | | | | | | | | | | | | | | | Conflicts: euscanwww/djeuscan/helpers.py Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
| * | euscan: ignore robots.txt for fedorahosted.orgCorentin Chary2012-07-251-0/+1
| | | | | | | | | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* | | euscan: confidence tweak in generic handlervolpino2012-07-276-14/+45
| |/ |/| | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscan: Added remote-id handlervolpino2012-07-266-164/+85
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscan: Fixed typovolpino2012-07-261-1/+1
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | Merge branch 'master' of https://github.com/iksaif/euscanvolpino2012-07-261-0/+143
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/euscan_patch_metadata euscanwww/djeuscan/views.py pym/euscan/handlers/__init__.py pym/euscan/handlers/kde.py pym/euscan/handlers/url/cpan.py pym/euscan/handlers/url/generic.py pym/euscan/handlers/url/github.py pym/euscan/handlers/url/php.py pym/euscan/handlers/url/pypi.py pym/euscan/handlers/url/rubygem.py pym/euscan/scan.py Signed-off-by: volpino <fox91@anche.no>
| * euscan: generic handler fixesvolpino2012-07-252-5/+12
| | | | | | | | | | | | | | | | * urljoin was broken with dirs ("http://site.com/lol" joined with "wat" produces http://site.com/wat) * fixed _v regex, don't match what is not needed Signed-off-by: volpino <fox91@anche.no>
| * euscanwww: Removing useless stuff while creating watch tagvolpino2012-07-251-0/+4
| | | | | | | | | | | | | | * Removing useless options or actions * Fixing handling of substitution regex Signed-off-by: volpino <fox91@anche.no>
| * euscan: Added watch handler, fixed generic onevolpino2012-07-259-16/+153
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
| * euscan: handlers now use a Package object instead of cpvvolpino2012-07-259-52/+52
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
| * euscan: Progressbar on stderrvolpino2012-07-251-0/+2
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>