File: day_303__oops.mdwn

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (8 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
Seems I forgot why I was using debian stable chroots to make the
autobuilds: Lots of people still using old glibc version. Had to rebuild
the stable chroots that I had upgraded to unstable. Wasted several hours..
I was able to catch up on recent traffic in between.

Was able to reproduce a bug where `git annex initremote` hung with some
encrypted special remotes. Turns out to be a deadlock when it's not built
with the threaded GHC runtime. So I've forced that runtime to be used.