IRC logs for #aegir, 2017-09-07 (GMT)

2017-09-06
2017-09-08
TimeNickMessage
[10:45:51]* realityloop has joined #aegir
[11:19:33]* realityloop has quit (Quit: Leaving..)
[11:40:26]* shaneonabike2 has quit (Quit: Leaving.)
[14:23:34]* theMusician has quit (Ping timeout: 240 seconds)
[14:24:31]* theMusician has joined #aegir
[14:27:55]* ricardoamaro__ has quit (Ping timeout: 240 seconds)
[14:42:08]* ricardoamaro__ has joined #aegir
[16:20:11]* rajnishkumar[m] has joined #aegir
[16:51:30]* ybabel has joined #aegir
[17:09:29]* reaper013 has joined #aegir
[18:55:30]* reaper013 has quit (Ping timeout: 260 seconds)
[19:06:07]* reaper013 has joined #aegir
[21:58:51]* ricardoamaro__ is now known as ricardoamaro
[21:59:29]* ricardoamaro has quit (Changing host)
[21:59:29]* ricardoamaro has joined #aegir
[22:30:34]* ricardoamaro is now known as ricardoamaro__
[22:31:01]* ricardoamaro__ is now known as ricardoamaro_
[00:37:08]* fatguylaughing has joined #aegir
[01:16:35]* theMusician has quit (Ping timeout: 240 seconds)
[02:01:18]* reaper013 has quit (Quit: Page closed)
[02:37:46]* theMusician has joined #aegir
[02:55:59]* theMusician has quit (Ping timeout: 248 seconds)
[03:11:37]* gusaus has joined #aegir
[03:32:11]* jerryitt has joined #aegir
[03:40:09]<helmo42[m]>jonpugh: I don't really understand why your adding standalone-install-fix-permissions-ownership.sh ... woudn't it be easier ... and safer to just canll the two scripts/install.sh files?
[03:43:35]<jonpugh[m]>helmo42: I'm trying to add it to the dockerfiles. I would have to wget all 6 files to install. I wanted an easier way to install everything in one script.
[03:44:32]<jonpugh[m]>I was going to just run the install.sh files
[03:44:37]<jonpugh[m]>but they expect the scripts in the same directory
[03:45:04]<helmo42[m]>AH.. I see you execute it before aegir is installed ... Then I see why you need to fetch something
[03:45:17]<jonpugh[m]>yes
[03:45:28]<jonpugh[m]>I'm going to include it in the devshop installer as well
[03:45:40]<helmo42[m]>One security thing is that it's comming in over an unsecure connection ... stored for root to execute
[03:46:20]<helmo42[m]>It's about time cigit gets https support
[03:46:45]<jonpugh[m]>ah, can use curl instead?
[03:47:37]<jonpugh[m]>helmo42: for the record this is why i think we need this in provision
[03:49:34]<helmo42[m]>curl would use the same plain text connection ... https://www.drupal.org/node/2787631 needs to be fixed ... mlhess , any idea what's blocking this?
[03:49:34]<hefring>https://www.drupal.org/node/2787631 => Setup a valid SSL certificate for cgit.drupalcode.org [#2787631] => 6 comments, 1 IRC mention
[03:50:52]<jonpugh[m]>helmo42: I could get it from github :)
[03:51:58]<helmo42[m]>sad .. but that would be better in this case.
[03:52:34]<helmo42[m]>one other thing is the HOSTING_TASKS_EXTRA_VERSION var ... we'd have to update that via the release scripts
[03:52:53]<helmo42[m]>or we'll certainly forget ;)
[03:53:00]<jonpugh[m]>eh, or just remember to do it if the script changes
[03:53:11]<jonpugh[m]>but yes
[03:57:14]<helmo42[m]>jonpugh, https://travis-ci.org/aegir-project/hostmaster is failing ... it seems to install an old version ... do you remember how you fixed that in provision before the summer?
[03:58:10]<jonpugh[m]>I don't know if this is the same issue
[03:58:11]<jonpugh[m]>> exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or[error]
[03:58:12]<jonpugh[m]>view not found: 1146 Table 'aegirlocalcomput.system' doesn't exist'
[03:58:12]<jonpugh[m]>in /var/aegir/hostmaster-7.x-3.10/includes/database/database.inc:2227
[03:58:24]<jonpugh[m]>That means the database is fine, and the settings file is correct, doesn't it?
[04:00:17]* helmo has joined #aegir
[04:01:47]<helmo42[m]>What cougt me is hostmaster-7.x-3.10
[04:34:31]<jonpugh[m]>helmo42: I can't go down that rabbit whole, I'm trying to get a new devshop released...
[04:34:36]<jonpugh[m]>helmo42:
[04:34:45]<jonpugh[m]>I'm wondering if we can do a hosting_git release?
[04:35:08]<jonpugh[m]>I noticed OpenAtrium started doing semantic versioning on drupal.org by just removing the last dot :)
[04:35:15]<jonpugh[m]>https://www.drupal.org/project/openatrium/releases/7.x-2.618
[04:35:38]<jonpugh[m]>Can I make a hosting_git-7.x-3.111 ?
[04:48:31]<helmo42[m]>Wouldn't that mess up version_compare?
[04:48:50]<helmo42[m]>111> 12
[04:50:26]<jonpugh[m]>it doesn't actually compare numerical value
[04:50:39]<jonpugh[m]>d.o orders releases by date
[04:51:08]<helmo42[m]>If you clone from git then a tag would be enough
[04:52:12]<helmo42[m]>But the php function does sort by it, which the update module uses
[04:52:38]<jonpugh[m]>but what are you talking about, specifically?
[04:52:57]<jonpugh[m]>the drupal.org update feed?
[04:56:08]<helmo42[m]>More the update module which would not recommend updating to 3.12 but as we get it bundled in the profile that's probably not such a problem
[04:57:36]<jonpugh[m]>The releases are in date order in the update feed: https://updates.drupal.org/release-history/openatrium/7.x
[05:03:00]<helmo42[m]>Worth a try.
[05:11:10]<jonpugh[m]>I created a tag for hosting tasks extras so I can tag the HOSTING_TASKS_EXTRA_VERSION in the standalone install script
[05:11:20]<jonpugh[m]>7.x-3.111
[05:11:31]<jonpugh[m]>I didn't create a release yet
[05:18:04]* mstenta has quit (Ping timeout: 240 seconds)
[05:18:32]* mstenta has joined #aegir
[08:04:10]* ybabel has quit (Quit: ybabel)
[08:09:27]* jerryitt has quit (Quit: Connection closed for inactivity)
[08:51:31]* gusaus has quit (Quit: gusaus)
[09:00:16]* realityloop has joined #aegir
[09:01:10]* realityloop has quit (Client Quit)