File: day_103__bugfix_day.mdwn

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (25 lines) | stat: -rw-r--r-- 931 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Bugfixes all day.

The most amusing bug, which I just stumbled over randomly on my own,
after someone on IRC yesterday was possibly encountering the same issue,
made `git annex webapp` go into an infinite memory-consuming loop on
startup if the repository it had been using was no longer a valid git
repository.

Then there was the place where HOME got unset, with also sometimes amusing
results.

Also fixed several build problems, including a threaded runtime hang
in the test suite. Hopefully the next release will build on all Debian
architectures again.

I'll be cutting that release tomorrow. I also updated the linux
prebuilt tarballs today.

----

Hmm, not entirely bugfixes after all. Had time (and power) to work
on the repository configuration form too, and added a check box to it that
can be unchecked to disable syncing with a repository. 
Also, made that form be displayed after the webapp creates a new
repository.