Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gnome: Rename "Portage Version" header to "Gentoo Version"HEADmaster | Mart Raudsepp | 2022-07-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org> | ||||
* | Map gtksourceview to gui-libs/gtksourceview | Matt Turner | 2022-03-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> | ||||
* | Add support for GNOME 40 in "Latest Version" column | Mart Raudsepp | 2021-12-12 | 1 | -4/+8 |
| | | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org> | ||||
* | Fix some bad Python | Matt Turner | 2021-04-14 | 3 | -11/+11 |
| | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> | ||||
* | Add support for GNOME 40 | Matt Turner | 2021-04-14 | 1 | -3/+10 |
| | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> | ||||
* | Add mapping for gui-libs/gtk | Matt Turner | 2021-04-14 | 1 | -0/+1 |
| | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> | ||||
* | gnome: Map gnome-themes-extra to gnome-themes-standard for now | Mart Raudsepp | 2019-08-24 | 2 | -0/+2 |
| | | | | We haven't done a pkgmove yet, so map them up for the time being. | ||||
* | gnome: Fix syntax error in a rare warning path message | Mart Raudsepp | 2019-03-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org> | ||||
* | Add workaround for packages with only one version component | Mart Raudsepp | 2019-01-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org> | ||||
* | gnome: Put "Stable" in the titles when it's a stable tree report | Mart Raudsepp | 2017-11-01 | 1 | -2/+2 |
| | |||||
* | gnome: Add a hackish way to force looking at Gentoo stable tree only | Mart Raudsepp | 2017-11-01 | 1 | -0/+3 |
| | | | | | | | | | | The tree configuration seems to come from main make.conf right now, so until (if ever) we rework that to be better (or be more like x-modular that handles both at once), add an easy way to generate stable tree reports on ~arch machines with the existing logic without having to edit make.conf for it. This allows to see the stabilization status of the current GNOME stable series in Gentoo via a report generated with -S argument against the appropriate version. | ||||
* | gnome: Hack latest version to see newstable release when official version is ↵ | Mart Raudsepp | 2017-03-21 | 2 | -1/+12 |
| | | | | | | | | | | | still at release candidate When running against e.g 3.23.92 release before a 3.24.0 versions file from gnome releng exists to run against, we want to still see the 3.24.0 releases, should any exist. So hack the logic to look into latest newstable version, if any exist, and the version is not a 0.x (for which the gnome numbering might not follow odd-even nomenclature). Without this all the 3.24.0 releases that are coming out on "tarballs due" date and the preceeding weekend aren't seen by bumpchecker, as we don't have a 3.24.0 to -r <ver> against. | ||||
* | gnome: Stop skipping mobile suite, as it doesn't exist anymore anyway | Mart Raudsepp | 2017-03-21 | 1 | -3/+0 |
| | |||||
* | gnome: Track upstream core vs apps suite handling and show it in the output | Mart Raudsepp | 2017-03-21 | 3 | -4/+10 |
| | |||||
* | gnome: add libgfbgraph reverse mapping as well | Mart Raudsepp | 2017-03-21 | 1 | -0/+1 |
| | |||||
* | gnome: map gfbgraph to our libgfbgraph | Mart Raudsepp | 2017-03-21 | 1 | -0/+1 |
| | |||||
* | gnome: Fix generation breaking typo in fallback codepath | Mart Raudsepp | 2017-03-21 | 1 | -1/+1 |
| | |||||
* | gnome: make the cache.json requests parallel; reduces a run from 3m01 to ↵ | Mart Raudsepp | 2017-03-21 | 1 | -2/+24 |
| | | | | | | | | 0m23 for me This relies on the requests-futures package, which in turn relies on python-3.2+ Futures (or a backport of it). If requests-futures import fail, it will fall back to the old slower fetching one by one. | ||||
* | gnome: Quick port to python3 | Mart Raudsepp | 2017-03-21 | 5 | -27/+27 |
| | | | | | Just what's necessary to get it going on python3 (just print changes and some bytes vs str error) for now. | ||||
* | gnome: Use UTC date for generation date note in output | Mart Raudsepp | 2017-03-11 | 1 | -2/+2 |
| | |||||
* | gnome: Implement latest version retrieval based on GNOME infra cache.json files | Mart Raudsepp | 2017-03-04 | 1 | -2/+43 |
| | | | | | | | | | | Compared to the no longer working ~vuntz devspace versions file, this is now doing HTTPS retrievals for each package again; not quite full scraping, but almost (considering that if we'd hit up the right subdir directly, it's pretty much the same due to one GET per package again). So it takes a bit to retrieve the files. This can probably be made trivially faster by anyone who knows async io for python-requests or something, but at least it works again. | ||||
* | gnome: Use requests instead of urllib2 | Mart Raudsepp | 2017-03-04 | 1 | -8/+8 |
| | | | | | This should give us connection pooling, which can be important for further planned changes. | ||||
* | gnome: Remove unused simple_cache_module import | Mart Raudsepp | 2017-03-04 | 1 | -5/+2 |
| | |||||
* | gnome: Add mapping for gom to avoid in-tree ambiguity | Mart Raudsepp | 2017-03-03 | 1 | -0/+1 |
| | |||||
* | gnome: Remove _isgnome3 special casing | Mart Raudsepp | 2017-03-03 | 1 | -8/+1 |
| | | | | We won't be creating the list for 2.9x releases anymore.. | ||||
* | gnome: Remove the old latest_versions_* vars that won't work | Mart Raudsepp | 2017-03-03 | 2 | -4/+0 |
| | | | | | | This also removes a GNOME class extra init in gnome_output for retrieving the broken link, which won't be nice for future plans of requests usage in terms of HTTP session | ||||
* | gnome: temporarily report release versions as individual as the latter is broken | Mart Raudsepp | 2017-03-03 | 1 | -1/+1 |
| | | | | | | vuntz versions files doesn't work anymore and we'll need to migrate to something working. Fake the data by duplicating the release versions till then. | ||||
* | gnome: Remove some old scraping related code we won't need | Mart Raudsepp | 2017-03-03 | 1 | -103/+0 |
| | | | | | gnome includes a JSON file for each package with all the versions that many other tools rely on now, so we won't need full scraping again | ||||
* | gnome: Use download.gnome.org instead of ftp with longer paths | Mart Raudsepp | 2017-03-03 | 1 | -6/+6 |
| | |||||
* | Add packages to module mapping | Gilles Dartiguelongue | 2012-11-22 | 1 | -0/+2 |
| | |||||
* | Add mappings for vte and gstreamer, specify category for gconf mapping | Mart Raudsepp | 2011-09-04 | 1 | -7/+9 |
| | | | | | | | Haskell overlay has dev-haskell/{gconf,vte,gstreamer}, presumably eventually entering gentoo-x86. Also fix indentation to be uniform (4 spaces) in the surrounding lines. | ||||
* | Fix ambiguity in glib and pango package names | Nirbheek Chauhan | 2011-06-07 | 1 | -0/+3 |
| | |||||
* | Add cantarell to the package mapping list | Nirbheek Chauhan | 2011-03-26 | 1 | -0/+1 |
| | |||||
* | Fix the stable detection to really work. | Tomas Chvatal | 2011-03-15 | 1 | -2/+4 |
| | |||||
* | Fix all_overlays = True and selection of keywords | Nirbheek Chauhan | 2011-02-21 | 1 | -2/+3 |
| | |||||
* | Cleanup the mess in portage_module. God we really need to rewrite this tool... | Tomas Chvatal | 2011-02-20 | 1 | -38/+9 |
| | |||||
* | gnome_module: fix fetching of GNOME 3.0 version lists | Nirbheek Chauhan | 2011-01-15 | 1 | -1/+9 |
| | |||||
* | package_module: add special-case package names | Nirbheek Chauhan | 2011-01-15 | 1 | -0/+2 |
| | | | | | * network-manager-applet -> nm-applet * gtk-theme-engine-clearlooks -> gtk-engines-clearlooks | ||||
* | portage_module: Port to newer portage | Nirbheek Chauhan | 2011-01-15 | 1 | -2/+0 |
| | | | | * portdb.repositories is no more, and wasn't used anywhere | ||||
* | Move code around to allow usage of portage constants | Gilles Dartiguelongue | 2010-10-23 | 1 | -2/+3 |
| | |||||
* | Remove unused modules | Gilles Dartiguelongue | 2010-10-23 | 1 | -2/+1 |
| | |||||
* | Fix API usage with >=portage-2.2_rc97 | Gilles Dartiguelongue | 2010-10-23 | 1 | -3/+5 |
| | |||||
* | string module is deprecated | Gilles Dartiguelongue | 2010-10-23 | 2 | -4/+4 |
| | |||||
* | Fix various style issues | Gilles Dartiguelongue | 2010-10-23 | 9 | -285/+288 |
| | | | | | | | | * Remove trailing whitespaces * Add some whitespace per PEP8 * Replace tabs by spaces in x-modular per PEP * Make Status class in package_module a new style object since it uses property methods | ||||
* | Add perl package support. | Priit Laes | 2010-03-16 | 2 | -27/+30 |
| | |||||
* | Skip packages from mobile category. | Priit Laes | 2010-03-16 | 1 | -6/+10 |
| | | | | Most of the mobile category contains duplicates anyway. | ||||
* | Clean up the percentage calculation and related HTML output. | Priit Laes | 2010-03-16 | 1 | -28/+22 |
| | |||||
* | Remove workaround for gdl package. | Priit Laes | 2010-02-26 | 2 | -10/+9 |
| | | | | This makes gdl version status to be included in the report, instead of ignored. | ||||
* | Fix error display by using correct exception. | Priit Laes | 2010-02-26 | 1 | -1/+1 |
| | | | | String exceptions have been deprecated a long time ago. | ||||
* | Fix pixman versioning detection. | Tomas Chvatal | 2009-12-31 | 1 | -1/+8 |
| |