summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)Author
2018-06-04debian/rules: update version.version_string to contain packaged version.Scott Moser
This is the debian packaging portion of upstream commit 5446c7881604. The end result is that we will see the debian package and full upstream version wherever cloud-init reports its version. LP: #1770712 (cherry picked from commit 672326d48d759f9477f5cbb9d8088ceeac96aa23)
2017-10-06debian/rules, debian/apport-launcher.py: add an apport hook.Scott Moser
Add the apport launcher that takes advantage of the newly added cloudinit.apport. LP: #1607345
2017-10-06debian/rules: install rsyslog file with 0644 mode instead of 0755.Scott Moser
The file /etc/rsyslog.d/21-cloudinit.conf was being installed with execute permission (due to use of 'install'). Change that to get 0644.
2017-03-03debian/rules: install Z99-cloudinit-warnings.sh to /etc/profile.dScott Moser
This adds the necessary change to debian/rules for upstream commit 33518d7d.
2016-08-22debian/rules, debian/cloud-init.install: remove install fileScott 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-08debian/rules: fix PYVER in environment to sync with upstream changes.Scott Moser
2016-08-08add debian directory from current yakketyScott Moser
2009-08-10Remove debian/ directory in preparation for upstream/ubuntu split.Soren Hansen
2009-08-10Move 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-10Move python-disutils.mk before debhelper.mk to make sure the python module isSoren Hansen
fully installed by dh_pycentral before the init script is run in postinst.
2009-08-10Remove .py extension from scripts installed in /usr/binSoren Hansen
2009-06-26 * Distutils addedSoren 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-14 * debian/init: Move init script to run before ssh and regenerate the sshChuck 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-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-03-22debian/rules: Fix typo. Chuck Short
2009-03-22* Set the configuration file to jaunty.Chuck Short
* ec2-fetch-credentials: Fix typo. * ec2-set-defaults.py: - Remove timezone change when booting the instance. - Redirect output to /dev/null. * ec2-set-apt-sources.py: - Run apt-get update after the /etc/apt/sources.list and redirect the output to /dev/null. * rightscale-init: Updated rightscale-init
2009-03-18* debian/ec2-config.cfg:Chuck Short
- Add disable root option. * debian/ec2-init.rightscale-init.init: - Add rightscale detection script. * ec2-get-info.py: - Display the information about an AMI instance.
2009-02-09* ec2-set-apt-sources.pyChuck Short
- Determine the zone that the user is in and generate a /etc/apt/sources.list.d/ based on that. * debian/init: - Check to see if there is an /var/run/ec2 and create it if it doesnt exist. - Start ec2-set-apt-sources at first bootup. * debian/rules: - Install ec2-set-apt-sources. * debian/control: - Add python-configobj as a dependency. * debian/{install,dirs} - Create an /etc/ec2-init to read the configuration file and install it.
2009-01-26* debian/dir: Install /var/ec2 to save user-data scripts.Chuck Short
* debian/rules: Start ec2-init after ssh. * ec2-run-user-data.py: Save run-user-data script with ami-id.
2009-01-19ec2-run-user-data: Fix python error when writing a file to the disk. Chuck Short
2009-01-14* debian/init: Run fetch-credentials before anything else.Chuck Short
(LP: #308533) * Add ec2-set-hostname.py: Queries ec2 metdada for public-hostname and then sets it (LP: #316201)
2008-10-10Initial release (LP: #269434).Soren Hansen