| Commit message (Collapse) | Author | Age |
|
|
|
| |
properly if unpacked into a directory that contains ":" or ";" in its name.
|
| |
|
|
|
|
| |
Only 1 patched haskell package is needed on arm now.
|
|
|
|
| |
vars, so that it will work when eg, untarred into a directory path with spaces in its name.
|
| |
|
| |
|
|
|
|
|
|
|
| |
for proxy support
I have not updated the autobuilder yet; these versions seem ok by
inspection.
|
|
|
|
| |
for "git annex sync" as well as "git-annex sync".
|
|
|
|
|
|
|
|
|
| |
git-annex was installed from the standalone tarball.
This was introduced by commit 849a4b1a0d71071a602f552125fd7e25689662db
However, the same problem could affect other calls to programPath,
specifically some on the assistant. So, I fixed it at a deeper level.
|
|
|
|
|
|
| |
https://ghc.haskell.org/trac/ghc/ticket/7695
This prevents localization from working, but git-annex is not localized anyway.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Without --pristine, cabal will update the package's cabal file if a newer
one is available in hackage. But that can break applying patches.
Especially since the new version from hackage can apparently have dos line
endings, while the version from the tarball doesn't.
|
|
|
|
| |
reproducability of builds
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
In qemu-system-arm, more jobs seems to cause frequent qemu-related crashes.
|
| |
|
| |
|
|
|
|
| |
I don't understand why this patch is needed.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
bundle into PATH.
Unless busybox doesn't support readlink -f, then it just uses readlink and
symlinking won't work. Also, OSX has no readlink -f so not done there.
Thanks, jlebar.
|
|
|
|
|
|
|
|
|
|
| |
the standalone tarball or OSX app, and so does not have git-annex in PATH (and may also not have git or rsync in PATH).
* webapp: Support using git-annex on a remote server, which was installed
from the standalone tarball or OSX app, and so does not have
git-annex in PATH (and may also not have git or rsync in PATH).
* standalone tarball, OSX app: Install a ~/.ssh/git-annex-wrapper, which
can be used to run git-annex, git, rsync, etc.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
standalone build, and OSX app, so they will be available when it's added to PATH.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Was able to reuse many of the android patches, but several had to be
re-done. On Android, ghc is a stage2 build, so can compile, but not run TH
code. But debian's ghc on armel cannot even compile TH code, so it has
to be patched out.
Some haskell packages have been updated to new versions, including yesod
and DAV, and their patches had to be redone.
The Makefile now has 2 new targets. The first is run on a companion x86
system to do the build and get TH splices. Then the second target is run
the same source tree on the arm system to build without needing TH.
This commit was sponsored by Svenne Krap.
|
|
|
|
|
|
| |
armel build
Will move common patches out of android/haskell-patches.
|
| |
|
|
|
|
| |
use it, to remove dependence on the host glibc.
|
|
|
|
|
| |
Just fixes a build warning; these files don't exist they are virtual DSOs
provided by the linux kernel.
|
| |
|
|
|
|
| |
directory in PATH as an alternative installation method, and will use readlink to find where the build was unpacked.
|
| |
|
|
|
|
|
|
| |
This can be useful when not using the assistant, and putting the bundle in
PATH. This way, git-annex-shell is available for use by anything that ssh's
in.
|
| |
|
| |
|
|
|
|
| |
This will stop git-init complaining about missing template directory.
|
|
|
|
| |
$SHELL may need libraries not included in the bundle
|
|
|
|
|
|
|
|
| |
It was doubly broken; both missing a slash, and containing
"runshell git-annex", while some parts of the code expected it to be a
simple path to a program. This appears to include the transfer queue
runner, and the code that starts a new assistant process when switching to
another repository in the webapp.
|
|
|
|
|
|
| |
variables before running the system web browser.
Should fix a crash reported on OSX.
|