CI to automate build of cargo lockfiles on different Alpine releases for git-annex aports
https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/community/git-annex
fb5d12ab92
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUAUxioD8kQ2SIlEuPHAQjRqhAAnBeZQqOknAr6OmQLQ117KvhZNynwEoG0 0gdlQLySkDKlClg/qMTDs4G/58/9duMU7h1SHoG4j8wwAGW4654f1iT7xbD6Luoj ltVvTJfUxrFiWoGQCicBx2u8Chuj8jIq74JxejjDbxCz3uMar07FVDs/7rUxTlq9 2OmpKvCL+a27pTV8GZzvh5UeJfPIQbCWKCkgtg/26ujtmG0cZEUkcuMJ9M877U3W bL3UYS/iT9cta9Vtrix/i6R2wZm+V8PYhQpuB1AXpNHHCYSFxJcZgJUVB+CynOVc /gQkBHfsG/1epZ3kXW50+yEWNb5bbPFnaQHZaL2oAQoEzGDpdlqOfWLRgiMDWo0t bJGz02Cj7SuGzFBRwHC2ZVeaYDKMSxbzkUclmVONWcpj13hl6Eyva7lVhoj+lHmc vbv/P+rf3a2ev2pFxvCDFw3CGToLL6kpmtzwoG152pXSSFYXddAcqGkHUC3uKym4 kfZ9UWcU/yYFe4TtLTFOAYU1hoUnS8iprUzlOI/BaZex4KNCxI64r5MVik17RijC XQCu4Zx9BeL74ew9y5gaKlUlm8RblTouqOaBDdUw7bcMNlAq2Te2nC2st0abmik9 gPhjQud62h65FfHHKxUCbwCU2Dm2W0pXxDHl2zF+rRm+oQNyv6U5qk8tAoyQqJTY I+RfZ0urOcM= =JwHZ -----END PGP SIGNATURE----- Updating backport to newest release. |
||
---|---|---|
Annex | ||
Assistant | ||
Backend | ||
Build | ||
CmdLine | ||
Command | ||
Common | ||
Config | ||
debian | ||
doc | ||
Git | ||
Limit | ||
Logs | ||
Messages | ||
Remote | ||
standalone | ||
static | ||
templates | ||
Types | ||
Upgrade | ||
Utility | ||
.ghci | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
Annex.hs | ||
Assistant.hs | ||
Backend.hs | ||
build.bat | ||
BuildFlags.hs | ||
CHANGELOG | ||
Checks.hs | ||
CmdLine.hs | ||
Command.hs | ||
Common.hs | ||
Config.hs | ||
configure.hs | ||
COPYRIGHT | ||
Creds.hs | ||
Crypto.hs | ||
ghci | ||
git-annex.cabal | ||
git-annex.hs | ||
git-union-merge.hs | ||
Git.hs | ||
INSTALL | ||
Limit.hs | ||
Locations.hs | ||
Logs.hs | ||
Makefile | ||
Messages.hs | ||
NEWS | ||
README | ||
Remote.hs | ||
Setup.hs | ||
Test.hs | ||
Types.hs | ||
Upgrade.hs |
git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, checksumming time, or disk space. For documentation, see doc/ or <http://git-annex.branchable.com/>