*** paulw (~paulwater@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 08:05 | |
*** paulw (~paulwater@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Client Quit) | 08:05 | |
*** CTtpollard (~CTtpollar@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 09:03 | |
*** toscalix (~toscalix@90.170.203.139) has joined #baserock | 09:04 | |
*** rdale (~quassel@113.red-2-138-16.dynamicip.rima-tde.net) has joined #baserock | 09:10 | |
- | benbrown2 is now known as benbrown_ | 09:31 |
---|---|---|
*** ssam2 (~ssam2@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 09:38 | |
*** Mode #baserock +v ssam2 by ChanServ | 09:38 | |
*** jonathanmaw (~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 09:47 | |
*** ctbruce (~bruceunde@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 09:48 | |
*** tiagogomes (~tiagogome@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 09:50 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 10:22 | |
*** locallycompact (~lc@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 10:38 | |
jjardon | ssam2: In case you missed, https://baserock.gitlab.io/spec/ is now being generated from the ci of https://gitlab.com/baserock/spec/ | 11:34 |
ssam2 | cool, OK | 11:40 |
ssam2 | I guess that and https://docs.baserock.org/ will be in sync since they both use git hooks, but we can probably just point docs.baserock.org to point to baserock.gitlab.io/ | 11:41 |
ssam2 | oh, except http://baserock.gitlab.io/ gives a 404 .. is that fixable? | 11:41 |
locallycompact | /spec | 11:42 |
ssam2 | yeah that works, but / doesn't | 11:42 |
ssam2 | however there's content at / on docs.baserock.org | 11:42 |
locallycompact | don't think you can do that | 11:43 |
locallycompact | it's $groupname.gitlab.io/$projectname | 11:43 |
ssam2 | ah, ok | 11:44 |
pedroalvarez | it's posible to set up a cname for that though | 11:44 |
ssam2 | in that case, i'll probably leave docs.baserock.org as-is for now in case we need to host more docs | 11:44 |
pedroalvarez | i created http://spec.baserock.org/ as a poc | 11:44 |
ssam2 | the two will be in sync in any case | 11:44 |
pedroalvarez | ssam2: not sure if in sync given that the repos have been moved | 11:44 |
ssam2 | oh, yeah | 11:44 |
pedroalvarez | and gbo is not in sync with gitlab | 11:44 |
ssam2 | right ... | 11:44 |
ssam2 | so all the baserock/baserock/*.git repos are obsolete and out of date? are they marked as such? | 11:45 |
pedroalvarez | nope | 11:45 |
pedroalvarez | there is one special case, lorries.git | 11:45 |
ssam2 | hmm, how can we fix that | 11:45 |
ssam2 | right, lorries.git isn't in baserock/baserock/ | 11:45 |
ssam2 | but baserock/local-config | 11:45 |
pedroalvarez | very true :) | 11:45 |
pedroalvarez | but something we need to consider | 11:46 |
ssam2 | I guess *://git.baserock.org/baserock/baserock/* URLs might be able to forward to the appropriate gitlab repos? | 11:46 |
ssam2 | that or we need to add a big warning saying LOOK HERE INSTEAD! to all the obsolete repos | 11:46 |
pedroalvarez | I pondered creating a lorry file for baserock/* repos | 11:47 |
ssam2 | right, so we just keep the repos up to date from gitlab | 11:47 |
ssam2 | wait, all that automation already exists, but for Gerrit | 11:48 |
pedroalvarez | It looks like you can make l-c to lorry in other places than delta | 11:48 |
ssam2 | we could run a lorry-controller that pulls from gitlab and pushes to git.baserock.org | 11:48 |
ssam2 | and make the git.baserock.org repos read-only (if they aren't already now) | 11:48 |
pedroalvarez | that l-c can be the one we have already running in gbo | 11:49 |
ssam2 | ah, nice | 11:49 |
ssam2 | in which case this becomes pretty easy | 11:49 |
pedroalvarez | other option is just deprecate everything | 11:49 |
ssam2 | what do you mean by 'deprecate' ? | 11:49 |
pedroalvarez | mark as obsolete | 11:49 |
ssam2 | but how? | 11:49 |
ssam2 | i don't think it's OK to just break the existing URLs that have worked for the last 5 years | 11:50 |
pedroalvarez | I agree | 11:50 |
ssam2 | seems like it's least effort to just keep them working, but make them read-only so nobody gets confused and pushes there | 11:51 |
ssam2 | so gerrit.baserock.org is now obsolete too? that should also give some hint to users that the princess is now in a different castle | 11:51 |
ssam2 | i guess no build tooling depends on gerrit.baserock.org URLs, so that could just be decommissioned and set to forward to gitlab | 11:52 |
pedroalvarez | yep, thats a good idea | 11:53 |
pedroalvarez | I believe I made gerrit a bit read-only (nobody can merge) to not leave things very broken | 11:56 |
ssam2 | ah, nice | 11:56 |
pedroalvarez | Also, tried to set up gitlab replication thingy, for definitions, and it couldn't cope with the size (hello?) of the repo | 11:57 |
ssam2 | is this a special tool gitlab provides for pushing from Gitlab to other Git servers ? | 11:58 |
pedroalvarez | yep, let me find the link | 11:58 |
ssam2 | that sounds pretty broken if so, I guess we could try and fix it but since lorry-controller already exists and works, we might as well just use that ... | 11:58 |
pedroalvarez | https://gitlab.com/baserock/definitions/mirror | 11:59 |
pedroalvarez | the error output being: http://paste.baserock.org/ucavameniz | 12:00 |
*** pedroalvarez (~pedroalva@ec2-54-213-192-127.us-west-2.compute.amazonaws.com) has quit (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) | 12:01 | |
*** pedroalvarez (~pedroalva@ec2-54-213-192-127.us-west-2.compute.amazonaws.com) has joined #baserock | 12:02 | |
* Topic for #baserock is "Conversation regarding the Baserock project http://wiki.baserock.org/ | Please note: This channel is logged | IRC logs: http://irclogs.baserock.org/ | Pastebin: http://paste.baserock.org/" | 12:02 | |
* Topic set by pedroalvarez!~quassel@ec2-54-191-112-126.us-west-2.compute.amazonaws.com on 2015-02-03 11:56:59 UTC | 12:02 | |
*** Mode #baserock +v pedroalvarez by ChanServ | 12:02 | |
*** Mode #baserock +nt by cherryh.freenode.net | 12:02 | |
* Channel #baserock created on 2011-09-20 23:12:59 UTC | 12:02 | |
ssam2 | hmm, that might be an error from the git-daemon on git.baserock.org | 12:02 |
jjardon | ssam2: in case you missed it, this was all discussed in the mailing list some time ago: https://listmaster.pepperfish.net/pipermail/baserock-dev-baserock.org/2016-November/013756.html | 12:03 |
ssam2 | thanks for the link | 12:04 |
ssam2 | could even be an error from SSH or gitano, since i presume it's trying to push | 12:04 |
ssam2 | oh, but over HTTP | 12:05 |
ssam2 | so actually it'd be from either lighttpd or git-daemon | 12:05 |
pedroalvarez | +S to that HTTP | 12:05 |
ssam2 | yes | 12:06 |
pedroalvarez | I tested that push from my laptop, and seemed to work | 12:06 |
pedroalvarez | (i want to believe i did) | 12:06 |
ssam2 | using the same code that Gitlab's server will use? in that case I guess the error will be hard to debug | 12:06 |
ssam2 | still, the lighttpd logs should have something about the error | 12:07 |
ssam2 | since ultimately it's lighttpd that returns the 411 error | 12:07 |
pedroalvarez | oh, yes, gitlab might not be doing a simple git push as I was doing | 12:08 |
pedroalvarez | (apologies, I didn't have enought time to debug these things) | 12:13 |
ssam2 | no worries | 12:13 |
ssam2 | i don't yet know whether or not i'll have time to any of this in 2017 | 12:14 |
ssam2 | *to do | 12:14 |
pedroalvarez | we need at least to convince people it's something needed :) | 12:14 |
ssam2 | well, I think if many people were using baserock then it'd be obviously needed because there'd be a chorus of "why is this repo out of date", "why is gerrit readonly" etc | 12:15 |
ssam2 | i'm sure some have actually read the emails announcing the change, but there are usually many who don't :-) | 12:15 |
*** toscalix (~toscalix@90.170.203.139) has quit (Quit: Konversation terminated!) | 13:17 | |
*** toscalix (~toscalix@90.170.203.139) has joined #baserock | 13:20 | |
*** edcragg (~ed@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Remote host closed the connection) | 13:24 | |
*** toscalix (~toscalix@90.170.203.139) has quit (Read error: Connection reset by peer) | 13:28 | |
*** toscalix (~toscalix@90.170.203.139) has joined #baserock | 13:28 | |
*** toscalix (~toscalix@90.170.203.139) has quit (Client Quit) | 13:28 | |
*** toscalix_ (~toscalix@90.170.203.139) has joined #baserock | 13:28 | |
*** edcragg (~ed@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 13:35 | |
<= Netsplit between *.net and *.split. Users quit: inara` | 13:47 | |
*** inara (~inara@68.ip-149-56-14.net) has joined #baserock | 13:48 | |
*** gtristan (~tristanva@modemcable172.18-161-184.mc.videotron.ca) has quit (Ping timeout: 260 seconds) | 14:08 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Ping timeout: 258 seconds) | 14:48 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 14:59 | |
*** edcragg (~ed@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Ping timeout: 256 seconds) | 15:00 | |
*** edcragg (~ed@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 15:01 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Client Quit) | 15:03 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 15:04 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Ping timeout: 248 seconds) | 15:12 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 15:30 | |
*** lachlan_ (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 15:31 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Ping timeout: 246 seconds) | 15:36 | |
*** lachlan_ (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Ping timeout: 256 seconds) | 15:36 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 15:37 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Read error: Connection reset by peer) | 15:37 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 15:37 | |
*** gtristan (~tristanva@mtlxpqak-1176248019.sdsl.bell.ca) has joined #baserock | 15:42 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Ping timeout: 248 seconds) | 15:45 | |
*** lachlan_ (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 15:58 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 15:58 | |
*** lachlan_ (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Client Quit) | 15:59 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Client Quit) | 15:59 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 15:59 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Ping timeout: 246 seconds) | 16:09 | |
*** ctbruce (~bruceunde@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Quit: Leaving) | 16:28 | |
*** paulw (~paulwater@114.152.159.143.dyn.plus.net) has joined #baserock | 17:35 | |
- | toscalix_ is now known as toscalix | 17:39 |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 17:41 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Ping timeout: 248 seconds) | 17:49 | |
*** jonathanmaw (~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Quit: Ex-Chat) | 18:00 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has joined #baserock | 18:01 | |
*** paulw (~paulwater@114.152.159.143.dyn.plus.net) has quit (Quit: Leaving) | 18:14 | |
*** locallycompact (~lc@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Ping timeout: 256 seconds) | 18:32 | |
*** ssam2 (~ssam2@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Remote host closed the connection) | 18:34 | |
*** lachlan (~lachlan@82-70-136-246.dsl.in-addr.zen.co.uk) has quit (Ping timeout: 245 seconds) | 18:40 | |
*** toscalix (~toscalix@90.170.203.139) has quit (Quit: Konversation terminated!) | 19:00 | |
<= Netsplit between *.net and *.split. Users quit: bfletcher | 19:35 | |
*** bfletcher (BillFletch@gateway/shell/linaro/x-tdqcrldbiyttnduq) has joined #baserock | 19:37 | |
*** rdale_ct (~quassel@246.red-81-35-37.dynamicip.rima-tde.net) has joined #baserock | 20:07 | |
*** rdale (~quassel@113.red-2-138-16.dynamicip.rima-tde.net) has quit (Ping timeout: 246 seconds) | 20:10 | |
*** gtristan (~tristanva@mtlxpqak-1176248019.sdsl.bell.ca) has quit (Ping timeout: 248 seconds) | 20:44 | |
*** rdale_ct (~quassel@246.red-81-35-37.dynamicip.rima-tde.net) has quit (Ping timeout: 256 seconds) | 22:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!