Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-09 | Merge branch 'ubuntu/devel' into ubuntu/xenial | Scott Moser | |
- debian/cloud-init.templates fix capitalisation in template so dpkg-reconfigure works to select OpenStack. (LP: #1575727) - d/README.source, d/control, d/new-upstream-snapshot, d/rules: sync with yakkety for changes due to move to git. - d/rules: change PYVER=python3 to PYVER=3 to adjust to upstream change. - debian/rules, debian/cloud-init.install: remove install file to ensure expected files are collected into cloud-init deb. (LP: #1615745) - debian/dirs: remove obsolete / unused file. LP: #1575727 LP: #1615745 | |||
2016-09-09 | Merge branch 'master' into ubuntu/xenial | Scott Moser | |
2016-09-09 | update changelog | Scott Moser | |
2016-09-09 | debian/control: fix missing dependency on python3-serial | Scott 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-09 | releasing package cloud-init version 0.7.7-28-g34a26f7-0ubuntu2 | Scott Moser | |
2016-09-09 | update changelog | Scott Moser | |
2016-09-09 | debian/control: fix missing dependency on python3-serial | Scott 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-09 | releasing package cloud-init version 0.7.7-28-g34a26f7-0ubuntu1 | Scott Moser | |
2016-09-09 | update changelog (new upstream snapshot 0.7.7-28-g34a26f7). | Scott Moser | |
2016-09-09 | merge from master at 0.7.7-28-g34a26f7 | Scott Moser | |
2016-09-09 | systemd: Better support package and upgrade. | Scott Moser | |
In systemd, package installation before the system is fully booted (systemctl is-system-running == starting) may result in the package not being started. Upgrade (package_upgrade: true) can also cause failure if that is done during systemd boot. The solution here is: a.) move config modules that do or may do package installation to 'final_modules'. That list is: - snappy - package-update-upgrade-install - fan - landscape - lxd - puppet - chef - salt-minion - mcollective b.) move cloud-final.service to run as 'Type=idle' LP: #1576692, #1621336 | |||
2016-09-08 | tests: cleanup tempdirs in apt_source tests | Scott Moser | |
test_handler_apt_source_v3.py was not cleaning up all its tmp dirs. | |||
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-09-08 | merge from master at 0.7.7-26-g058dd75 | Scott Moser | |
2016-09-08 | apt config conversion: treat empty string as not provided. | Scott Moser | |
Old behavior allowed a user to provide: apt_mirror: "" And that was the same as: apt_mirror: null and the same as having not specified apt_mirror at all. This maintains that behavior for all old string values. LP: #1621180 | |||
2016-09-02 | Fix typo in default keys for phone_home | Roland Sommer | |
This should be fqdn, not fdqn. LP: #1607810 | |||
2016-09-01 | salt minion: update default pki directory for newer salt minion. | Scott Moser | |
Assuming that the installed package creates the directory /etc/salt/pki/minion (ubuntu yakkety does), this will pick that directory for the pki_dir default. If it does not exist, then it will maintain the old directory. LP: #1609899 | |||
2016-08-31 | bddeb: add --release flag to specify the release in changelog. | Scott Moser | |
./packages/bddeb --release=xenial that will get you a changelog with Distribution of xenial rather than UNRELEASED. | |||
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 | merge from master at 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-26 | apt-config: allow both old and new format to be present. | Christian Ehrhardt | |
This allows both v1/2 and and v3 formats to exist in config. If both are present, then prefer v3. If values are not the same then a ValueError is raised. LP: #1616831 | |||
2016-08-25 | python2.6: fix dict comprehension usage in _lsb_release. | Joshua Harlow | |
This syntax doesn't work in python 2.6 | |||
2016-08-24 | debian/control, debian/README.source: update to reference git. | Scott Moser | |
2016-08-23 | Import version 0.7.7~bzr1256-0ubuntu1~16.04.1 | Scott Moser | |
Imported using git-dsc-commit. | |||
2016-08-23 | merge trunk at 0.7.7~bzr1256 | Scott Moser | |
2016-08-23 | Import version 0.7.7~bzr1246-0ubuntu1~16.04.1 | Scott Moser | |
Imported using git-dsc-commit. | |||
2016-08-23 | merge trunk at 0.7.7~bzr1246 | Scott Moser | |
2016-08-23 | Import version 0.7.7~bzr1245-0ubuntu1~16.04.1 | Scott Moser | |
Imported using git-dsc-commit. | |||
2016-08-23 | merge trunk at 0.7.7~bzr1245 | Scott Moser | |
2016-08-23 | Import version 0.7.7~bzr1212-0ubuntu1 | Scott Moser | |
Imported using git-dsc-commit. | |||
2016-08-23 | merge trunk at 0.7.7~bzr1212 | Scott Moser | |
2016-08-23 | Import version 0.7.7~bzr1209-0ubuntu1 | Scott Moser | |
Imported using git-dsc-commit. | |||
2016-08-23 | merge trunk at 0.7.7~bzr1209 | Scott Moser | |
2016-08-23 | Import version 0.7.7~bzr1208-0ubuntu1 | Scott Moser | |
Imported using git-dsc-commit. | |||
2016-08-23 | merge trunk at 0.7.7~bzr1208 | Scott Moser | |
2016-08-23 | Import version 0.7.7~bzr1200-0ubuntu1 | Scott Moser | |
Imported using git-dsc-commit. | |||
2016-08-23 | merge trunk at 0.7.7~bzr1200 | Scott Moser | |
2016-08-23 | Import version 0.7.7~bzr1192-0ubuntu2 | Scott Moser | |
Imported using git-dsc-commit. | |||
2016-08-23 | Import version 0.7.7~bzr1192-0ubuntu1 | Scott Moser | |
Imported using git-dsc-commit. | |||
2016-08-23 | merge trunk at 0.7.7~bzr1192 | Scott Moser | |
2016-08-23 | Import version 0.7.7~bzr1189-0ubuntu1 | Scott Moser | |
Imported using git-dsc-commit. | |||
2016-08-23 | merge trunk at 0.7.7~bzr1189 | Scott Moser | |
2016-08-23 | Import version 0.7.7~bzr1182-0ubuntu1 | Scott Moser | |
Imported using git-dsc-commit. | |||
2016-08-23 | merge trunk at 0.7.7~bzr1182 | Scott Moser | |
2016-08-23 | Import version 0.7.7~bzr1176-0ubuntu1 | Scott Moser | |
Imported using git-dsc-commit. | |||
2016-08-23 | merge trunk at 0.7.7~bzr1176 | Scott Moser | |