<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-cloud-init.git/tools/Z99-cloud-locale-test.sh, branch rolling</title>
<subtitle> (mirror of https://github.com/vyos/vyos-cloud-init.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/'/>
<updated>2018-08-03T22:29:40+00:00</updated>
<entry>
<title>Use typeset or local in profile.d scripts.</title>
<updated>2018-08-03T22:29:40+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2018-08-03T22:29:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=538af8e64facb7df55c759d9ca82a0fb3a6ce325'/>
<id>urn:sha1:538af8e64facb7df55c759d9ca82a0fb3a6ce325</id>
<content type='text'>
Bash and most other "bourne-like" shells allow declaring function
local variables via 'local'.  ksh does not.  Instead of using 'local'
always, use 'typeset' when the KSH_VERSION variable is present in
environment.

LP: #1784713
</content>
</entry>
<entry>
<title>Z99-cloud-locale-test.sh: install and make consistent.</title>
<updated>2017-03-02T21:36:10+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@brickies.net</email>
</author>
<published>2017-02-28T21:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=ce63e63d7aaf900bac4339503c5d79ff3bd03d18'/>
<id>urn:sha1:ce63e63d7aaf900bac4339503c5d79ff3bd03d18</id>
<content type='text'>
Modify upstream packaging to install this file, which was
already installed in ubuntu packaging.

Also, white space changes from tabs to spaces.  Very few things
in cloud-init are tabs now.

Lastly, remove the executable bit on this as ait is not necessary.
Scripts in /etc/profile.d do not have executable bit.
</content>
</entry>
<entry>
<title>LICENSE: Allow dual licensing GPL-3 or Apache 2.0</title>
<updated>2016-12-22T22:04:28+00:00</updated>
<author>
<name>Jon Grimm</name>
<email>jon.grimm@canonical.com</email>
</author>
<published>2016-11-22T23:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=b2a9f33616c806ae6e052520a8589113308f567c'/>
<id>urn:sha1:b2a9f33616c806ae6e052520a8589113308f567c</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>locale: list unsupported environment settings in warning</title>
<updated>2016-04-04T18:04:14+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2016-04-04T18:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=e3138283fa5f4c3c2579ee54c8a160fda2c17473'/>
<id>urn:sha1:e3138283fa5f4c3c2579ee54c8a160fda2c17473</id>
<content type='text'>
Now if you log in with unsupported locale, you'll see:
 The unknown environment variables are:
   LC_CTYPE=en_GB.utf-8 LC_MESSAGES=en_GB.utf-8 LC_ALL=en_GB.utf-8

LP: #1558069</content>
</entry>
<entry>
<title>work with zsh by using 'emulate -L sh'.</title>
<updated>2012-11-08T14:31:26+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-11-08T14:31:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=956e94d16ab9c94471d3829424e8bd5183f3a735'/>
<id>urn:sha1:956e94d16ab9c94471d3829424e8bd5183f3a735</id>
<content type='text'>
This makes zsh act like 'sh', but only for the function local function.
This way, we do not affect the user's shell, but get the behavior we
want.
</content>
</entry>
<entry>
<title>remove unused variable 'cr'. fix usage of 'value' to local 'val'</title>
<updated>2012-11-08T14:31:11+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-11-08T14:31:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=380bd3f3417c640191bdf90f6622f8bbbe12b5c7'/>
<id>urn:sha1:380bd3f3417c640191bdf90f6622f8bbbe12b5c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>revert old zsh fix (revno 697)</title>
<updated>2012-11-08T14:30:51+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-11-08T14:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=ce14139c0f94b99c8c47192620b0a9faf66a96a2'/>
<id>urn:sha1:ce14139c0f94b99c8c47192620b0a9faf66a96a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools/Z99-cloud-locale-test.sh: avoid warning when shell is zsh</title>
<updated>2012-11-06T20:28:29+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-11-06T20:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=c508fa0c4159f93df077a2d46ed481fd5d8c8803'/>
<id>urn:sha1:c508fa0c4159f93df077a2d46ed481fd5d8c8803</id>
<content type='text'>
LP: #1073077</content>
</entry>
<entry>
<title>minor cleanup to messages, combine commands to single line</title>
<updated>2012-04-04T18:22:29+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-04-04T18:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=5a849e4758fb92b66e45b6be80252812a2625b49'/>
<id>urn:sha1:5a849e4758fb92b66e45b6be80252812a2625b49</id>
<content type='text'>
 * remove unused 'line' variable
 * fix bug where multiple errant locales were not working correctly
 * only output each bad locale once in the list
 * you only need to run the apt-get install of the package *or* localegen
</content>
</entry>
<entry>
<title>Only show this message one time.</title>
<updated>2012-04-04T17:26:14+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-04-04T17:26:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=aef06a1aa581ae0adbe53ff874916bd830870e0f'/>
<id>urn:sha1:aef06a1aa581ae0adbe53ff874916bd830870e0f</id>
<content type='text'>
</content>
</entry>
</feed>
