summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-09 13:21:55 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-09 13:21:55 -0400
commit11d0943415cc2267776c701b79e5b4e8a13b1792 (patch)
tree516a4d14c92c18e707eafced24229b09dd8b3472
parent4889a8eb57e3d74489a04dcb2e3f3f7df61ab5d0 (diff)
add todo from comment
-rw-r--r--doc/install/Linux_standalone/comment_4_070689ea45739d06260da07d1369dff9._comment7
-rw-r--r--doc/todo/add_ancient_armel_build.mdwn10
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/install/Linux_standalone/comment_4_070689ea45739d06260da07d1369dff9._comment b/doc/install/Linux_standalone/comment_4_070689ea45739d06260da07d1369dff9._comment
new file mode 100644
index 000000000..61ed0ff34
--- /dev/null
+++ b/doc/install/Linux_standalone/comment_4_070689ea45739d06260da07d1369dff9._comment
@@ -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]]
+"""]]
diff --git a/doc/todo/add_ancient_armel_build.mdwn b/doc/todo/add_ancient_armel_build.mdwn
new file mode 100644
index 000000000..52ce1a73d
--- /dev/null
+++ b/doc/todo/add_ancient_armel_build.mdwn
@@ -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]]