diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-18 17:53:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-18 17:53:43 -0400 |
commit | 9bbf84d163f51436d4b79ea09f51b9b928e6120e (patch) | |
tree | cad2f56eb2141954cf529873303d57c13d75fff3 /doc | |
parent | a92ee95b02eac9e88d5d7a27399fed0ce2561979 (diff) |
devblog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/devblog/day_83__armel_webapp.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/devblog/day_83__armel_webapp.mdwn b/doc/devblog/day_83__armel_webapp.mdwn new file mode 100644 index 000000000..b6d18950e --- /dev/null +++ b/doc/devblog/day_83__armel_webapp.mdwn @@ -0,0 +1,19 @@ +Got the arm webapp to build! (I have not tried to run it.) The build +process for this is quite elaborate; 2 chroots, one amd64 and one armel, +with the same versions of everything installed in each, and git-annex is +built in the first to get the info the EvilSplicer needs to build it in the +second. + +Fixed a nasty bug in the assistant on OSX, where at startup it would follow +symlinks in the repository that pointed to directories outside the +repository, and add the files found there. Didn't cause data loss itself +(in direct mode the assistant doesn't touch the files), but certianly +confusingly breaks things and makes it easy to shoot your foot off. I will +be moving up the next scheduled release because of this bug, probably to +Saturday. + +Looped the git developers in on a problem with git failing on some kernels +due to `RLIMIT_NOFILE` not working. Looks like git will get more robust and +this should make the armel build work on even more embedded devices. + +Today's work was sponsored by Johan Herland. |