<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abuild, branch v1.11</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>release 1.11</title>
<updated>2009-03-06T13:56:56+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-03-06T13:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=2b1fd461770058c6fd6cbdd8edac934843ad94da'/>
<id>2b1fd461770058c6fd6cbdd8edac934843ad94da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>buildrepo: improve index regeneration handling</title>
<updated>2009-03-05T08:39:25+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-03-05T08:39:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=956b40459714687f64d0433e96db7fa5c5f9aa53'/>
<id>956b40459714687f64d0433e96db7fa5c5f9aa53</id>
<content type='text'>
This will hopefully fix the checksum errors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will hopefully fix the checksum errors
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: new style install scripts</title>
<updated>2009-03-04T20:19:48+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-03-04T20:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=b936522cfde40b0b4825fe65fbb63ab0c73fb8e9'/>
<id>b936522cfde40b0b4825fe65fbb63ab0c73fb8e9</id>
<content type='text'>
install scripts are splitted into separate scripts. The install variable
should contain a list of the scripts. Each script should be the pkgname with
action as suffix. I.E:

install="$pkgname.pre-install $pkgname.post-install"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
install scripts are splitted into separate scripts. The install variable
should contain a list of the scripts. Each script should be the pkgname with
action as suffix. I.E:

install="$pkgname.pre-install $pkgname.post-install"
</pre>
</div>
</content>
</entry>
<entry>
<title>alpine.mk: generate syslinux.cfg</title>
<updated>2009-03-04T20:19:47+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-03-04T20:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=c4f53cfa1033c0fe956af7fa33a2edddf095e8cd'/>
<id>c4f53cfa1033c0fe956af7fa33a2edddf095e8cd</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: use apk's --force</title>
<updated>2009-03-04T06:37:51+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-03-04T06:37:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=b674605e6d65804cc9b509636b762f293d904f3e'/>
<id>b674605e6d65804cc9b509636b762f293d904f3e</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: use apk's --clean-protected</title>
<updated>2009-03-04T06:31:17+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-03-04T06:31:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=a0297a62b274ee2995bf06aa0bb836f46780df00'/>
<id>a0297a62b274ee2995bf06aa0bb836f46780df00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initramfs: process accounting &amp; misc fixes</title>
<updated>2009-03-03T17:43:26+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-03-03T17:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=8fb3af8d05555bc4a8206b7f524826bad77ad948'/>
<id>8fb3af8d05555bc4a8206b7f524826bad77ad948</id>
<content type='text'>
enable bootchartd to use kernel process accounting for noticing
all processes.

also fix various little bits around the initramfs init.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
enable bootchartd to use kernel process accounting for noticing
all processes.

also fix various little bits around the initramfs init.
</pre>
</div>
</content>
</entry>
<entry>
<title>alpine.mk: use/build system repository if possible</title>
<updated>2009-03-03T11:05:07+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-03-03T11:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=cd5e0181517577a0c15d8f474a464f7464230080'/>
<id>cd5e0181517577a0c15d8f474a464f7464230080</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: do not add busybox as dep to busybox itself</title>
<updated>2009-03-02T19:37:14+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-02-26T09:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=098a02161f967dc44e8aff68b0045a3412a9a1bb'/>
<id>098a02161f967dc44e8aff68b0045a3412a9a1bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initramfs: bootchart integration with init</title>
<updated>2009-02-26T09:03:29+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-02-26T09:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=8069f0b1938fb66b10098627a3e3166f69c0e166'/>
<id>8069f0b1938fb66b10098627a3e3166f69c0e166</id>
<content type='text'>
modifications to makefile and initramfs init that were left out
from previous commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
modifications to makefile and initramfs init that were left out
from previous commit.
</pre>
</div>
</content>
</entry>
</feed>
