summaryrefslogtreecommitdiff
path: root/tools/cloud-init-per
Commit message (Collapse)AuthorAgeFilesLines
* cloud-init-per: POSIX sh does not support string subst, use sedRyan Harper2019-03-081-2/+2
| | | | | | | | cloud-init-per is run via /bin/sh which requires POSIX shell compliance and does not implement string substitution like bash. Replace these calls with use of sed. LP: #1819222
* This is to fix https://bugs.launchpad.net/cloud-init/+bug/1812676Vitaly Kuznetsov2019-02-181-1/+7
|
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-0/+1
| | | | | | | | | | | | | | | | | | This has been a recurring ask and we had initially just made the change to the cloud-init 2.0 codebase. As the current thinking is we'll just continue to enhance the current codebase, its desirable to relicense to match what we'd intended as part of the 2.0 plan here. - put a brief description of license in LICENSE file - put full license versions in LICENSE-GPLv3 and LICENSE-Apache2.0 - simplify the per-file header to reference LICENSE - tox: ignore H102 (Apache License Header check) Add license header to files that ship. Reformat headers, make sure everything has vi: at end of file. Non-shipping files do not need the copyright header, but at the moment tests/ have it.
* put sem/marker files in 'sem' dirsScott Moser2011-12-201-2/+2
|
* replace cloud-init-run-module with cloud-init-perScott Moser2011-12-201-0/+60
This replaces cloud-init-run-module (which was probably rarely or never used) with 'cloud-init-per' which does basically the same thing, but doesn't support "modules".