<feed xmlns='http://www.w3.org/2005/Atom'>
<title>builder/libexec/build-query, branch master</title>
<subtitle>A stand-alone build engine inspired by Gentoo's ebuilds.</subtitle>
<id>https://git.amat.us/builder/atom/libexec/build-query?h=master</id>
<link rel='self' href='https://git.amat.us/builder/atom/libexec/build-query?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/'/>
<updated>2014-10-22T00:30:35Z</updated>
<entry>
<title>Avoid stepping on SYSROOT as a builder variable</title>
<updated>2014-10-22T00:30:35Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-10-22T00:30:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=0f391de4eb00ba785c69dff70795cb012414d2f0'/>
<id>urn:sha1:0f391de4eb00ba785c69dff70795cb012414d2f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better toolchain output</title>
<updated>2014-06-26T21:26:40Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-06-26T21:26:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=52520d9246fd5e09aa2d4c367db1da9c839b87e1'/>
<id>urn:sha1:52520d9246fd5e09aa2d4c367db1da9c839b87e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>We no longer support the idea of a PROJECT</title>
<updated>2014-04-15T14:24:19Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-04-15T14:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=9d78746c742d2573c09bf420b2d06ff092e1ce88'/>
<id>urn:sha1:9d78746c742d2573c09bf420b2d06ff092e1ce88</id>
<content type='text'>
 * The original idea behind the PROJECT variable is all but gone, and really ..
   it wasn't very good to begin with.  Remove any remaining references to it.
</content>
</entry>
<entry>
<title>Fix 'build query --exists'</title>
<updated>2014-04-15T13:16:45Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-04-15T13:16:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=b2b247366a40c6195ad17602dd6ee5f0ac4c4b89'/>
<id>urn:sha1:b2b247366a40c6195ad17602dd6ee5f0ac4c4b89</id>
<content type='text'>
 * Changes in a previous commit which attempted to fixup an edge-case failure
   in '--exists' managed to break it for all cases.
</content>
</entry>
<entry>
<title>Setup the package environment during load_rules()</title>
<updated>2014-04-14T22:49:31Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-04-14T22:49:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=e1fcde4f5af9b331a3d67d84eccc932680e75d52'/>
<id>urn:sha1:e1fcde4f5af9b331a3d67d84eccc932680e75d52</id>
<content type='text'>
 * We have pulled the environment setup from build-query and moved it into
   load_rules().  This means that build-query acts to query information about a
   package and is reserved more as a cmdline helper for external tools.  Tools
   that need package variables should use load_rules instead of
   'build-query --environ'.
</content>
</entry>
<entry>
<title>Fix querying the source_uri</title>
<updated>2014-04-14T18:39:58Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-04-14T18:39:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=9a6baaed0f08aae9bf8f80f0fa34323e6fbb9715'/>
<id>urn:sha1:9a6baaed0f08aae9bf8f80f0fa34323e6fbb9715</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make various sub-commands proper builder libraries</title>
<updated>2014-04-14T16:52:10Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-04-14T16:52:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=a97985cc5fc9fc3c56f66187e4a0fe0c67a6fb9b'/>
<id>urn:sha1:a97985cc5fc9fc3c56f66187e4a0fe0c67a6fb9b</id>
<content type='text'>
 * Have fixed up various sub-commands so that they can now be used via import()
   as well as executed as a command.
</content>
</entry>
<entry>
<title>Cleanup help/usage information for some commands</title>
<updated>2014-04-08T15:51:32Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-04-08T15:50:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=f101ae8e29a6af278210e081b047412a19cb66f9'/>
<id>urn:sha1:f101ae8e29a6af278210e081b047412a19cb66f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a note abotu moving options to build-config</title>
<updated>2014-03-07T18:13:41Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-03-07T18:13:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=e0ad916bd7578bd8aef7680bd07cc8262b58bf81'/>
<id>urn:sha1:e0ad916bd7578bd8aef7680bd07cc8262b58bf81</id>
<content type='text'>
 * We have a few options in build-query which have nothing to do with package
   data and instead have everything to do with configuration data.  We really
   need a 'build-config' command for looking up this information, and
   potentially overriding defaults.
</content>
</entry>
<entry>
<title>Rename builder/ to libexec</title>
<updated>2014-03-05T18:41:36Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-03-05T18:41:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=951c8a062b4edfd9a53323f3f4157675ff44b7a4'/>
<id>urn:sha1:951c8a062b4edfd9a53323f3f4157675ff44b7a4</id>
<content type='text'>
 * New name better reflects the contents of this path.
</content>
</entry>
</feed>
