1:44 AM
humitos has quit
7:32 AM
fasaxc joined the channel
8:38 AM
tarek joined the channel
8:40 AM
tarek
8:41 AM
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+
8:41 AM
I guess rtd has 3.5.3+ since aiohttp is built there? just a guess
8:47 AM
fasaxc joined the channel
8:48 AM
oh mmm. looks like adding .readthedocs.yml
8:48 AM
does the trick. sorry for the noise
9:03 AM
finucannot is now known as stephenfin
9:58 AM
rawtaz has left the channel
11:12 AM
fasaxc has quit
12:14 PM
fasaxc joined the channel
12:24 PM
fasaxc has quit
12:33 PM
fasaxc joined the channel
12:52 PM
fasaxc has quit
12:54 PM
fasaxc joined the channel
15:27 PM
fasaxc joined the channel
15:42 PM
zxiiro joined the channel
15:43 PM
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?
15:44 PM
15:44 PM
the logs don't really tell very much and it appears like it successfully cloned ....
15:45 PM
Blendify joined the channel
17:09 PM
RTDGitHubBot joined the channel
17:09 PM
NOTICE: [readthedocs.org] davidfischer pushed 3 new commits to master: https://git.io/vxEyJ
17:09 PM
NOTICE: readthedocs.org/master d16f365 David Fischer: Use JSONP for sustainability API...
17:09 PM
NOTICE: readthedocs.org/master 24ee5e5 David Fischer: Merge branch 'master' into sustainability-api-jsonp
17:09 PM
NOTICE: readthedocs.org/master ca35951 David Fischer: Merge pull request #3789 from davidfischer/sustainability-api-jsonp...
17:09 PM
RTDGitHubBot has left the channel
17:16 PM
fasaxc has quit
17:16 PM
jplf joined the channel
17:44 PM
humitos joined the channel
18:12 PM
RTDGitHubBot joined the channel
18:12 PM
NOTICE: [readthedocs.org] davidfischer pushed 2 new commits to master: https://git.io/vxEF4
18:12 PM
NOTICE: readthedocs.org/master 6d32b25 David Fischer: Fix linting errors in tests
18:12 PM
NOTICE: readthedocs.org/master 7125a88 David Fischer: Merge pull request #3855 from davidfischer/fix-linting-errors...
18:12 PM
RTDGitHubBot has left the channel
18:14 PM
bramwelt
18:15 PM
agj
this is something we deployed last week
18:15 PM
probably best to open a ticket about it
18:15 PM
bramwelt
Will do. Thanks agj!
18:15 PM
agj
the cause is you have submodules somewhere on your tree that aren't passing our validation
18:15 PM
we're shooting for a deploy today though, so hopefully can squeeze a fix in
18:24 PM
bramwelt
18:29 PM
Blendify has quit
18:29 PM
Blendify_m joined the channel
18:34 PM
Blendify_m has quit
18:35 PM
RTDGitHubBot joined the channel
18:35 PM
NOTICE: [readthedocs.org] davidfischer pushed 4 new commits to master: https://git.io/vxENd
18:35 PM
NOTICE: readthedocs.org/master 689f6a2 David Fischer: Remove pinned CSS Select version
18:35 PM
NOTICE: readthedocs.org/master 4b3fd71 David Fischer: Merge branch 'master' into remove-pinned-cssselect
18:35 PM
NOTICE: readthedocs.org/master dcd998b David Fischer: Merge branch 'master' into remove-pinned-cssselect
18:35 PM
RTDGitHubBot has left the channel
18:42 PM
Blendify_m joined the channel
18:44 PM
agj
bramwelt: the problem is due to the fact that you have/had(?) relative path submodules, those are now disallowed
18:44 PM
we get this through gitpython though, something might not be detected here correctly
18:47 PM
Blendify_m has quit
18:56 PM
Blendify_m joined the channel
18:59 PM
bramwelt
agj: We can't actually fix that though. The relative paths are set by Gerrit...
19:00 PM
agj: And git-submodule supports relative path submodules.
19:00 PM
agj
we don't though
19:00 PM
any idea why those are relative?
19:00 PM
ie - not a full url?
19:00 PM
this doesn't seem like it should be working at all
19:05 PM
bramwelt: not all of your submodules are relative urls
19:05 PM
ie - docs/submodules/clover
19:06 PM
bramwelt
agj: The url is relative to the superprojects origin.
19:08 PM
19:08 PM
agj: It all was working up till aboug 3 days ago.
19:08 PM
agj
for clover, the submodule points to a full url, not a relative path
19:08 PM
bramwelt
Ah, sorry clover is a bad example then.
19:08 PM
agj
at least this is the parsing i'm seeing through gitpython
19:09 PM
bramwelt
`../armband` for example then
19:09 PM
agj
but yeah, there are others like that -- but i didn't think that would work
19:09 PM
bramwelt
It does. :)
19:17 PM
agj
okay yes, we should pump the brakes on our validation there
19:18 PM
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)
19:25 PM
Blendify_m has quit
20:19 PM
humitos has quit
21:22 PM
cognifloyd joined the channel
22:21 PM
humitos joined the channel
22:25 PM
RTDGitHubBot joined the channel
22:25 PM
NOTICE: [readthedocs.org] agjohnson created agj/hotfix-submodule-url (+1 new commit): https://git.io/vxulk
22:25 PM
NOTICE: readthedocs.org/agj/hotfix-submodule-url 29cb96e Anthony Johnson: Fix up some of the logic around repo and submodule URLs...
22:25 PM
RTDGitHubBot has left the channel
22:32 PM
RTDGitHubBot joined the channel
22:32 PM
NOTICE: [readthedocs.org] agjohnson created agj/hotfix-submodule-rel-url (+1 new commit): https://git.io/vxulH
22:32 PM
NOTICE: readthedocs.org/agj/hotfix-submodule-rel-url e650b03 Anthony Johnson: Fix up some of the logic around repo and submodule URLs...
22:32 PM
RTDGitHubBot has left the channel
22:37 PM
RTDGitHubBot joined the channel
22:37 PM
NOTICE: [readthedocs.org] agjohnson pushed 1 new commit to agj/hotfix-submodule-rel-url: https://git.io/vxu8E
22:37 PM
NOTICE: readthedocs.org/agj/hotfix-submodule-rel-url 12e5c12 Anthony Johnson: Lint fix
22:37 PM
RTDGitHubBot has left the channel
22:38 PM
RTDGitHubBot joined the channel
22:38 PM
NOTICE: [readthedocs.org] agjohnson pushed 1 new commit to agj/hotfix-get-ref: https://git.io/vxu8r
22:38 PM
NOTICE: readthedocs.org/agj/hotfix-get-ref 0d65b41 Anthony Johnson: Add more exception handling
22:38 PM
RTDGitHubBot has left the channel
23:03 PM
RTDGitHubBot joined the channel
23:03 PM
NOTICE: [readthedocs.org] agjohnson pushed 1 new commit to rel: https://git.io/vxuB9
23:03 PM
NOTICE: readthedocs.org/rel b450e10 Anthony Johnson: Merge branch 'agj/hotfix-submodule-rel-url' into rel
23:03 PM
RTDGitHubBot has left the channel
23:17 PM
RTDGitHubBot joined the channel
23:17 PM
NOTICE: [readthedocs.org] agjohnson pushed 1 new commit to master: https://git.io/vxuR5
23:17 PM
NOTICE: readthedocs.org/master d8f603c Anthony Johnson: Revert "Save docker image hash to consider when auto wiping the environment (#3793)"...
23:17 PM
RTDGitHubBot has left the channel
23:22 PM
RTDGitHubBot joined the channel
23:22 PM
NOTICE: [readthedocs.org] agjohnson tagged 2.3.3 at bed1828: https://git.io/vxu0J
23:22 PM
NOTICE: readthedocs.org/2.3.3 bed1828 Anthony Johnson: Release 2.3.3
23:22 PM
RTDGitHubBot has left the channel
23:23 PM
RTDGitHubBot joined the channel
23:23 PM
NOTICE: [readthedocs.org] agjohnson pushed 1 new commit to master: https://git.io/vxu0k
23:23 PM
NOTICE: readthedocs.org/master bed1828 Anthony Johnson: Release 2.3.3
23:23 PM
RTDGitHubBot has left the channel
23:24 PM
RTDGitHubBot joined the channel
23:24 PM
NOTICE: [readthedocs.org] agjohnson pushed 1 new commit to rel: https://git.io/vxu0Y
23:24 PM
NOTICE: readthedocs.org/rel c001a22 Anthony Johnson: Merge tag '2.3.3' into rel
23:24 PM
RTDGitHubBot has left the channel
23:33 PM
RTDGitHubBot joined the channel
23:33 PM
NOTICE: [readthedocs.org] agjohnson pushed 1 new commit to rel: https://git.io/vxu0h
23:33 PM
NOTICE: readthedocs.org/rel e3eb824 Eric Holscher: Fix prior test
23:33 PM
RTDGitHubBot has left the channel
23:55 PM
RTDGitHubBot joined the channel
23:55 PM
NOTICE: [readthedocs.org] agjohnson pushed 2 new commits to rel: https://git.io/vxuu9
23:55 PM
NOTICE: readthedocs.org/rel 735a633 Anthony Johnson: Update static assets
23:55 PM
NOTICE: readthedocs.org/rel 3fe2f63 Anthony Johnson: Merge branch 'master' into rel
23:55 PM
RTDGitHubBot has left the channel