[SAC] [OSGeo] #2383: git.osgeo.org/gitea giving warning when pushing
OSGeo
trac_osgeo at osgeo.org
Sat Nov 16 09:17:39 PST 2019
#2383: git.osgeo.org/gitea giving warning when pushing
---------------------------+-------------------
Reporter: robe | Owner: sac@…
Type: task | Status: new
Priority: normal | Milestone:
Component: Systems Admin | Keywords:
---------------------------+-------------------
As noted on postgis
https://trac.osgeo.org/postgis/ticket/4580
When pushing to gitea, it is now showing a warning:
{{{
Delta compression using up to 12 threads
Compressing objects: 100% (28/28), done.
Writing objects: 100% (29/29), 11.78 KiB | 1.07 MiB/s, done.
Total 29 (delta 27), reused 1 (delta 1)
remote: Warning: Detected setuptools version 5.5.1. The environment
variable 'PKG_RESOURCES_CACHE_ZIP_MANIFESTS' must be set to avoid
significant performance degradation.
remote: Thanks for letting us know
To https://git.osgeo.org/gitea/postgis/postgis.git
1844af14a..de298f1b4 master -> master
}}}
It's still unclear to me why gitea's git is affected by python. I tried
setting that setting in apache/etc/envvars as suggested by note and
restarting apache on tracsvn-dev instance on osgeo4 which has the same
issue. That did now help.
However upgrading setup tools did seem to do the trick
{{{
pip install -U setuptools
}}}
I need to confirm that's all that is needed though as I was fussing with
configs.
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2383>
OSGeo <https://osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Sac
mailing list