Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-09 | update changelog (new upstream snapshot 0.7.7-28-g34a26f7). | Scott Moser | |
2016-09-08 | releasing package cloud-init version 0.7.7-26-g058dd75-0ubuntu1 | Scott Moser | |
2016-09-08 | update changelog (new upstream snapshot 0.7.7-26-g058dd75). | Scott Moser | |
2016-08-26 | releasing package cloud-init version 0.7.7-22-g763f403-0ubuntu1 | Scott Moser | |
2016-08-26 | update changelog (new upstream snapshot 0.7.7-22-g763f403). | Scott Moser | |
2016-08-26 | update changelog. | Scott Moser | |
2016-08-26 | debian/new-upstream-snapshot: small fixes. | Scott Moser | |
2016-08-24 | debian/control, debian/README.source: update to reference git. | Scott Moser | |
2016-08-22 | releasing package cloud-init version 0.7.7-17-g40a2f62-0ubuntu1 | Scott Moser | |
2016-08-22 | update changelog. | Scott Moser | |
2016-08-22 | update changelog | Scott Moser | |
2016-08-22 | debian/rules, debian/cloud-init.install: remove install file | Scott Moser | |
Remove the install file and use --destdir=debian/cloud-init. This means we no longer have to maintain debian/cluod-init.install and risk missing some files. One such error occurred with the upstream Azure change that added dchlient-hooks, that were then not picked up by the cloud-init package here. LP: #1615745 | |||
2016-08-19 | debian/control: drop very old meta-package ec2-init | Scott Moser | |
2016-08-19 | debian/dirs: remove unnecessary file | Scott Moser | |
2016-08-18 | releasing package cloud-init version 0.7.7-13-g41271bd-0ubuntu1 | Scott Moser | |
2016-08-18 | update changelog. | Scott Moser | |
2016-08-18 | debian/new-upstream-snapshot: update to use git and packaging branches. | Scott Moser | |
2016-08-12 | releasing package cloud-init version 0.7.7-10-gbc2c326-0ubuntu1 | Scott Moser | |
2016-08-12 | update changelog | Scott Moser | |
2016-08-10 | releasing package cloud-init version 0.7.7-0ubuntu1 | Scott Moser | |
2016-08-10 | update changelog | Scott Moser | |
2016-08-09 | releasing package cloud-init version 0.7.7~git1029-gb56d7a1-0ubuntu1 | Scott Moser | |
2016-08-09 | debian/changelog: update | Scott Moser | |
2016-08-08 | debian/rules: fix PYVER in environment to sync with upstream changes. | Scott Moser | |
2016-08-08 | debian/control: update Standards-Version to 3.9.8 | Scott Moser | |
2016-08-08 | add debian directory from current yakkety | Scott Moser | |
2009-08-10 | Remove debian/ directory in preparation for upstream/ubuntu split. | Soren Hansen | |
2009-08-10 | Move ec2-config file to top-level. | Soren Hansen | |
2009-08-10 | Import current changelog. | Soren Hansen | |
2009-08-10 | Move ec2 init script from debian/ out into top-level. | Soren Hansen | |
Install init-script using distutils. Add -o to dh_installinit call to let it find the init script. | |||
2009-08-10 | Moved mappings from ec2-set-sources-list to ec2init. | Soren Hansen | |
Moved everything else from ec2-set-sources-list to ec2-set-defaults. Removed call to ec2-set-sources-list from init script. Removed ec2-set-sources-list. | |||
2009-08-10 | Replace calls to ec2-get-data (which was a figment of my imagination) with | Soren Hansen | |
calls to ec2-get-info. | |||
2009-08-10 | Update copyright to reflect current copyright and license. | Soren Hansen | |
2009-08-10 | Move python-disutils.mk before debhelper.mk to make sure the python module is | Soren Hansen | |
fully installed by dh_pycentral before the init script is run in postinst. | |||
2009-08-10 | Added a runtime dependency on python-boto. | Soren Hansen | |
2009-08-10 | Remove .py extension from scripts installed in /usr/bin | Soren Hansen | |
2009-08-10 | Add new script: ec2-wait-for-meta-data-service.py | Soren Hansen | |
It will wait for around half an hour for the ec2 meta data service to turn up and eventually execute the configured bailout command (if any) if it never shows up. Call this as the first thing in the init script. | |||
2009-08-10 | ec2-init does not have any arch specific code at all, so go arch:all | Soren Hansen | |
2009-06-27 | Add the "run_once" handling to the init script. | Soren Hansen | |
Unify init script indentation style. | |||
2009-06-26 | * Distutils added | Soren Hansen | |
* New ec2init python module introduced * Lots and lots of stuff cleaned up and moved to ec2init python module. * Started the move to Boto | |||
2009-05-28 | * debian/init: Run update-motd regardless whether its a firstboot or not. | Chuck Short | |
* debian/init: Fix comments (LP: #373057) * debian/control: Add update-motd as a depends. * ec2-set-defaults.py: Wait for network to become available. (LP: #308530) | |||
2009-05-14 | * debian/init: Move init script to run before ssh and regenerate the ssh | Chuck Short | |
host kes in the init script rather than /etc/rc.local (LP: #370628) * ec2-set-apt-sources.py: - Move sources.list to /var/ec2 so it doesnt get removed after user reboots. * ec2-set-defaults.py: - Move locale to /var/ec2/ so it doesnt get remove after user reboots. * ec2-set-hostname.py - Create an /etc/hostname as well. | |||
2009-05-13 | * Really change the locale when setting up an instance. (LP: #341066) | Chuck Short | |
* Run ec2-run-user-data script last. (LP: #373055) * Minor comment tweaks. (LP:373057) | |||
2009-05-05 | * Add more smarts to ec2 instance bring up. (LP: #371936) | Chuck Short | |
2009-04-08 | ec2-run-user-data.py: Fix error. | Chuck Short | |
2009-04-06 | * debian/control: | Chuck Short | |
- Add python-cheetah and python-apt as a dependency. * debian/ec2-config.cfg: - Remove distro due to the change in ec2-set-apt-sources.py * debian/inistall - Install the templates in the right place. * ec2-set-apt-sources.py: - Use python-apt to update the sources.list. | |||
2009-04-06 | * ec2-set-hostname.py: | Chuck Short | |
- Use template for /etc/hosts creation. - Dont use public_hostname in /etc/hosts. (LP: #352745) * debian/control: - Add python-cheetah as a depends. * templates/sources.list.tmpl: - Update template. * debian/init: - Run the ec2-user-data script last so that the users get a stable system before running the user scripts. | |||
2009-04-06 | * ec2-set-apt-sources.py: | Chuck Short | |
- Use a template to generate the sources.list and generate it based on the lsb_release. | |||
2009-04-06 | * ec2-set-apt-sources.py: | Chuck Short | |
- Add the ubuntu-on-ec2 ppa. | |||
2009-03-22 | debian/rules: Fix typo. | Chuck Short | |