Joey Hess
08c27c5ea0
don't say a supported version is unsupported
...
When an automatic upgrade from eg v10 fails, it's still a supported
version, so don't say unsupported.
2023-10-09 14:26:24 -04:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
7ac22dc834
2023-10-09 07:41:37 +00:00
nobodyinperson
2aa8957807
Added a comment
2023-10-06 03:22:12 +00:00
branch
259f0514c2
Added a comment
2023-10-05 21:40:55 +00:00
kdm9
273751079e
Added a comment: Linux 64bit failing?
2023-10-04 14:39:48 +00:00
Atemu
ef31f16abb
2023-10-01 10:06:18 +00:00
Atemu
44a7b4c973
2023-10-01 09:38:29 +00:00
Joey Hess
b3bc2e74de
drop NSF logo
...
Seems hotlinking is not allowed, and I don't want to copy it to some
other site (can't include it here due to licensing.)
2023-09-27 15:02:11 -04:00
Joey Hess
9ad2d789ce
fix NSF logo
2023-09-27 14:57:18 -04:00
Joey Hess
c2e60dd7a6
enable parallel ghc for building git-annex
...
Via a build flag this time, that's off by default because hackage
demands it be so, but that gets turned on by the Makefile and by stack.
2023-09-26 13:46:44 -04:00
Joey Hess
4ac2758ba5
Revert "enable parallel ghc for building git-annex"
...
This reverts commit 3f6aff89b1
.
Sadly hackage rejects cabal files using -j unless hidden behind an
option that is disabled by default.
2023-09-26 13:34:28 -04:00
Joey Hess
eee3881c1b
add news item for git-annex 10.20230926
2023-09-26 13:30:00 -04:00
Joey Hess
b9240d2c5d
releasing package git-annex version 10.20230926
2023-09-26 13:29:49 -04:00
Joey Hess
72bfcd987c
analysis
2023-09-26 13:18:08 -04:00
Joey Hess
3ca7812310
followup
2023-09-26 13:04:42 -04:00
Joey Hess
0d86e58e4c
update
2023-09-22 16:03:09 -04:00
Joey Hess
ea92fc85aa
close
2023-09-22 15:52:28 -04:00
Joey Hess
2ba68644b9
close
2023-09-22 15:47:40 -04:00
Joey Hess
5fd270a8c1
close
2023-09-22 15:45:49 -04:00
Joey Hess
3e6fd6cd2d
close
2023-09-22 15:38:58 -04:00
Joey Hess
808ae573ce
close
2023-09-22 15:37:47 -04:00
Joey Hess
4e1ad74a68
moreinfo
2023-09-22 15:35:01 -04:00
Joey Hess
a8d6481c0a
argh
2023-09-22 15:34:30 -04:00
Joey Hess
c85e52fd85
hmmm
2023-09-22 15:17:10 -04:00
Joey Hess
269a9494e1
hm
2023-09-22 15:06:30 -04:00
Joey Hess
415e899741
analysis
2023-09-22 14:49:21 -04:00
Joey Hess
9153f3e475
close as seems fixed
2023-09-22 13:34:39 -04:00
Joey Hess
8624e13b5f
close
2023-09-22 13:31:37 -04:00
Joey Hess
41f4d0bda9
enableremote: Avoid overwriting existing git remote when passed the uuid of a specialremote that was earlier initialized with the same name
2023-09-22 13:29:48 -04:00
Joey Hess
80ee107880
moreinfo
2023-09-22 12:59:32 -04:00
Joey Hess
8f9f8076b6
comment
2023-09-22 12:58:19 -04:00
Joey Hess
bf814d55cc
done
2023-09-22 12:55:37 -04:00
Joey Hess
d5147df7e7
typo
2023-09-22 12:48:35 -04:00
Joey Hess
45f39e58ff
document -C behavior with exporttree remotes
2023-09-22 12:40:40 -04:00
Joey Hess
5479e2327b
comment
2023-09-22 12:36:15 -04:00
Joey Hess
ef7c867238
fix some build warnings from ghc 9.4.6
...
It now notices that a RepoLocation may not be Local, in which case
pattern matching on Local wouldn't do.
2023-09-21 13:40:22 -04:00
Joey Hess
a147a31baa
fix some build warnings from ghc 9.4.6
...
For some reason it doesn't notice that req must be a Req, because
the toplevel function matched on that.
2023-09-21 13:38:36 -04:00
Joey Hess
3f6aff89b1
enable parallel ghc for building git-annex
...
This drops a full recompile on my new 12 core laptop from 4:00 to 2:47.
It would be possible for me to use:
cabal configure --ghc-options=-j
But that also makes cabal parallelize ghc for each package it installs
to satisfy git-annex's dependencies. Since cabal is already configured
to parallize installing dependencies, that would use N^2 cpu cores,
which seems like a bad idea.
And also I'd have to remember to do it.
So I'm thinking it's better to do it by default. If a system that is
building git-annex is also busy with other things, let the scheduler
sort it out. If this impacts someone particularly badly, they can of
course avoid it with:
cabal configure --ghc-options=-j1
2023-09-21 13:00:31 -04:00
Joey Hess
54da44d42a
Support being built with crypton rather than cryptonite
...
crypton is a fork of cryptonite, and cryptonite's github repo has been
archived. Some deps are already using cryptonite so it's clearly the way
forward.
Added a build flag without a default, so cabal configure will select on its
own which to use. stack files pin to cryptonite for now.
Sponsored-by: Nicholas Golder-Manning on Patreon
2023-09-21 12:43:42 -04:00
Joey Hess
e03e907705
fix some build warnings from ghc 9.4.6
...
It now notices that a RepoLocation may not be Local, in which case
pattern matching on Local wouldn't do.
However, in these cases, I think it always is a Local. In particular,
Git.Config.read is only run on local repos and upgrades LocalUnknown to
Local.
2023-09-21 12:11:01 -04:00
Joey Hess
784be819b3
use unshorted hash in version
...
short hashes can be lengthened by unrelated pulls into a repo, breaking
reproducible builds
https://lists.reproducible-builds.org/pipermail/rb-general/2023-September/003072.html
2023-09-20 09:31:59 -04:00
Joey Hess
dcb0491a95
Merge branch 'master' of ssh://git-annex.branchable.com
2023-09-18 10:15:25 -04:00
Joey Hess
9d2e8e2caa
new make dev target
...
rename old to make prof
2023-09-15 08:10:32 -04:00
Joey Hess
6472da265b
silence build warning
...
about ~
2023-09-15 07:56:10 -04:00
Joey Hess
bda0db6f65
todo
2023-09-14 20:29:12 -04:00
nobodyinperson
bb8ba1cbf4
Added a comment
2023-09-14 19:46:14 +00:00
Joey Hess
f031d01436
announcement
2023-09-14 12:38:41 -04:00
Joey Hess
d01e4b51ae
comment
2023-09-13 13:01:19 -04:00
Joey Hess
30a81d4644
remove incorrect documentation of annex.skipunknown behavior
...
git-annex get with no parameters and annex.skipunknown = false
in a directory with no files tracked by git results in the same
failure as with a "." parameter.
It may be that git ls-files --error-unmatch changed behavior? Or this
was just wrong.
2023-09-13 12:57:24 -04:00
Joey Hess
9db90bab57
Merge branch 'master' of ssh://git-annex.branchable.com
2023-09-12 12:50:35 -04:00