+ [2017-06-02T23:42:21Z] SkullTech Github could provide native support for it though
+ [2017-06-02T23:42:31Z] SkullTech It's an useful feature IMO
+ [2017-06-02T23:52:18Z] preaction but a lot of work for them to implement
+ [2017-06-03T02:17:07Z] kingarmadillo hi, I'm looking to create a docker base image in one repo for use in a project repo. the project is nodejs so i want to keep the image updated with the packages required in the project repo. Is there a way to do this with github?
+ [2017-06-03T06:35:50Z] localhorse how can i fix this mess? i was trying to sync my fork that was 14 commits behind using GitHub Desktop, but then it showed 1 commit ahead and still 14 behind. but i did "compare" and it showed it can merge, so i created a PR and merged it via the "rebase" option on the PR. but now it created even more commits and now it says 10 commits ahead, 14 behind :(( https://github.com/Boscop/rust-vst2/commits/master

message no. 169379

Posted by kingarmadillo in #github at 2017-06-03T02:17:07Z

hi, I'm looking to create a docker base image in one repo for use in a project repo. the project is nodejs so i want to keep the image updated with the packages required in the project repo. Is there a way to do this with github?
+ [2017-06-04T22:38:43Z] jeaye Has Github recently changed some GH Pages code to force site.baseurl to the repo name?
+ [2017-06-04T22:42:03Z] pouikpouik jeaye: what do you mean?
+ [2017-06-04T22:43:18Z] jeaye pouikpouik: Just recently, I started seeing an odd behavior where my jekyll-feed is producing urls like https://mysite.com/mysite.com/posts/my-post
+ [2017-06-04T22:43:57Z] jeaye My site.url is https://mysite.com and my site.baseurl is empty. When I build locally, all is good. When I build on Pages, the second mysite.com is now being added, which is exactly what baseurl does.
+ [2017-06-04T22:44:42Z] jeaye It seems like Pages is expecting site.url to be https://jeaye.github.io and site.baseurl to be mysite.com, since that's my repo name, and it's forcing it. That's breaking my custom domain setup.