summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2016-09-20releasing package cloud-init version 0.7.8-3-g80f5ec4-0ubuntu1Scott Moser
2016-09-20update changelog (new upstream snapshot 0.7.8-3-g80f5ec4).Scott Moser
2016-09-15releasing package cloud-init version 0.7.8-1-g3705bb5-0ubuntu1Scott Moser
2016-09-15update changelog (new upstream snapshot 0.7.8-1-g3705bb5).Scott Moser
2016-09-12releasing package cloud-init version 0.7.7-31-g65ace7b-0ubuntu1Scott Moser
2016-09-12update changelog (new upstream snapshot 0.7.7-31-g65ace7b).Scott Moser
2016-09-09releasing package cloud-init version 0.7.7-28-g34a26f7-0ubuntu2Scott Moser
2016-09-09update changelogScott Moser
2016-09-09debian/control: fix missing dependency on python3-serialScott Moser
Add python3-serial to Depends. This is not resolved by ${python3:Depends} because it is commented out in requirements.txt. pyserial is problematic both because it is not pure python and because it is not available for python2.6. The commit 26ea813d2 removed pyserial and thus lost the automatic dependency. This makes SmartOS datasource work.
2016-09-09releasing package cloud-init version 0.7.7-28-g34a26f7-0ubuntu1Scott Moser
2016-09-09update changelog (new upstream snapshot 0.7.7-28-g34a26f7).Scott Moser
2016-09-08releasing package cloud-init version 0.7.7-26-g058dd75-0ubuntu1Scott Moser
2016-09-08update changelog (new upstream snapshot 0.7.7-26-g058dd75).Scott Moser
2016-08-26releasing package cloud-init version 0.7.7-22-g763f403-0ubuntu1Scott Moser
2016-08-26update changelog (new upstream snapshot 0.7.7-22-g763f403).Scott Moser
2016-08-26update changelog.Scott Moser
2016-08-26debian/new-upstream-snapshot: small fixes.Scott Moser
2016-08-24debian/control, debian/README.source: update to reference git.Scott Moser
2016-08-22releasing package cloud-init version 0.7.7-17-g40a2f62-0ubuntu1Scott Moser
2016-08-22update changelog.Scott Moser
2016-08-22update changelogScott Moser
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-19debian/control: drop very old meta-package ec2-initScott Moser
2016-08-19debian/dirs: remove unnecessary fileScott Moser
2016-08-18releasing package cloud-init version 0.7.7-13-g41271bd-0ubuntu1Scott Moser
2016-08-18update changelog.Scott Moser
2016-08-18debian/new-upstream-snapshot: update to use git and packaging branches.Scott Moser
2016-08-12releasing package cloud-init version 0.7.7-10-gbc2c326-0ubuntu1Scott Moser
2016-08-12update changelogScott Moser
2016-08-10releasing package cloud-init version 0.7.7-0ubuntu1Scott Moser
2016-08-10update changelogScott Moser
2016-08-09releasing package cloud-init version 0.7.7~git1029-gb56d7a1-0ubuntu1Scott Moser
2016-08-09debian/changelog: updateScott Moser
2016-08-08debian/rules: fix PYVER in environment to sync with upstream changes.Scott Moser
2016-08-08debian/control: update Standards-Version to 3.9.8Scott 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-config file to top-level.Soren Hansen
2009-08-10Import current changelog.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-10Moved 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-10Replace calls to ec2-get-data (which was a figment of my imagination) withSoren Hansen
calls to ec2-get-info.
2009-08-10Update copyright to reflect current copyright and license.Soren Hansen
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-10Added a runtime dependency on python-boto.Soren Hansen
2009-08-10Remove .py extension from scripts installed in /usr/binSoren Hansen
2009-08-10Add new script: ec2-wait-for-meta-data-service.pySoren 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-10ec2-init does not have any arch specific code at all, so go arch:allSoren Hansen
2009-06-27Add the "run_once" handling to the init script.Soren Hansen
Unify init script indentation style.
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