-
Notifications
You must be signed in to change notification settings - Fork 244
Addressed https://github.com/rubber/rubber/issues/177 issue. #434
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
base: master
Are you sure you want to change the base?
Conversation
…s package. Added --no-filter flag to ec2-bundle-vol command
I'll give this a review shortly. In the future though, please try to keep whitespace changes separate. I agree we shouldn't have all this empty whitespace, but it makes merging harder and muddles the diff with all the changes in there. |
Is there a more recent repo we can use? I'm worried about the 13.04 one being obsoleted in 3 months when 13.04 reaches its end-of-life. |
We can use Ubuntu 13.10 which expires in July or point 13.04 apt list for this package to |
13.10 was a 9 month release, so it'll expire not much longer after. But I guess there's not a whole lot than can be done about that. Let's go with the 13.10 one for now. I'd like to get something more solid in place when 14.04 rolls out. A lot of the rubber templates will have to be overhauled due to package upgrades at that time anyway. |
It says July, '14: https://wiki.ubuntu.com/Releases How about changing installation to zip file: http://s3.amazonaws.com/ec2-downloads/ec2-ami-tools.zip ? |
I have no experience with the zip installation, but I like the idea. It seems like it'd always be up-to-date and avoid the issue with expiring Ubuntu releases. |
I'll change it to zip installation then |
Awesome. Please let me know if you need any help with anything. |
@egorelik Do you have any update on this? Thanks. |
I'll push update this week |
@nirvdrum any chance you could look into this PR? |
This change addresses #177
and https://bugs.launchpad.net/ubuntu/+source/ec2-ami-tools/+bug/1088540 issues.
I pinned Ubuntu 13.04 repo only for ec2-ami-tools package to install latest package version.
Also added --no-filter switch for ec2-bundle-vol command to disable filtering for ssl keys and other files.