<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abuild, branch v1.8</title>
<subtitle>Build script to build alpine 1.9.x
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/'/>
<entry>
<title>abuild: version 1.8</title>
<updated>2009-02-03T14:25:09+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-02-03T14:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=b9685a9fc2a59096c4a88fefdc457e6232c2e815'/>
<id>b9685a9fc2a59096c4a88fefdc457e6232c2e815</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: install makedeps from system repo with -r and build with -R</title>
<updated>2009-02-02T15:48:19+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-02-02T15:48:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=d95b0a295a4adb3e026ca1bb399e4eff78461c01'/>
<id>d95b0a295a4adb3e026ca1bb399e4eff78461c01</id>
<content type='text'>
The -r option will only install deps from system repo and fail if any is
missing.

The -R option will parse the aports tree and try build the missing packages
and then install the newly built package.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The -r option will only install deps from system repo and fail if any is
missing.

The -R option will parse the aports tree and try build the missing packages
and then install the newly built package.
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: forgot set version to 1.7</title>
<updated>2009-02-02T12:41:42+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-02-02T12:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=9cc011ddc74fd959b016ed53b4bff6ba1c2e9e85'/>
<id>9cc011ddc74fd959b016ed53b4bff6ba1c2e9e85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initramfs: use default tmpfs size for root</title>
<updated>2009-02-02T09:28:47+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-02-02T09:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=a549de263e0281f00dbf0b426957227cfdc71817'/>
<id>a549de263e0281f00dbf0b426957227cfdc71817</id>
<content type='text'>
set default repositories
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
set default repositories
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: make licenses a part of -doc packages</title>
<updated>2009-01-30T09:42:30+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-01-30T09:42:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=102c46063593fb95fafa3b0fe331a5b19c80f8a3'/>
<id>102c46063593fb95fafa3b0fe331a5b19c80f8a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild.conf: added PACKAGER</title>
<updated>2009-01-29T11:56:03+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-01-29T11:56:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=b529d81469144adbee35767b2f1297ac79982e89'/>
<id>b529d81469144adbee35767b2f1297ac79982e89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: support for creation of new APKBUILD from template</title>
<updated>2009-01-29T09:06:43+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-01-29T09:06:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=21cd6680eee14cb6ab89ff95d8ca2413833800c7'/>
<id>21cd6680eee14cb6ab89ff95d8ca2413833800c7</id>
<content type='text'>
abuild [-c] -n PKGNAME[-PKGVER]
creates a directory with new APKBUILD. If -c is specified will sample init.d,
conf.d and install script be copied as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
abuild [-c] -n PKGNAME[-PKGVER]
creates a directory with new APKBUILD. If -c is specified will sample init.d,
conf.d and install script be copied as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>alpine.mk, initramfs: show alpine release</title>
<updated>2009-01-28T17:21:07+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-01-28T17:21:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=81f8737a6aa13c1d6944f061a1f21e5549ff4003'/>
<id>81f8737a6aa13c1d6944f061a1f21e5549ff4003</id>
<content type='text'>
Read the version from .alpine-release on media. Also display the init
script version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Read the version from .alpine-release on media. Also display the init
script version.
</pre>
</div>
</content>
</entry>
<entry>
<title>alpine.mk: allow users to override configs in alpine.conf.mk</title>
<updated>2009-01-28T14:59:15+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-01-28T14:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=b4aafba38f6dc1f0b978bc2319e775fccf586452'/>
<id>b4aafba38f6dc1f0b978bc2319e775fccf586452</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initramfs-init: mount new root before apkovl is extracted</title>
<updated>2009-01-28T14:54:31+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-01-28T14:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=5e4b955f60399839a4e08c5c77156031906821d7'/>
<id>5e4b955f60399839a4e08c5c77156031906821d7</id>
<content type='text'>
also create the symlink for kernel modules
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also create the symlink for kernel modules
</pre>
</div>
</content>
</entry>
</feed>
