-
-
Notifications
You must be signed in to change notification settings - Fork 3
🏗 Make the dokku-update command a wee bit safer #1
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
Conversation
josegonzalez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we split help and run into two functions?
dokku-update
Outdated
| fi | ||
| ;; | ||
| centos | opensuse | rhel) | ||
| dokku-log-warn "Updating this operating system is not supported" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add centos support here or just decide to kill it entirely?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder… CentOS is not mentioned in the landing page’s Quick-start instructions (only Debian and Arch) and I think I heard something about CentOS becoming a rolling-updates type distribution, so I wonder if a lot of people will migrate away in disgust, because that sounds like something people would not like about CentOS… What do you think? I don’t mind either way really, just need a list of packages in case we keep supporting it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets support it until we decide to EOL CentOS. It doesn't cost me anything to support atm.
Here is the fpm command which includes centos deps: https://github.com/dokku/dokku/blob/master/rpm.mk#L28
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay! Will add!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added but not really tested 😬 Just went through CentOS/RHEL/OpenSUSE package manager documentation and made an educated guess…
|
@Cellane friendly bump :) |
|
Sorry! Totally slipped my mind 😢 |
|
I'll work on getting releases going tomorrow for this. Do you mind making a PR for the core repo to remove the dokku-update codebase and it's release code? |
References dokku/dokku#4305
A few notes:
dokku-event-listenermissing, is that expected?