#readthedocs

/

      • humitos has quit
      • fasaxc joined the channel
      • tarek joined the channel
      • tarek
        hello, I am looking for the wipe button but can't see it (https://docs.readthedocs.io/en/latest/builds.ht...)
      • I have a project that's broken because it pulls a python 3.5 version that < 3.5.3 and it uses aiohttp that requires 3.5.3+
      • I guess rtd has 3.5.3+ since aiohttp is built there? just a guess
      • fasaxc joined the channel
      • oh mmm. looks like adding .readthedocs.yml
      • does the trick. sorry for the noise
      • finucannot is now known as stephenfin
      • rawtaz has left the channel
      • fasaxc has quit
      • fasaxc joined the channel
      • fasaxc has quit
      • fasaxc joined the channel
      • fasaxc has quit
      • fasaxc joined the channel
      • fasaxc joined the channel
      • zxiiro joined the channel
      • zxiiro
        Hi Everyone, something changed about 3 days ago that is causing build failures in projects that have submodules loaded. It says "One or more submodule URLs are not valid." we use relative submodule URL paths to clone. has some kind of check been put in place that no longer allows relative URLs?
      • the logs don't really tell very much and it appears like it successfully cloned ....
      • Blendify joined the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] davidfischer pushed 3 new commits to master: https://git.io/vxEyJ
      • NOTICE: readthedocs.org/master d16f365 David Fischer: Use JSONP for sustainability API...
      • NOTICE: readthedocs.org/master 24ee5e5 David Fischer: Merge branch 'master' into sustainability-api-jsonp
      • NOTICE: readthedocs.org/master ca35951 David Fischer: Merge pull request #3789 from davidfischer/sustainability-api-jsonp...
      • RTDGitHubBot has left the channel
      • fasaxc has quit
      • jplf joined the channel
      • humitos joined the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] davidfischer pushed 2 new commits to master: https://git.io/vxEF4
      • NOTICE: readthedocs.org/master 6d32b25 David Fischer: Fix linting errors in tests
      • NOTICE: readthedocs.org/master 7125a88 David Fischer: Merge pull request #3855 from davidfischer/fix-linting-errors...
      • RTDGitHubBot has left the channel
      • bramwelt
        Hi, OPNFV docs builds are failing with "One or more submodule URLs are not valid" - https://readthedocs.org/projects/opnfvdocsdemo/...
      • agj
        this is something we deployed last week
      • probably best to open a ticket about it
      • bramwelt
        Will do. Thanks agj!
      • agj
        the cause is you have submodules somewhere on your tree that aren't passing our validation
      • we're shooting for a deploy today though, so hopefully can squeeze a fix in
      • bramwelt
      • Blendify has quit
      • Blendify_m joined the channel
      • Blendify_m has quit
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] davidfischer pushed 4 new commits to master: https://git.io/vxENd
      • NOTICE: readthedocs.org/master 689f6a2 David Fischer: Remove pinned CSS Select version
      • NOTICE: readthedocs.org/master 4b3fd71 David Fischer: Merge branch 'master' into remove-pinned-cssselect
      • NOTICE: readthedocs.org/master dcd998b David Fischer: Merge branch 'master' into remove-pinned-cssselect
      • RTDGitHubBot has left the channel
      • Blendify_m joined the channel
      • agj
        bramwelt: the problem is due to the fact that you have/had(?) relative path submodules, those are now disallowed
      • we get this through gitpython though, something might not be detected here correctly
      • Blendify_m has quit
      • Blendify_m joined the channel
      • bramwelt
        agj: We can't actually fix that though. The relative paths are set by Gerrit...
      • agj: And git-submodule supports relative path submodules.
      • agj
        we don't though
      • any idea why those are relative?
      • ie - not a full url?
      • this doesn't seem like it should be working at all
      • bramwelt: not all of your submodules are relative urls
      • ie - docs/submodules/clover
      • bramwelt
        agj: The url is relative to the superprojects origin.
      • agj: For example with clover, opnfvdocs origin is https://gerrit.opnfv.org/gerrit/opnfvdocs.git, clover's url is '../clover' which translates to https://gerrit.opnfv.org/gerrit/clover
      • agj: It all was working up till aboug 3 days ago.
      • agj
        for clover, the submodule points to a full url, not a relative path
      • bramwelt
        Ah, sorry clover is a bad example then.
      • agj
        at least this is the parsing i'm seeing through gitpython
      • bramwelt
        `../armband` for example then
      • agj
        but yeah, there are others like that -- but i didn't think that would work
      • bramwelt
        It does. :)
      • agj
        okay yes, we should pump the brakes on our validation there
      • git states the behavior you're mentioning and not the behavior we don't want here (being able to set a submodule up a path from your repo on disk)
      • Blendify_m has quit
      • humitos has quit
      • cognifloyd joined the channel
      • humitos joined the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] agjohnson created agj/hotfix-submodule-url (+1 new commit): https://git.io/vxulk
      • NOTICE: readthedocs.org/agj/hotfix-submodule-url 29cb96e Anthony Johnson: Fix up some of the logic around repo and submodule URLs...
      • RTDGitHubBot has left the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] agjohnson created agj/hotfix-submodule-rel-url (+1 new commit): https://git.io/vxulH
      • NOTICE: readthedocs.org/agj/hotfix-submodule-rel-url e650b03 Anthony Johnson: Fix up some of the logic around repo and submodule URLs...
      • RTDGitHubBot has left the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] agjohnson pushed 1 new commit to agj/hotfix-submodule-rel-url: https://git.io/vxu8E
      • NOTICE: readthedocs.org/agj/hotfix-submodule-rel-url 12e5c12 Anthony Johnson: Lint fix
      • RTDGitHubBot has left the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] agjohnson pushed 1 new commit to agj/hotfix-get-ref: https://git.io/vxu8r
      • NOTICE: readthedocs.org/agj/hotfix-get-ref 0d65b41 Anthony Johnson: Add more exception handling
      • RTDGitHubBot has left the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] agjohnson pushed 1 new commit to rel: https://git.io/vxuB9
      • NOTICE: readthedocs.org/rel b450e10 Anthony Johnson: Merge branch 'agj/hotfix-submodule-rel-url' into rel
      • RTDGitHubBot has left the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] agjohnson pushed 1 new commit to master: https://git.io/vxuR5
      • NOTICE: readthedocs.org/master d8f603c Anthony Johnson: Revert "Save docker image hash to consider when auto wiping the environment (#3793)"...
      • RTDGitHubBot has left the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] agjohnson tagged 2.3.3 at bed1828: https://git.io/vxu0J
      • NOTICE: readthedocs.org/2.3.3 bed1828 Anthony Johnson: Release 2.3.3
      • RTDGitHubBot has left the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] agjohnson pushed 1 new commit to master: https://git.io/vxu0k
      • NOTICE: readthedocs.org/master bed1828 Anthony Johnson: Release 2.3.3
      • RTDGitHubBot has left the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] agjohnson pushed 1 new commit to rel: https://git.io/vxu0Y
      • NOTICE: readthedocs.org/rel c001a22 Anthony Johnson: Merge tag '2.3.3' into rel
      • RTDGitHubBot has left the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] agjohnson pushed 1 new commit to rel: https://git.io/vxu0h
      • NOTICE: readthedocs.org/rel e3eb824 Eric Holscher: Fix prior test
      • RTDGitHubBot has left the channel
      • RTDGitHubBot joined the channel
      • NOTICE: [readthedocs.org] agjohnson pushed 2 new commits to rel: https://git.io/vxuu9
      • NOTICE: readthedocs.org/rel 735a633 Anthony Johnson: Update static assets
      • NOTICE: readthedocs.org/rel 3fe2f63 Anthony Johnson: Merge branch 'master' into rel
      • RTDGitHubBot has left the channel