add todo from comment

This commit is contained in:
Joey Hess 2016-03-09 13:21:55 -04:00
parent e4c22ad5bb
commit d201e6c359
Failed to extract signature
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,7 @@
[[!comment format=mdwn
username="joey"
subject="""comment 4"""
date="2016-03-09T17:16:54Z"
content="""
I've opened a todo, [[todo/add_ancient_armel_build]]
"""]]

View file

@ -0,0 +1,10 @@
Add an armel build like the i386ancient build.
The current arm autobuilder doesn't have enough free space for the chroot
this would need. I need to upgrade its microsd card first, adding
approximately 5 gb. (A 16 gb card would suffice.)
Now, it would be possible to switch it to only do an ancient build,
instead of the current modern build. The downside of that is the ancient
build environment uses debian stable, so it has old versions of git,
libraries etc, that go into the build. --[[Joey]]