<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>8b03193289e87fd243acc50c5128c80459792667 - nuageinit: add update_sshd_config tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/nuageinit/tests/Makefile#8b03193289e87fd243acc50c5128c80459792667</link>
        <description>nuageinit: add update_sshd_config tests

            List of files:
            /freebsd/libexec/nuageinit/tests/Makefile</description>
        <pubDate>Sun, 10 May 2026 17:54:48 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0f92bee2b3e08ffa34720a2eeffbce01af3f19f9 - nuageinit: add adddoas tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/nuageinit/tests/Makefile#0f92bee2b3e08ffa34720a2eeffbce01af3f19f9</link>
        <description>nuageinit: add adddoas tests

            List of files:
            /freebsd/libexec/nuageinit/tests/Makefile</description>
        <pubDate>Sun, 10 May 2026 17:54:48 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a49b3b10aae2db1f4a4ecf310fdedc80eb6bb7e2 - nuageinit: add addsudo tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/nuageinit/tests/Makefile#a49b3b10aae2db1f4a4ecf310fdedc80eb6bb7e2</link>
        <description>nuageinit: add addsudo tests

            List of files:
            /freebsd/libexec/nuageinit/tests/Makefile</description>
        <pubDate>Sun, 10 May 2026 17:54:47 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>68fd0feacb8ce5da9c47deea5505b3241b2ba6ec - nuageinit: add decode_base64 tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/nuageinit/tests/Makefile#68fd0feacb8ce5da9c47deea5505b3241b2ba6ec</link>
        <description>nuageinit: add decode_base64 tests

            List of files:
            /freebsd/libexec/nuageinit/tests/Makefile</description>
        <pubDate>Thu, 07 May 2026 19:17:56 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ba5df7a2d03cd5624b1825ca8d4c39dcaace7796 - nuageinit: Improvements for nuageinit</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/nuageinit/tests/Makefile#ba5df7a2d03cd5624b1825ca8d4c39dcaace7796</link>
        <description>nuageinit: Improvements for nuageinit- Fix &apos;pkg update&apos; usage:  - The function &apos;nuage:run_pkg_cmd(...)&apos; adds the flag &apos;-y&apos;, which    does not make sense with some commands such as &apos;pkg update&apos;,    causing an error when updating the repository catalogs.- Fix typo &apos;ssh-authorized-keys -&gt; ssh_authorized_keys&apos; in  &apos;nuageinit(7)&apos; man page.- Document &apos;ssh_authorized_keys&apos; parameter.- Use device configuration ID when no &apos;match&apos; rule is specified:  - This is the default behavior of cloud-init when no match rule is    specified, so the device is configured anyway (even if it does not    exist). This greatly simplifies things, since in many cases    &apos;if_vtnet(4)&apos; is used, so there is no need to perform a comparison    with the MAC address.- Document &apos;network&apos; parameter:  - Add example to &apos;EXAMPLES&apos; section.- Set &apos;gateway[46]&apos; only when &apos;addresses&apos; is specified:  - To comply with the cloud-init specification, &apos;gateway4&apos; and &apos;gateway6&apos;    must only take effect when &apos;addresses&apos; (or static configuration) is    specified.- Use a separate function to check &apos;match&apos; rules:  - This way, we can easily add new logic to new types of rules.- Implement &apos;network.ethernets.{id}.match.name&apos; parameter:  - But unlike cloud-init, which works with glob expressions (although it    depends on the network backend), this implementation takes advantage    of Lua pattern-matching expressions.    Also note that previously we were only concerned with one interface    matching, however, to be cloud-init-compliant, we need to configure    the matching interfaces (one or more).- Set default router only once.- Implement &apos;network.ethernets.{id}.wakeonlan&apos; parameter.- Implement &apos;network.ethernets.{id}.set-name&apos; parameter.- Implement &apos;network.ethernets.{id}.match.driver&apos; parameter:  - Rename &apos;get_ifaces(...)&apos; function as &apos;get_ifaces_by_mac(...)&apos;.  - Add get_ifaces_by_driver(...) function.- Implement &apos;network.ethernets.{id}.mtu&apos; parameter.- Implement &apos;nameservers&apos; parameter.- Use &apos;resolvconf(8)&apos; to manipulate &apos;resolv.conf(5)&apos;.- Use &apos;tzsetup(8)&apos; to set time zone.Reviewed by:            bapt@Approved by:            bapt@Differential Revision:  https://reviews.freebsd.org/D51643

            List of files:
            /freebsd/libexec/nuageinit/tests/Makefile</description>
        <pubDate>Fri, 22 Aug 2025 20:14:18 +0200</pubDate>
        <dc:creator>Jes&#250;s Daniel Colmenares Oviedo &lt;dtxdf@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>19a7ea3cc4de5af80e2913fda70bd65ad72835c0 - nuageinit: implement write_files</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/nuageinit/tests/Makefile#19a7ea3cc4de5af80e2913fda70bd65ad72835c0</link>
        <description>nuageinit: implement write_fileswrite_files is a list of files that should be created at the first booteach file content can be either plain text or encoded in base64 (notethat cloudinit specify that gzip is supported, but we do not support ityet.)All other specifier from cloudinit should work:by default all files will juste overwrite exesiting files except if&quot;append&quot; is set to true, permissions, ownership can be specified.The files are create before packages are being installed and usercreated.if &quot;defer&quot; is set to true then the file is being created after packagesinstallation and package manupulation.This feature is requested for KDE&apos;s CI.

            List of files:
            /freebsd/libexec/nuageinit/tests/Makefile</description>
        <pubDate>Thu, 26 Jun 2025 13:32:07 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fc34a2463c16fd47acbc8e5c3bbbb6b2ce1b1469 - nuageinit: add test for the password</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/nuageinit/tests/Makefile#fc34a2463c16fd47acbc8e5c3bbbb6b2ce1b1469</link>
        <description>nuageinit: add test for the password

            List of files:
            /freebsd/libexec/nuageinit/tests/Makefile</description>
        <pubDate>Wed, 20 Nov 2024 10:32:16 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>504981357aa36365784458cfe8d9e23097bfac7b - nuageinit: Lua check and lint files</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/nuageinit/tests/Makefile#504981357aa36365784458cfe8d9e23097bfac7b</link>
        <description>nuageinit: Lua check and lint filesMostly white space, style, and luacheck compliance.Signed-off-by: Jose Luis Duran &lt;jlduran@gmail.com&gt;

            List of files:
            /freebsd/libexec/nuageinit/tests/Makefile</description>
        <pubDate>Mon, 29 Jul 2024 20:40:52 +0200</pubDate>
        <dc:creator>Jose Luis Duran &lt;jlduran@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a42d6f76018e4ed8324e319ab48aac904bda437c - nuageinit: add basic support for cloudinit.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/nuageinit/tests/Makefile#a42d6f76018e4ed8324e319ab48aac904bda437c</link>
        <description>nuageinit: add basic support for cloudinit.this is a very early script to support cloudinit, it does not intend tobe a full featured cloudinit client, but will support a good enoughsubset to be viable in most case.It support nocloud and openstack config-2 config drive mode (iso9660 ormsdosfs)The following features are currently supported:- adding users (including a default user named &apos;freebsd&apos; with password  &apos;freebsd&apos;- adding groups- adding ssh keys- static ipv4, static ipv6, dynamic ipv4With this one is able to use the &apos;bring your own image feature&quot; out ofbox.It is expected that the script grows the support of other cloudssupporting cloud-init, contributions are welcomed.It is designed to be only run once via the firstboot mecanism.Sponsored by:	OVHCloudMFC After:	3 weeksDifferential Revision:	https://reviews.freebsd.org/D44141

            List of files:
            /freebsd/libexec/nuageinit/tests/Makefile</description>
        <pubDate>Wed, 23 Nov 2022 20:00:39 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
