| [11:13:37] | * anarcat has joined #aegir |
| [11:20:50] | * ybabel has quit (Ping timeout: 260 seconds) |
| [12:25:48] | * jonpugh has quit (Ping timeout: 240 seconds) |
| [12:26:51] | <bgm> | if anyone is receiving notifications for the aegir gitlab account: i'm testing to see if I can replace github+jenkins with gitlab/CI |
| [12:27:42] | * jonpugh has joined #aegir |
| [14:30:27] | * christefano has joined #aegir |
| [14:30:40] | * christefano has quit (Client Quit) |
| [14:31:27] | * christefano has joined #aegir |
| [14:31:27] | * christefano has quit (Client Quit) |
| [17:09:27] | * christefano has joined #aegir |
| [17:25:33] | * christefano has quit (Quit: christefano) |
| [18:11:03] | * reaper013 has joined #aegir |
| [18:17:55] | * ybabel has joined #aegir |
| [19:38:08] | * christefano has joined #aegir |
| [20:08:44] | * christefano has quit (Ping timeout: 260 seconds) |
| [20:16:33] | * christefano has joined #aegir |
| [21:04:49] | * helmo42[m] has quit (Read error: Connection reset by peer) |
| [21:12:50] | * helmo42[m] has joined #aegir |
| [21:19:24] | * christefano has quit (Quit: christefano) |
| [23:33:08] | * v20th has joined #aegir |
| [00:49:46] | <helmo42[m]> | bgm: I saw the notifications :) Do you have a base installation image you use on your runner? |
| [00:54:23] | <helmo42[m]> | anarcat: thanks for the link I've noted it in https://www.drupal.org/node/2857259 |
| [00:54:25] | <hefring> | https://www.drupal.org/node/2857259 => [meta] Debian 9 - Stretch support [#2857259] => 2 comments, 1 IRC mention |
| [01:00:10] | <anarcat> | cool |
| [01:05:00] | <bgm> | helmo42[m]: I was just poking around and basing myself on my previous jenkins setup, so I'm probably doing it very wrong |
| [01:05:41] | <bgm> | gitlab doesn't really support phpunit results, and test on merge-request.. but it might work out nonetheless since my requirements are rather minimal |
| [01:05:54] | <bgm> | (I want to get rid of my jenkins VM) |
| [01:07:22] | <helmo42[m]> | bgm: well I'm also learning ... https://gitlab.com/aegir/provision/pipelines It woulc be nice though if we could use a base image to test on. That could speedup upgrade tests and make it easier for aegir contrib modules to start testing. |
| [01:08:21] | <helmo42[m]> | bgm: jonpugh: Would be nice if we could work together to use a common docker base image for most of these tests |
| [02:24:29] | * theMusician has joined #aegir |
| [02:56:56] | <jonpugh> | well yeah, thats what the dockerfiles repo is for! :D |
| [02:57:06] | <jonpugh> | https://github.com/aegir-project/dockerfiles |
| [02:57:27] | <jonpugh> | Docker hub organization: https://hub.docker.com/r/aegir/hostmaster/ |
| [02:57:35] | * joshr_ has joined #aegir |
| [02:57:42] | <jonpugh> | I'll give admin access to anyone that asks, helmo42[m] :) |
| [02:58:35] | <jonpugh> | bgm: what are you testing? |
| [03:00:25] | <joshr_> | qq again about my 1.x->3.x migration; trying to migrate entire platform (this one with only one site) so rsync'ed platform, created DB on new 3.x host, granted permissions for new host, verified permissions on DB worked with manual mysql connection, and imported DB via mysql<dump.sql |
| [03:00:52] | <joshr_> | but when importing the platform, the subsequent site import fails with DB PDO errors, unsure why |
| [03:12:53] | * reaper013 has quit (Quit: Page closed) |
| [03:24:13] | <joshr_> | https://paste.debian.net/plain/924820 |
| [03:24:29] | <joshr_> | what's the drush command to do this step? |
| [03:26:22] | <joshr_> | or does the frontend actually write this log to disk somewhere? |
| [03:28:37] | <joshr_> | i think aegir3/drush is trying to bootstrap against the old DB i dumped from |
| [03:29:12] | <joshr_> | drushrc.php has this rught? |
| [03:30:26] | <joshr_> | looks like it, $options['site_ip_addresses'] = array ( '@server_oldserver' => 'old_server_IP', ); $o |
| [03:30:42] | <joshr_> | $options['db_host'] = 'oldserver'; |
| [03:31:13] | <joshr_> | i thought this was only in vhost.d/sitename |
| [03:33:02] | <jonpugh> | joshr_: I find "import" problematic, I always just install a fresh site, then import the DB and files into that |
| [03:34:13] | <joshr_> | right, i generally agree, but in this case I'm migrating about 75 sites spread over about 12 platforms from 1.x>3.x |
| [03:34:55] | <joshr_> | so rsyncing all the platforms and importing each platform seemed easier |
| [03:57:46] | <joshr_> | so after twiddling drushrc.php for an imported site, I tried to migrate his DB, and get "There are no valid install profiles on the target platform to migrate to " |
| [03:58:19] | <joshr_> | I guess bc a profile was never set (since it was an import)? |
| [03:59:18] | <joshr_> | jospugh: yes imports are being problematic, but i still think this is the way to go versus created new sites, then importing the db and files.... although maybe not |
| [04:01:31] | <joshr_> | can i edit aegir db to set profile='standard', or is that too dirty? |
| [04:15:53] | * ybabel has quit (Quit: ybabel) |
| [04:16:44] | <jonpugh> | joshr_: I'd say yes but it's actually not that easy. |
| [04:17:03] | <jonpugh> | hosting_site table stores the package ID for the profile, not the profile string. |
| [04:17:50] | <joshr_> | well, i tried anyway |
| [04:17:51] | <joshr_> | mysql> update hosting_site set profile =61 where vid=16976; |
| [04:19:19] | <bgm> | helmo42[m]: jonpugh: for now my tests run on a pre-configured Aegir instance, since I only test hosting_civicrm |
| [04:19:31] | <bgm> | (which is kind of terrible if the test mess up the aegir install, but usually it works out) |
| [04:37:14] | <bgm> | looking at the pipelines setup for aegir, i feel like I have a lot of catching up to do ;) |
| [04:37:36] | <bgm> | I'm too much in the github/jenkins mindset of what civicrm currently does. |
| [05:28:55] | <colan> | Needs review for anyone that has time: https://www.drupal.org/node/2704799 |
| [05:28:57] | <hefring> | https://www.drupal.org/node/2704799 => RFC: Add a 'distribution' content type [#2704799] => 15 comments, 2 IRC mentions |
| [06:16:49] | * gusaus has joined #aegir |
| [07:01:27] | * theMusician has quit (Ping timeout: 240 seconds) |
| [07:08:26] | * theMusician has joined #aegir |
| [07:12:46] | * theMusician has quit (Client Quit) |
| [07:22:49] | * v20th has quit (Quit: Leaving) |
| [07:30:51] | * theMusician has joined #aegir |
| [07:58:19] | * theMusician has quit (Quit: theMusician) |
| [08:06:26] | * theMusician has joined #aegir |
| [08:58:22] | * hestenet has joined #aegir |