File: day_371__catching_up.mdwn

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
file content (21 lines) | stat: -rw-r--r-- 958 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Over the weekend, I converted the linux "ancient" autobuilder to use stack.
This makes it easier to get all the recent versions of all the haskell
dependencies installed there.

Also, merged my no-ffi branch, removing some library code from git-annex
and adding new dependencies. It's good to remove code.

Today, fixed the OSX dmg file -- its bundled gpg was broken. I pushed out a
new version of the OSX dmg file with the fix.

With the recent incident in mind of malware inserted into the Transmission
dmg, I've added a virus scan step to the release process
for all the git-annex images. This way, we'll notice if an autobuilder
gets a virus.

Also caught up on some backlog, although the remaining backlog is a little
larger than I'd like at 135 messages.

Hope to work some more on adjusted branches this week. A few mornings ago,
I had what may be a key insight about how to reverse adjustments when
propigating changes back from the adjusted branch.