-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use normalizedName as the default appUser for Linux Packages #144
Conversation
Nice! Looks good to me. |
Use normalizedName as the default appUser for Linux Packages
I think just checking the server stuff against RPM practices.... |
I'm trying to close some of the minor tickets (documentation stuff, error logging, etc.) Most of the open tickets are for rpm. I think the only critical one is #76 |
I usually try to make sure Latest Fedora + Latest CentOS available on EC2 work. Work beyond that can be contributed by those who use the systems and understand how to do the compatibility/fixes better than those of us who aren't users :). If you do any work here, just remember to update the compatibility matrix :) |
Should we create a milestone on github an gather the last few tickets? |
Sounds like a good plan! Note: I'm explicitly ignoring windows server support for now. I think that'll require a full rev, and quite a bit of hackery, so let's leave that out of the next major release milestone issues. |
A milestone sounds like a good idea. Perhaps cut another milestone release this week for the Debian changes? |
I'll cut one right now. Should help testing the RPM support. |
Awesome. Are the docs also visible?
@jsuereth would you be able to pull some data about OS distributions of play/akka systems? May help to set the right focus. |
No, haven't pushed 0.7 docs, would you like me to? Here's the milestone for next release: https://github.com/sbt/sbt-native-packager/issues?milestone=1&state=open
I'll see if I can get us some idea of OS distributions in production. The reality is that Typesafe mostly hears from customers, which is just a fraction of the total users out there. Maybe we could push a survey to see what comes. |
Off the top of my head I know CentOS doesn't support |
Oh, forgot to mention, 0.7.0-M2 should be live. Also, we'll have to figure out how to handle the different templates for CentOS vs. Debian then... |
Docs live would be great, too :) |
@jsuereth Where did 0.7.0-M2 get published to? I'm having trouble locating it |
SO am I. I think we have a publishing issue on bintray I need to resolve. |
Anything I can help with? |
Should we publish to maven-central for redundancy, too? |
No. sbt plugin break maven conventions enough, that we've already had complaints. Bintray should be fine, I've raised the issue. What we should do is open a ticket to publish to bintray directly. That way everyone would have credentials. @muuki88 @aparkinson Why don't you guys make bintray credentials now? |
Also, forgot to mention we use bintray so we have a stable/friendly location for RPMs/DEBs/MSIs/ZIPs of sbt itself. Not sure you've seen this (our first client): https://github.com/sbt/sbt-launcher-package/blob/master/project/packaging.scala includes the mechanism to directly publish to bintray |
I've created a bintray account, same user name as GitHub Nice example! |
Me, too. https://bintray.com/muuki88 |
No description provided.