Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upGrant access to public trypyramid.com to few members #34
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
See also #21 (comment) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
goodwillcoding
Jan 2, 2016
Member
@blaflamme ... alternatively if you hosting the site is something you want to be free of, let me know I will take it over.
|
@blaflamme ... alternatively if you hosting the site is something you want to be free of, let me know I will take it over. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
goodwillcoding
Jan 2, 2016
Member
from IRC discussion:
@blaflamme will move trypyramid.com to a different VPS after NY holidays.
@goodwillcoding will follow up with @blaflamme on Jan 12 to see where we are at
/cc: @stevepiercy
|
from IRC discussion: @blaflamme will move trypyramid.com to a different VPS after NY holidays. /cc: @stevepiercy |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
stevepiercy
Jan 2, 2016
Member
Fallback position: @stevepiercy will build a staging site for the project (possibly trypyramid.stevepiercy.com) so folks can see and be better informed of the progress to date.
|
Fallback position: @stevepiercy will build a staging site for the project (possibly trypyramid.stevepiercy.com) so folks can see and be better informed of the progress to date. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
blaflamme
Jan 2, 2016
Member
@goodwillcoding @stevepiercy best would be to merge finished PR in a dev branch that could be publishable under dev.trypyramid.com so we can see the work in progress before merged to master and deployed to prod
|
@goodwillcoding @stevepiercy best would be to merge finished PR in a dev branch that could be publishable under dev.trypyramid.com so we can see the work in progress before merged to master and deployed to prod |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
mmerickel
Jan 2, 2016
Member
We need to consider using github pages for these sites. They are static and it's silly how hard they are to deploy right now. It should be as simple as merging things into master. I'm happy to do the work but someone would need to set the DNS records as I don't have access to them.
|
We need to consider using github pages for these sites. They are static and it's silly how hard they are to deploy right now. It should be as simple as merging things into master. I'm happy to do the work but someone would need to set the DNS records as I don't have access to them. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
blaflamme
Jan 2, 2016
Member
@mmerickel I'm almost done with the setup and it would be as easy as to push to another remote
|
@mmerickel I'm almost done with the setup and it would be as easy as to push to another remote |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
mmerickel
Jan 2, 2016
Member
I've taken this discussion to the mailing list. It's become very important to me that we fix the hosting situation of these sites if we want to support easier contributions.
|
I've taken this discussion to the mailing list. It's become very important to me that we fix the hosting situation of these sites if we want to support easier contributions. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
blaflamme
Jan 2, 2016
Member
@mmerickel Sure, that would be as simple as people submitting PR, we review and merge as they fulfill the requirements, and then people who has publish access could push to remote prod. So it'll be a similar process than what we do when releasing pyramid and publish to pypi.
|
@mmerickel Sure, that would be as simple as people submitting PR, we review and merge as they fulfill the requirements, and then people who has publish access could push to remote prod. So it'll be a similar process than what we do when releasing pyramid and publish to pypi. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
mmerickel
Jan 2, 2016
Member
Let's talk about it on the mailing list. I'm really concerned about the bus factor on these sites right now more than even ease of updating. They are static sites but for some reason only like 1 or 2 people have access to them (0 in the case of webob.org). I need a real reason why we aren't considering github pages behind a CNAME for this. These sites should be as darn simple as possible for github.com/Pylons team members to configure.
|
Let's talk about it on the mailing list. I'm really concerned about the bus factor on these sites right now more than even ease of updating. They are static sites but for some reason only like 1 or 2 people have access to them (0 in the case of webob.org). I need a real reason why we aren't considering github pages behind a CNAME for this. These sites should be as darn simple as possible for github.com/Pylons team members to configure. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
pauleveritt
Jan 2, 2016
Member
@mmerickel has a good point. We’ve put too much on the shoulders of Blaise, which isn’t fair to him. Having something that is as normal as possible, with a workflow that’s documented by other people, seems sane.
On Jan 2, 2016, at 4:17 PM, Michael Merickel notifications@github.com wrote:
Let's talk about it on the mailing list. I'm really concerned about the bus factor on these sites right now more than even ease of updating. They are static sites but for some reason only like 1 or 2 people have access to them (0 in the case of webob.org). I need a real reason why we aren't considering github pages behind a CNAME for this. These sites should be as darn simple as possible for github.com/Pylons team members to configure.
—
Reply to this email directly or view it on GitHub #34 (comment).
|
@mmerickel has a good point. We’ve put too much on the shoulders of Blaise, which isn’t fair to him. Having something that is as normal as possible, with a workflow that’s documented by other people, seems sane.
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
goodwillcoding
Jan 3, 2016
Member
@blaflamme can weigh in, but I've offered to take it over. I am sure we can come up with some structure that avoids buses. I think the site is static now. I am guessing it can be published to github
|
@blaflamme can weigh in, but I've offered to take it over. I am sure we can come up with some structure that avoids buses. I think the site is static now. I am guessing it can be published to github |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
blaflamme
Jan 3, 2016
Member
@stevepiercy @mmerickel @goodwillcoding @pauleveritt
trypyramid.com is now serving from the new setup and can be deployed using a git push. I'll finalize people access later today. Here's the basic instruction set to release and deploy a new version:
https://github.com/Pylons/trypyramid.com/blob/master/RELEASE.md
What I propose is to work on feature branches and then merge to dev until we reach a new release to prevent pushing master to production and break things up. That would also help us validating what we're going to publish.
|
@stevepiercy @mmerickel @goodwillcoding @pauleveritt trypyramid.com is now serving from the new setup and can be deployed using a git push. I'll finalize people access later today. Here's the basic instruction set to release and deploy a new version: https://github.com/Pylons/trypyramid.com/blob/master/RELEASE.md What I propose is to work on feature branches and then merge to dev until we reach a new release to prevent pushing master to production and break things up. That would also help us validating what we're going to publish. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
w00t! A Pyramid 1.6 release and this?! Somebody pinch me! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
blaflamme
Jan 3, 2016
Member
In fact, since we need to run dist to have a deployable project we can merge PR to master without running into problems, then run dist and do the release process before deploying.
|
In fact, since we need to run dist to have a deployable project we can merge PR to master without running into problems, then run dist and do the release process before deploying. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
blaflamme
Jan 3, 2016
Member
@stevepiercy and @goodwillcoding have provided their public ssh keys to get access to deployment, if @mmerickel or @pauleveritt need to have access just send me your public ssh keys.
|
@stevepiercy and @goodwillcoding have provided their public ssh keys to get access to deployment, if @mmerickel or @pauleveritt need to have access just send me your public ssh keys. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
pauleveritt
Jan 3, 2016
Member
If this is triggered on git push, then I’m covered.
THANKS BLAISE !!!
—Paul
On Jan 3, 2016, at 5:19 PM, Blaise Laflamme notifications@github.com wrote:
@stevepiercy https://github.com/stevepiercy and @goodwillcoding https://github.com/goodwillcoding have provided their public ssh keys to get access to deployment, if @mmerickel https://github.com/mmerickel or @pauleveritt https://github.com/pauleveritt need to have access just send me your public ssh keys.
—
Reply to this email directly or view it on GitHub #34 (comment).
|
If this is triggered on git push, then I’m covered. THANKS BLAISE !!! —Paul
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
blaflamme
Jan 4, 2016
Member
Setup is done, people have access and trypyramid.com is live. Closing this ticket.
|
Setup is done, people have access and trypyramid.com is live. Closing this ticket. |
goodwillcoding commentedJan 2, 2016
@blaflamme can I and @stevepiercy have access to publish trypyramid.com
pretty please